feat(item): 更新道具合成配置和使用界面

- 调整了多个道具的合成成本和产出
- 更新了部分道具的使用界面为回收窗口
- 新增了多个代金券道具的回收配置
- 优化了银两道具的回收参数
- 移除了部分代金券道具的使用界面配置
This commit is contained in:
2025-01-26 22:56:51 +08:00
parent 8afb485dc3
commit d9046c03b7
2 changed files with 385 additions and 50 deletions

View File

@@ -9049,6 +9049,7 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "多倍经验瓶(小)",
openUi = { param1 = { 1, 3, 4 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverid = 0,
@@ -9077,7 +9078,7 @@ StdItems = {
id = 300,
itemlvl = 3,
name = "多倍经验瓶",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 3, 4 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverid = 0,
@@ -9105,6 +9106,7 @@ StdItems = {
id = 301,
itemlvl = 3,
name = "多倍经验瓶(大)",
openUi = { param1 = { 1, 3, 4 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverid = 0,
@@ -9134,7 +9136,7 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "精力水晶",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 3, 4 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recoverid = 0,
shape = 0,
@@ -11815,7 +11817,7 @@ StdItems = {
id = 380,
itemlvl = 3,
name = "100元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12057,7 +12059,7 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "200元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12089,7 +12091,7 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "500元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12121,7 +12123,7 @@ StdItems = {
isShowUseBtn = 1,
itemlvl = 3,
name = "一千元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12152,7 +12154,7 @@ StdItems = {
id = 391,
itemlvl = 3,
name = "两千元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12183,7 +12185,7 @@ StdItems = {
id = 392,
itemlvl = 3,
name = "五千元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12214,7 +12216,7 @@ StdItems = {
id = 393,
itemlvl = 3,
name = "一万元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12245,7 +12247,7 @@ StdItems = {
id = 394,
itemlvl = 3,
name = "1元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12276,7 +12278,7 @@ StdItems = {
id = 395,
itemlvl = 3,
name = "5元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12307,7 +12309,7 @@ StdItems = {
id = 396,
itemlvl = 3,
name = "10元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12338,7 +12340,7 @@ StdItems = {
id = 397,
itemlvl = 3,
name = "15元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12368,7 +12370,7 @@ StdItems = {
id = 398,
itemlvl = 3,
name = "30元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12399,7 +12401,7 @@ StdItems = {
id = 399,
itemlvl = 3,
name = "50元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -12430,7 +12432,7 @@ StdItems = {
id = 400,
itemlvl = 3,
name = "80元代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
openUi = { param1 = { 1, 7, 2 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -27440,7 +27442,7 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "银两(小)",
openUi = { param1 = { 1, 3, 7 }, type = 3, view = "app.RecycleWin" },
openUi = { param1 = { 1, 7, 3 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
shape = 0,
@@ -27471,7 +27473,7 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "银两(中)",
openUi = { param1 = { 1, 3, 7 }, type = 3, view = "app.RecycleWin" },
openUi = { param1 = { 1, 7, 3 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
shape = 0,
@@ -27502,7 +27504,7 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "银两(大)",
openUi = { param1 = { 1, 3, 7 }, type = 3, view = "app.RecycleWin" },
openUi = { param1 = { 1, 7, 3 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
shape = 0,
@@ -27533,7 +27535,7 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "银两(海量)",
openUi = { param1 = { 1, 3, 7 }, type = 3, view = "app.RecycleWin" },
openUi = { param1 = { 1, 7, 3 }, type = 3, view = "app.RecycleWin" },
packageType = 2,
recordLog = 1,
shape = 0,
@@ -43590,7 +43592,6 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "3万元宝代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },
@@ -43623,7 +43624,6 @@ StdItems = {
itemEff = 5,
itemlvl = 3,
name = "5万元宝代金券",
openUi = { type = 1, view = "app.BagBatchUseWin" },
packageType = 2,
recordLog = 1,
recoverView = { { count = 200, id = 2, rate = 100, type = 2 } },