From c545b98e37d17753f52e29c215006ba22f0b735a Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 29 Dec 2024 19:50:48 +0800 Subject: [PATCH] =?UTF-8?q?buff(monster):=20=E6=8F=90=E9=AB=98=E6=80=AA?= =?UTF-8?q?=E7=89=A9130=E7=9A=84=E6=9C=80=E5=A4=A7=E7=94=9F=E5=91=BD?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将怪物130的最大生命值从15000增加到100000 - 此次调整显著提升了该怪物的生存能力,可能需要相应调整战斗策略 --- LogicServer/data/config/monster/Props.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/monster/Props.config b/LogicServer/data/config/monster/Props.config index 9141abd..b4e5fd0 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -3430,7 +3430,7 @@ Props={ }, [130] = { id = 130, - nMaxHpAdd = 15000, + nMaxHpAdd = 100000, nMaxMpAdd = 0, nPhysicalAttackMinAdd = 75, nPhysicalAttackMaxAdd = 120,