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

- 将怪物130的最大生命值从15000增加到100000
- 此次调整显著提升了该怪物的生存能力,可能需要相应调整战斗策略
This commit is contained in:
2024-12-29 19:50:48 +08:00
parent 65642483b7
commit c545b98e37

View File

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