From f0b049a79e94cf46c2c153d62e3d7a2f72dcfa47 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 13 Jan 2025 01:20:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=9B=B4=E6=96=B0=20ItemMergeC?= =?UTF-8?q?onfig.json=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为多个物品合成配置添加 openserverday 属性,设置为 1 - 修改部分物品的 second_index 属性值 - 删除多余的 level 属性 --- configs/ItemMergeConfig.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 50bfcca..f59a79e 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4088,7 +4088,8 @@ "table": [ { "id": 846, "type": 0, "count": 500 }, { "id": 4, "type": 4, "count": 30000 } - ] + ], + "openserverday": 1 }, "11004": { "circle": 0, @@ -4101,6 +4102,7 @@ "text": "合成", "Eid": 11004, "second_index": 2, + "openserverday": 1, "table": [ { "id": 847, "type": 0, "count": 500 }, { "id": 4, "type": 4, "count": 100000 } @@ -4117,6 +4119,7 @@ "text": "合成", "Eid": 11005, "second_index": 2, + "openserverday": 1, "table": [ { "id": 844, "type": 0, "count": 1000 }, { "id": 4, "type": 4, "count": 250000 } @@ -4132,7 +4135,7 @@ "index": 3, "text": "兑换", "Eid": 3301, - "second_index": 3, + "second_index": 2, "buttontxt10": "合成10次", "mergebutton10": 1, "table": [ @@ -4142,8 +4145,7 @@ "count": 1 } ], - "openserverday": 1, - "level": 1 + "openserverday": 1 } } },