buff(monster): 提升怪物属性并增加 HP 回复

- 大幅提升物理攻击、魔法攻击、防御等属性
- 增加 HP 回复速率和回复量
- 保持原有移动速度和攻击速度不变
This commit is contained in:
2025-01-04 13:09:15 +08:00
parent 2968459374
commit 6c8b340080
2 changed files with 11734 additions and 12170 deletions

View File

@@ -3270,23 +3270,23 @@ Props={
id = 124,
nMaxHpAdd = 100000,
nMaxMpAdd = 0,
nPhysicalAttackMinAdd = 120,
nPhysicalAttackMaxAdd = 120,
nMagicAttackMinAdd = 0,
nMagicAttackMaxAdd = 0,
nWizardAttackMinAdd = 0,
nWizardAttackMaxAdd = 0,
nPhysicalDefenceMinAdd = 150,
nPhysicalDefenceMaxAdd = 300,
nMagicDefenceMinAdd = 150,
nMagicDefenceMaxAdd = 300,
nPhysicalAttackMinAdd = 12000,
nPhysicalAttackMaxAdd = 12000,
nMagicAttackMinAdd = 12000,
nMagicAttackMaxAdd = 12000,
nWizardAttackMinAdd = 12000,
nWizardAttackMaxAdd = 12000,
nPhysicalDefenceMinAdd = 1500,
nPhysicalDefenceMaxAdd = 3000,
nMagicDefenceMinAdd = 1500,
nMagicDefenceMaxAdd = 3000,
nHitValueAdd = 10000,
nDogValueAdd = 0,
nMagicHitRateAdd = 10000,
nMagicDogerateAdd = 0,
fHpRateRenew = 10,
fHpRateRenew = 100,
fMpRateRenew = 0,
nHpRenew = 0,
nHpRenew = 100,
nMpRenew = 0,
nMoveOneSlotTime = 500,
nAttackSpeed = 0,

File diff suppressed because it is too large Load Diff