buff(monster): 提高怪物124的最大生命值

- 将怪物124的最大生命值从15000增加到100000
- 此修改显著提升了该怪物的生存能力
This commit is contained in:
2024-12-30 21:06:11 +08:00
parent c545b98e37
commit 6919abda36

View File

@@ -3268,7 +3268,7 @@ Props={
},
[124] = {
id = 124,
nMaxHpAdd = 15000,
nMaxHpAdd = 100000,
nMaxMpAdd = 0,
nPhysicalAttackMinAdd = 120,
nPhysicalAttackMaxAdd = 120,