refactor(configs): 调整游戏配置参数

- 修改 ItemMergeConfig.json 中的物品合并数量
- 调整 Monster.json 中的怪物经验
- 更新 Props.json 中的道具属性,包括物理攻击和魔法攻击的增加
This commit is contained in:
2025-01-01 12:31:53 +08:00
parent e96e25689f
commit 8d2824d308
3 changed files with 7 additions and 7 deletions

View File

@@ -11043,10 +11043,10 @@
},
"412": {
"nMaxHpAdd": 1200000,
"nPhysicalAttackMinAdd": 12000,
"nMagicAttackMaxAdd": 12000,
"nPhysicalAttackMinAdd": 22000,
"nMagicAttackMaxAdd": 42000,
"nAttackSpeed": 0,
"nPhysicalAttackMaxAdd": 12000,
"nPhysicalAttackMaxAdd": 42000,
"nMagicDefenceMaxAdd": 2500,
"nMaxMpAdd": 0,
"fHpRateRenew": 10,