From 55c8ae5fb6f8b571eb3c14f9695c48702baf194f Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 27 Jan 2025 20:44:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=96=B0=E5=A2=9E=E7=89=A9?= =?UTF-8?q?=E5=93=81=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了四个新的物品合成配置项(Eid 3405 至 3408) - 新增合成消耗金币和产出物品的数量配置 - 配置了合成按钮文本和合成次数选项 --- configs/ItemMergeConfig.json | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index cbc022f..cdf673f 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -2522,6 +2522,58 @@ "table": [{ "id": 301, "type": 0, "count": 100 }], "openserverday": 1, "level": 1 + }, + "3405": { + "circle": 1, + "compose": { "id": 13, "type": 13, "count": 800000 }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3405, + "second_index": 4, + "table": [{ "id": 299, "type": 0, "count": 1 }], + "openserverday": 1, + "level": 1 + }, + "3406": { + "circle": 1, + "compose": { "id": 13, "type": 13, "count": 80000000 }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3406, + "second_index": 4, + "table": [{ "id": 299, "type": 0, "count": 100 }], + "openserverday": 1, + "level": 1 + }, + "3407": { + "circle": 1, + "compose": { "id": 13, "type": 13, "count": 500000 }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3407, + "second_index": 4, + "table": [{ "id": 302, "type": 0, "count": 1 }], + "openserverday": 1, + "level": 1 + }, + "3408": { + "circle": 1, + "compose": { "id": 13, "type": 13, "count": 50000000 }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3408, + "second_index": 4, + "table": [{ "id": 302, "type": 0, "count": 100 }], + "openserverday": 1, + "level": 1 } } },