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

@@ -3337,7 +3337,7 @@
{
"id": 1164,
"type": 0,
"count": 100000
"count": 10000
}
],
"openserverday": 1,

View File

@@ -11956,7 +11956,7 @@
"429": {
"dropid": 200117,
"targetMusicId": "pttongyong-1",
"exp": 720000,
"exp": 72000,
"scale": 70,
"entityid": 429,
"dieMusicId": "pttongyong-5",
@@ -11982,7 +11982,7 @@
"430": {
"dropid": 200117,
"targetMusicId": "pttongyong-1",
"exp": 720000,
"exp": 72000,
"scale": 90,
"entityid": 430,
"dieMusicId": "pttongyong-5",
@@ -12008,7 +12008,7 @@
"431": {
"dropid": 200118,
"targetMusicId": "pttongyong-1",
"exp": 900000,
"exp": 90000,
"scale": 120,
"entityid": 431,
"dieMusicId": "pttongyong-5",

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,