fix(item): 调整飞鞋类道具的可叠加数量

- 将飞鞋和飞鞋(大)的可叠加数量从 9999 改为 99
- 移除了飞鞋和飞鞋(大)的 isShowUseBtn 属性
- 调整了 VIP 月卡的飞鞋点数奖励,从 1200 改为 120
This commit is contained in:
2025-02-12 22:35:39 +08:00
parent de23ba1a8a
commit 6ae027e379

View File

@@ -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 },
},