feat(config): 更新道具合成配置和界面参数

- 调整多倍经验瓶和代金券的合成数量和条件
- 统一开放界面参数格式
- 新增部分道具的回收功能
This commit is contained in:
2025-01-26 19:34:26 +08:00
parent 66ab00b3a4
commit e86eec51b7
2 changed files with 47 additions and 19 deletions

View File

@@ -2486,27 +2486,53 @@
"4": { "4": {
"3401": { "3401": {
"circle": 1, "circle": 1,
"compose": { "id": 13, "type": 13, "count": 25000000 }, "compose": { "id": 13, "type": 13, "count": 2500000 },
"index": 3, "index": 3,
"text": "兑换", "text": "兑换",
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
"Eid": 3401, "Eid": 3401,
"second_index": 4, "second_index": 4,
"table": [{ "id": 300, "type": 0, "count": 10 }], "table": [{ "id": 300, "type": 0, "count": 1 }],
"openserverday": 1, "openserverday": 1,
"level": 1 "level": 1
}, },
"3402": { "3402": {
"circle": 1, "circle": 1,
"compose": { "id": 13, "type": 13, "count": 80000000 }, "compose": { "id": 13, "type": 13, "count": 250000000 },
"index": 3, "index": 3,
"text": "兑换", "text": "兑换",
"buttontxt10": "合成10次", "buttontxt10": "合成10次",
"mergebutton10": 1, "mergebutton10": 1,
"Eid": 3402, "Eid": 3402,
"second_index": 4, "second_index": 4,
"table": [{ "id": 301, "type": 0, "count": 10 }], "table": [{ "id": 300, "type": 0, "count": 100 }],
"openserverday": 1,
"level": 1
},
"3403": {
"circle": 1,
"compose": { "id": 13, "type": 13, "count": 8000000 },
"index": 3,
"text": "兑换",
"buttontxt10": "合成10次",
"mergebutton10": 1,
"Eid": 3403,
"second_index": 4,
"table": [{ "id": 301, "type": 0, "count": 1 }],
"openserverday": 1,
"level": 1
},
"3404": {
"circle": 1,
"compose": { "id": 13, "type": 13, "count": 800000000 },
"index": 3,
"text": "兑换",
"buttontxt10": "合成10次",
"mergebutton10": 1,
"Eid": 3404,
"second_index": 4,
"table": [{ "id": 301, "type": 0, "count": 100 }],
"openserverday": 1, "openserverday": 1,
"level": 1 "level": 1
} }

View File

@@ -9509,6 +9509,7 @@
"isShowUseBtn": 1, "isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "多倍经验瓶(小)", "name": "多倍经验瓶(小)",
"openUi": { "param1": [1, 3, 4], "type": 3, "view": "app.RecycleWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverid": 0, "recoverid": 0,
@@ -9537,7 +9538,7 @@
"id": 300, "id": 300,
"itemlvl": 3, "itemlvl": 3,
"name": "多倍经验瓶", "name": "多倍经验瓶",
"openUi": {"param1": [1, 4,4], "type": 3, "view": "app.RecycleWin" }, "openUi": { "param1": [1, 3, 4], "type": 3, "view": "app.RecycleWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverid": 0, "recoverid": 0,
@@ -9565,6 +9566,7 @@
"id": 301, "id": 301,
"itemlvl": 3, "itemlvl": 3,
"name": "多倍经验瓶(大)", "name": "多倍经验瓶(大)",
"openUi": { "param1": [1, 3, 4], "type": 3, "view": "app.RecycleWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverid": 0, "recoverid": 0,
@@ -9594,7 +9596,7 @@
"isShowUseBtn": 1, "isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "精力水晶", "name": "精力水晶",
"openUi": {"param1": [1, 4,4], "type": 3, "view": "app.RecycleWin" }, "openUi": { "param1": [1, 3, 4], "type": 3, "view": "app.RecycleWin" },
"packageType": 2, "packageType": 2,
"recoverid": 0, "recoverid": 0,
"shape": 0, "shape": 0,