From 46f0bfa045556ecfba4eaa8e5cc2574c56f61d00 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 12 Jan 2025 15:20:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=9B=B4=E6=96=B0=E9=81=93?= =?UTF-8?q?=E5=85=B7=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E5=85=91=E6=8D=A2=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 7206、7207、7208、7209 道具的合成配置,将 id 和 type 值对调 - 新增 7301、7302、7303、7304 四个新的兑换项配置 --- configs/ItemMergeConfig.json | 116 ++++++++++++++++++++++++++++++++--- 1 file changed, 108 insertions(+), 8 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 38d91f4..67970dd 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -8587,8 +8587,8 @@ "7206": { "circle": 0, "compose": { - "id": 4, - "type": 0, + "id": 0, + "type": 4, "count": 1000 }, "index": 7, @@ -8605,8 +8605,8 @@ "7207": { "circle": 0, "compose": { - "id": 4, - "type": 0, + "id": 0, + "type": 4, "count": 3000 }, "index": 7, @@ -8623,8 +8623,8 @@ "7208": { "circle": 0, "compose": { - "id": 4, - "type": 0, + "id": 0, + "type": 4, "count": 5000 }, "index": 7, @@ -8641,8 +8641,8 @@ "7209": { "circle": 0, "compose": { - "id": 4, - "type": 0, + "id": 0, + "type": 4, "count": 10000 }, "index": 7, @@ -8683,6 +8683,31 @@ "level": 1, "redpoint": 1 }, + "7301": { + "circle": 0, + "compose": { + "id": 3, + "type": 3, + "count": 300 + }, + "index": 7, + "text": "兑换", + "clicklimit": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 7301, + "second_index": 3, + "table": [ + { + "id": 829, + "type": 0, + "count": 100 + } + ], + "openserverday": 1, + "level": 1, + "redpoint": 1 + }, "240": { "circle": 0, "compose": { @@ -8708,6 +8733,31 @@ "level": 1, "redpoint": 1 }, + "7302": { + "circle": 0, + "compose": { + "id": 3, + "type": 3, + "count": 6000 + }, + "index": 7, + "text": "兑换", + "clicklimit": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 7302, + "second_index": 3, + "table": [ + { + "id": 830, + "type": 0, + "count": 100 + } + ], + "openserverday": 1, + "level": 1, + "redpoint": 1 + }, "241": { "circle": 0, "compose": { @@ -8733,6 +8783,31 @@ "level": 1, "redpoint": 1 }, + "7303": { + "circle": 0, + "compose": { + "id": 3, + "type": 3, + "count": 70000 + }, + "index": 7, + "text": "兑换", + "clicklimit": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 241, + "second_index": 3, + "table": [ + { + "id": 831, + "type": 0, + "count": 100 + } + ], + "openserverday": 1, + "level": 1, + "redpoint": 1 + }, "242": { "circle": 0, "compose": { @@ -8757,6 +8832,31 @@ "openserverday": 1, "level": 1, "redpoint": 1 + }, + "7304": { + "circle": 0, + "compose": { + "id": 3, + "type": 3, + "count": 260000 + }, + "index": 7, + "text": "兑换", + "clicklimit": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 7304, + "second_index": 3, + "table": [ + { + "id": 832, + "type": 0, + "count": 100 + } + ], + "openserverday": 1, + "level": 1, + "redpoint": 1 } } },