From ae4eab6ad4c99dd1cf887b4ad7597f1489bf0334 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 17:11:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E7=89=A9=E5=93=81=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=8E=B0=E6=9C=89=E7=89=A9=E5=93=81=E5=90=88?= =?UTF-8?q?=E6=88=90=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 3201、3202、3203、3204、3205 五个物品的合成配置 - 调整物品 4025 的合成数量,从 1000000 降至 100000 - 新增物品合成配置包括合成材料、合成结果、开放服务器天数等信息 --- configs/ItemMergeConfig.json | 142 ++++++++++++++++++++++++++++++++++- 1 file changed, 141 insertions(+), 1 deletion(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index d2c916b..b3bd8fe 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4025,7 +4025,147 @@ { "id": 2, "type": 2, - "count": 1000000 + "count": 100000 + } + ], + "openserverday": 15, + "level": 1 + }, + "3201": { + "circle": 0, + "compose": { + "id": 843, + "type": 0, + "count": 1 + }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3201, + "second_index": 2, + "table": [ + { + "id": 842, + "type": 0, + "count": 10 + }, + { + "id": 3, + "type": 3, + "count": 500 + } + ], + "openserverday": 15, + "level": 1 + }, + "3202": { + "circle": 0, + "compose": { + "id": 846, + "type": 0, + "count": 1 + }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3202, + "second_index": 2, + "table": [ + { + "id": 843, + "type": 0, + "count": 10 + }, + { + "id": 4, + "type": 4, + "count": 50 + } + ], + "openserverday": 15, + "level": 1 + }, + "3203": { + "circle": 0, + "compose": { + "id": 847, + "type": 0, + "count": 1 + }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3203, + "second_index": 2, + "table": [ + { + "id": 846, + "type": 0, + "count": 10 + }, + { + "id": 4, + "type": 4, + "count": 100 + } + ], + "openserverday": 15, + "level": 1 + }, + "3204": { + "circle": 0, + "compose": { + "id": 844, + "type": 0, + "count": 1 + }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3204, + "second_index": 2, + "table": [ + { + "id": 847, + "type": 0, + "count": 10 + }, + { + "id": 4, + "type": 4, + "count": 200 + } + ], + "openserverday": 15, + "level": 1 + }, + "3205": { + "circle": 0, + "compose": { + "id": 845, + "type": 0, + "count": 1 + }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3205, + "second_index": 2, + "table": [ + { + "id": 844, + "type": 0, + "count": 10 + }, + { + "id": 4, + "type": 4, + "count": 500 } ], "openserverday": 15,