From 8e4d5fd69d9e9264997cfa44a22f0636245bbbc2 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Thu, 17 Apr 2025 15:11:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E5=A2=9E=E5=8A=A0=E5=85=91?= =?UTF-8?q?=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6=E8=B0=83=E6=95=B4=E9=81=93?= =?UTF-8?q?=E5=85=B7=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ItemMergeConfig.json 中添加了新的兑换配置项 - 在 StdItems.json 中将多个道具的最大堆叠数量从 9999 调整为 99999 --- configs/ItemMergeConfig.json | 13 +++++++++++++ configs/StdItems.json | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index aead6fd..154c4e1 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -2252,6 +2252,19 @@ } }, "2": { + "3206": { + "circle": 0, + "compose": { "id": 840, "type": 0, "count": 1 }, + "index": 3, + "text": "兑换", + "buttontxt10": "合成10次", + "mergebutton10": 1, + "Eid": 3206, + "second_index": 2, + "table": [{ "id": 838, "type": 0, "count": 10 }], + "openserverday": 1, + "level": 1 + }, "73": { "circle": 0, "compose": { "id": 838, "type": 0, "count": 10 }, diff --git a/configs/StdItems.json b/configs/StdItems.json index f6509e0..d2b2f39 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -28778,7 +28778,7 @@ "desc": "可在【合成-换真充-银两兑换】中兑换银两。游戏内BOSS、夺宝有几率爆出,参加各类玩法活动均有机会获得", "dropBroadcast": 1, "dropEffect": 3, - "dup": 9999, + "dup": 99999, "existScenes": [-1], "icon": 13131, "id": 829, @@ -28809,7 +28809,7 @@ "desc": "可在【合成-换真充-银两兑换】中兑换银两。游戏内BOSS、夺宝有几率爆出,参加各类玩法活动均有机会获得", "dropBroadcast": -1, "dropEffect": 14, - "dup": 9999, + "dup": 99999, "existScenes": [-1], "icon": 13131, "id": 830, @@ -28840,7 +28840,7 @@ "desc": "可在【合成-换真充-银两兑换】中兑换银两。游戏内BOSS、夺宝有几率爆出,参加各类玩法活动均有机会获得", "dropBroadcast": -1, "dropEffect": 11, - "dup": 9999, + "dup": 99999, "existScenes": [-1], "icon": 13131, "id": 831, @@ -28871,7 +28871,7 @@ "desc": "可在【合成-换真充-银两兑换】中兑换银两。游戏内BOSS、夺宝有几率爆出,参加各类玩法活动均有机会获得", "dropBroadcast": -1, "dropEffect": 12, - "dup": 9999, + "dup": 99999, "existScenes": [-1], "icon": 13131, "id": 832,