refactor(configs): 调整游戏配置参数
- 修改 ItemMergeConfig.json 中的物品合并数量 - 调整 Monster.json 中的怪物经验 - 更新 Props.json 中的道具属性,包括物理攻击和魔法攻击的增加
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user