buff(monster): 调整怪物属性配置

- 将怪物 124 的最大生命值加成从 100000 提高到 1000000
- 提升物理防御和魔法防御的最小和最大加成值
This commit is contained in:
aixianling
2025-01-23 11:45:38 +08:00
parent 5c17c2b98f
commit 9cc12c0eb1

View File

@@ -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,