From fad83104a0f2220fd126c8483696e60d0a6346a2 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 13 Jan 2025 00:56:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=96=B0=E5=A2=9E=E9=81=93?= =?UTF-8?q?=E5=85=B7=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ItemMergeConfig.json 中新增了道具 ID 为 3301 的合成配置 - 在 MergeConfig.json 中将索引 2 改为 3,为新道具合成让路 --- configs/ItemMergeConfig.json | 24 +++++++++++++++++++++++- configs/MergeConfig.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 454e877..7e4071b 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4121,7 +4121,29 @@ { "id": 844, "type": 0, "count": 1000 }, { "id": 4, "type": 4, "count": 250000 } ] - } + }, + "3301": { + "circle": 0, + "compose": { + "id": 0, + "type": 133, + "count": 8000000 + }, + "index": 3, + "text": "兑换", + "Eid": 3301, + "second_index": 3, + "buttontxt10": "合成10次", + "mergebutton10": 1, + "table": [ + { + "id": 301, + "type": 0, + "count": 1 + } + ], + "openserverday": 1, + "level": 1 } }, "4": { diff --git a/configs/MergeConfig.json b/configs/MergeConfig.json index 11ccac2..94dda1f 100644 --- a/configs/MergeConfig.json +++ b/configs/MergeConfig.json @@ -159,7 +159,7 @@ }, "3": { "rebornconds": 0, - "index": 2, + "index": 3, "Uitype": 1, "id": 3, "levelconds": 1,