From 590f7b94bd900d92ed632786dcd861271ab265c7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 23 Jan 2025 14:30:36 +0800 Subject: [PATCH] =?UTF-8?q?perf(monster):=20=E8=B0=83=E6=95=B4=E6=80=AA?= =?UTF-8?q?=E7=89=A9=E5=B1=9E=E6=80=A7=E9=98=B2=E5=BE=A1=E5=8A=9B=E6=95=B0?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物理防御最小增加值从 200000 调整为 100000 - 将魔法防御最小增加值从 200000 调整为 100000 --- LogicServer/data/config/monster/Props.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/config/monster/Props.config b/LogicServer/data/config/monster/Props.config index f89eb15..b95a18b 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -12057,9 +12057,9 @@ Props = { nMagicAttackMaxAdd = 400000, nWizardAttackMinAdd = 200000, nWizardAttackMaxAdd = 400000, - nPhysicalDefenceMinAdd = 200000, + nPhysicalDefenceMinAdd = 100000, nPhysicalDefenceMaxAdd = 200000, - nMagicDefenceMinAdd = 200000, + nMagicDefenceMinAdd = 100000, nMagicDefenceMaxAdd = 200000, nHitValueAdd = 10000, nDogValueAdd = 0,