From e60f68b294713b475a7f8f13fd9d44b912896e48 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 29 Dec 2024 14:15:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=9B=B4=E6=96=B0=20StdItems.?= =?UTF-8?q?json=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为物品 1128 添加批量使用界面 - 为物品 1129 添加特殊效果 - 为物品 1130 添加交易属性 --- configs/StdItems.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index be5b2e5..0ef3215 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -61241,11 +61241,13 @@ "shape": 0, "existScenes": [ -1 - ] + ], + "openUi": {"type":1,"view":"app.BagBatchUseWin"} }, "1129": { "dup": 9999, "denyDestroy": 1, + "iseffect": 123, "showQuality": 5, "isShowUseBtn": 1, "suggVocation": 0, @@ -61276,7 +61278,8 @@ "existScenes": [ -1 ], - "openUi": {"type":1,"view":"app.BagBatchUseWin"} + "openUi": {"type":1,"view":"app.BagBatchUseWin"}, + "trade": 5 }, "1130": { "dup": 0,