From db3ebeaa2820691c4bba2161be0833dc1f7e0bb7 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 17:41:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E6=94=B9=E9=81=93?= =?UTF-8?q?=E5=85=B7=E5=90=88=E6=88=90=E7=B1=BB=E5=9E=8B=E5=92=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=89=93=E5=BC=80=E7=95=8C=E9=9D=A2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将道具 ID 为 3401 和 3402 的合成类型从 14 改为 13 - 移除了多倍经验瓶(小)和多倍经验瓶的 openUi 配置项 --- configs/ItemMergeConfig.json | 8 ++++---- configs/StdItems.json | 8 -------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 1b9db9d..f79e00c 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4155,8 +4155,8 @@ "3401":{ "circle": 1, "compose": { - "id": 14, - "type": 14, + "id": 13, + "type": 13, "count": 25000000 }, "index": 3, @@ -4178,8 +4178,8 @@ "3402":{ "circle": 1, "compose": { - "id": 14, - "type": 14, + "id": 13, + "type": 13, "count": 80000000 }, "index": 3, diff --git a/configs/StdItems.json b/configs/StdItems.json index 14d2dee..0dc77df 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -14806,10 +14806,6 @@ "suitId": 0, "desc": "使用增加80万多倍经验,多倍经验使用期间打怪享受超级翻番", "recordLog": 1, - "openUi": { - "view": "app.BagBatchUseWin", - "type": 1 - }, "name": "多倍经验瓶(小)", "dealPrice": 10, "dropBroadcast": 0, @@ -14846,10 +14842,6 @@ "suitId": 0, "desc": "使用增加250万多倍经验,多倍经验使用期间打怪享受超级翻番", "recordLog": 1, - "openUi": { - "view": "app.BagBatchUseWin", - "type": 1 - }, "name": "多倍经验瓶", "dealPrice": 10, "dropBroadcast": -1,