refactor(configs): 调整飞鞋道具属性

- 移除 307 和 308 道具的 isShowUseBtn 属性
- 将 308 道具的 dup 属性从 9999 修改为 99
This commit is contained in:
2025-01-27 23:09:04 +08:00
parent e4fc710ca2
commit 3c926a4f46

View File

@@ -9734,7 +9734,6 @@
"forcetips": 1, "forcetips": 1,
"icon": 13132, "icon": 13132,
"id": 307, "id": 307,
"isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "飞鞋", "name": "飞鞋",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "openUi": { "type": 1, "view": "app.BagBatchUseWin" },
@@ -9759,12 +9758,11 @@
"desc": "双击使用增加999飞鞋点数", "desc": "双击使用增加999飞鞋点数",
"dropBroadcast": 0, "dropBroadcast": 0,
"dropGroupid": 100517, "dropGroupid": 100517,
"dup": 9999, "dup": 99,
"existScenes": [-1], "existScenes": [-1],
"forcetips": 1, "forcetips": 1,
"icon": 13132, "icon": 13132,
"id": 308, "id": 308,
"isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "飞鞋(大)", "name": "飞鞋(大)",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "openUi": { "type": 1, "view": "app.BagBatchUseWin" },