From bd53c396aeed075f51356c44d0c71a1bde9bae87 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 4 Jan 2025 19:20:05 +0800 Subject: [PATCH] =?UTF-8?q?buff(monster):=20=E6=8F=90=E5=8D=87=E6=80=AA?= =?UTF-8?q?=E7=89=A9=E7=9A=84=E7=89=A9=E7=90=86=E5=92=8C=E9=AD=94=E6=B3=95?= =?UTF-8?q?=E9=98=B2=E5=BE=A1=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将物理防御力最小值从 1500 提升到 15000 - 将物理防御力最大值从 3000 提升到 30000 - 将魔法防御力最小值从 1500 提升到 15000 - 将魔法防御力最大值从 3000 提升到 30000 --- LogicServer/data/config/monster/Props.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/config/monster/Props.config b/LogicServer/data/config/monster/Props.config index 073e2b7..a8e1e51 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -3276,10 +3276,10 @@ Props={ nMagicAttackMaxAdd = 12000, nWizardAttackMinAdd = 12000, nWizardAttackMaxAdd = 12000, - nPhysicalDefenceMinAdd = 1500, - nPhysicalDefenceMaxAdd = 3000, - nMagicDefenceMinAdd = 1500, - nMagicDefenceMaxAdd = 3000, + nPhysicalDefenceMinAdd = 15000, + nPhysicalDefenceMaxAdd = 30000, + nMagicDefenceMinAdd = 15000, + nMagicDefenceMaxAdd = 30000, nHitValueAdd = 10000, nDogValueAdd = 0, nMagicHitRateAdd = 10000,