From b48c0c9b1a180d7e78ddc84079ae0d059e8ffc1a Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 12:05:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=2011006=20?= =?UTF-8?q?=E9=81=93=E5=85=B7=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 - 新增 11006 道具的合成配置项 - 配置合成所需材料和数量 - 设置合成后的产出物品和数量 --- configs/ItemMergeConfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 5856475..93c21a2 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4124,6 +4124,23 @@ { "id": 844, "type": 0, "count": 1000 }, { "id": 4, "type": 4, "count": 250000 } ] + }, + "11006": { + "circle": 0, + "compose": { + "id": 1383, + "type": 0, + "count": 1 + }, + "index": 1, + "text": "合成", + "Eid": 11006, + "second_index": 2, + "openserverday": 1, + "table": [ + { "id": 845, "type": 0, "count": 500 }, + { "id": 4, "type": 4, "count": 100000 } + ] } } },