From 6ae027e379ba356653bbf607de4fec75d7455376 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 12 Feb 2025 22:35:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(item):=20=E8=B0=83=E6=95=B4=E9=A3=9E?= =?UTF-8?q?=E9=9E=8B=E7=B1=BB=E9=81=93=E5=85=B7=E7=9A=84=E5=8F=AF=E5=8F=A0?= =?UTF-8?q?=E5=8A=A0=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将飞鞋和飞鞋(大)的可叠加数量从 9999 改为 99 - 移除了飞鞋和飞鞋(大)的 isShowUseBtn 属性 - 调整了 VIP 月卡的飞鞋点数奖励,从 1200 改为 120 --- LogicServer/data/config/item/StdItems.config | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index 5ec7f88..aad98cb 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -9269,12 +9269,11 @@ StdItems = { desc = "双击使用增加99飞鞋点数", dropBroadcast = 0, dropGroupid = 100516, - dup = 9999, + dup = 99, existScenes = { -1 }, forcetips = 1, icon = 13132, id = 307, - isShowUseBtn = 1, itemlvl = 3, name = "飞鞋", openUi = { type = 1, view = "app.BagBatchUseWin" }, @@ -9299,12 +9298,11 @@ StdItems = { 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" }, @@ -38776,7 +38774,7 @@ StdItems = { { type = 19, value = 120 }, { type = 17, value = 120 }, { type = 15, value = 120 }, - { type = 13, value = 1200 }, + { type = 13, value = 120 }, { type = 11, value = 120 }, { type = 9, value = 120 }, },