From 6919abda367a7ade96a9eb16fb549ef9eca522bc Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 30 Dec 2024 21:06:11 +0800 Subject: [PATCH] =?UTF-8?q?buff(monster):=20=E6=8F=90=E9=AB=98=E6=80=AA?= =?UTF-8?q?=E7=89=A9124=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 - 将怪物124的最大生命值从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 b4e5fd0..f22a803 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -3268,7 +3268,7 @@ Props={ }, [124] = { id = 124, - nMaxHpAdd = 15000, + nMaxHpAdd = 100000, nMaxMpAdd = 0, nPhysicalAttackMinAdd = 120, nPhysicalAttackMaxAdd = 120,