Compare commits

...

3 Commits

Author SHA1 Message Date
c37dba8a2f feat(configs): 更新 Monster 配置
- 调整 [牛魔] 守卫骑士 的 scale 值从 35 增加到 50
- 新增 [神话] 穷奇 怪物配置,包括各项属性和技能设定
2025-01-18 14:20:10 +08:00
86eee9ecb5 refactor(configs): 移除代金券的特定使用界面配置
移除了 100、200、500 元代金券以及 1 万元宝代金券的 openUi 字段,该字段指定了使用物品时打开的界面。
这个改动可能是为了统一代金券的使用流程或简化配置结构。
2025-01-18 13:36:16 +08:00
bd6d11cf9d refactor(configs): 调整疗伤药的品质等级
- 将疗伤药的 itemlevel 从 32 降低到 29
- 此修改可能影响游戏中的物品平衡和玩家体验
2025-01-18 13:24:31 +08:00
2 changed files with 34 additions and 6 deletions

View File

@@ -11843,7 +11843,7 @@
"name": "[牛魔]守卫骑士",
"nameQuality": 2,
"propid": 412,
"scale": 35,
"scale": 50,
"skills": [],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
@@ -11900,5 +11900,37 @@
"skills": [{ "autoCD": false, "event": 0, "id": 45, "level": 1 }],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
},
"471": {
"aiConfigId": 29,
"attackInterval": 1000,
"attackMusicId": "pttongyong-2",
"attackMusicRate": 100,
"chassis": 100,
"circle": 15,
"damageMusicId": "pttongyong-4",
"damageMusicRate": 100,
"dieMusicId": "pttongyong-5",
"dieMusicRate": 100,
"dropid": 200130,
"entityType": 1,
"entityid": 456,
"exp": 2500000,
"flagid": 5,
"level": 300,
"modelid": 30226,
"monsterType": 4,
"name": "[神话]穷奇",
"nameQuality": 6,
"propid": 471,
"scale": 100,
"shadow": 1,
"skills": [
{ "autoCD": false, "event": 0, "id": 79, "level": 1 },
{ "autoCD": false, "event": 0, "id": 69, "level": 1 },
{ "autoCD": false, "event": 0, "id": 44, "level": 1 }
],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
}
}

View File

@@ -8127,7 +8127,7 @@
"icon": 13001,
"id": 248,
"isShowUseBtn": 1,
"itemlevel": 32,
"itemlevel": 29,
"itemlvl": 3,
"name": "疗伤药",
"packageType": 0,
@@ -12248,7 +12248,6 @@
"id": 380,
"itemlvl": 3,
"name": "100元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2,
"recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
@@ -12490,7 +12489,6 @@
"isShowUseBtn": 1,
"itemlvl": 3,
"name": "200元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2,
"recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
@@ -12522,7 +12520,6 @@
"isShowUseBtn": 1,
"itemlvl": 3,
"name": "500元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2,
"recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
@@ -44519,7 +44516,6 @@
"itemEff": 5,
"itemlvl": 3,
"name": "1万元宝代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2,
"recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],