diff --git a/LogicServer/data/config/monster/Props.config b/LogicServer/data/config/monster/Props.config index ffbbccb..e7fbc00 100755 --- a/LogicServer/data/config/monster/Props.config +++ b/LogicServer/data/config/monster/Props.config @@ -3268,7 +3268,7 @@ Props = { }, [124] = { id = 124, - nMaxHpAdd = 100000, + nMaxHpAdd = 1000000, nMaxMpAdd = 0, nPhysicalAttackMinAdd = 12000, nPhysicalAttackMaxAdd = 12000, @@ -3276,10 +3276,10 @@ Props = { nMagicAttackMaxAdd = 12000, nWizardAttackMinAdd = 12000, nWizardAttackMaxAdd = 12000, - nPhysicalDefenceMinAdd = 10000, - nPhysicalDefenceMaxAdd = 20000, - nMagicDefenceMinAdd = 10000, - nMagicDefenceMaxAdd = 20000, + nPhysicalDefenceMinAdd = 30000, + nPhysicalDefenceMaxAdd = 80000, + nMagicDefenceMinAdd = 30000, + nMagicDefenceMaxAdd = 80000, nHitValueAdd = 10000, nDogValueAdd = 0, nMagicHitRateAdd = 10000,