From 3c926a4f4678f60c9497286ff20ef18a73fc71db Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 27 Jan 2025 23:09:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A3=9E=E9=9E=8B=E9=81=93=E5=85=B7=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 307 和 308 道具的 isShowUseBtn 属性 - 将 308 道具的 dup 属性从 9999 修改为 99 --- configs/StdItems.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index bdc0da4..8dda8b4 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -9734,7 +9734,6 @@ "forcetips": 1, "icon": 13132, "id": 307, - "isShowUseBtn": 1, "itemlvl": 3, "name": "飞鞋", "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, @@ -9759,12 +9758,11 @@ "desc": "双击使用增加999飞鞋点数", "dropBroadcast": 0, "dropGroupid": 100517, - "dup": 9999, + "dup": 99, "existScenes": [-1], "forcetips": 1, "icon": 13132, "id": 308, - "isShowUseBtn": 1, "itemlvl": 3, "name": "飞鞋(大)", "openUi": { "type": 1, "view": "app.BagBatchUseWin" },