fix(config): 修改道具合成类型和移除打开界面配置

- 将道具 ID 为 3401 和 3402 的合成类型从 14 改为 13
- 移除了多倍经验瓶(小)和多倍经验瓶的 openUi 配置项
This commit is contained in:
aixianling
2025-01-14 17:41:58 +08:00
parent 631e786c3a
commit db3ebeaa28
2 changed files with 4 additions and 12 deletions

View File

@@ -4155,8 +4155,8 @@
"3401":{
"circle": 1,
"compose": {
"id": 14,
"type": 14,
"id": 13,
"type": 13,
"count": 25000000
},
"index": 3,
@@ -4178,8 +4178,8 @@
"3402":{
"circle": 1,
"compose": {
"id": 14,
"type": 14,
"id": 13,
"type": 13,
"count": 80000000
},
"index": 3,

View File

@@ -14806,10 +14806,6 @@
"suitId": 0,
"desc": "使用增加80万多倍经验多倍经验使用期间打怪享受超级翻番",
"recordLog": 1,
"openUi": {
"view": "app.BagBatchUseWin",
"type": 1
},
"name": "多倍经验瓶(小)",
"dealPrice": 10,
"dropBroadcast": 0,
@@ -14846,10 +14842,6 @@
"suitId": 0,
"desc": "使用增加250万多倍经验多倍经验使用期间打怪享受超级翻番",
"recordLog": 1,
"openUi": {
"view": "app.BagBatchUseWin",
"type": 1
},
"name": "多倍经验瓶",
"dealPrice": 10,
"dropBroadcast": -1,