feat(ItemMerge): 添加新物品兑换配置

- 在 ItemMerge.config 中添加了两个新的兑换配置项,ID 分别为 3401 和 3402
- 新增配置项使用物品 ID 13 进行兑换,分别需要 25000000 和 80000000 个物品 13
- 兑换后分别获得 10 个物品 ID 为 300 和 301 的物品
- 更新了 StdItems.config 中多个物品的属性,包括删除不必要的 openUi 字段
- 调整了部分物品的 iseffect 和 dropBroadcast 属性
This commit is contained in:
aixianling
2025-01-14 17:41:46 +08:00
parent 011184853a
commit bdeb65676a
2 changed files with 126 additions and 216 deletions

View File

@@ -1955,6 +1955,34 @@ ItemMergeConfig = {
table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
}, },
}, },
[4] = {
[3401] = {
circle = 1,
compose = { id = 13, type = 13, count = 25000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3401,
second_index = 4,
table = { { id = 300, type = 0, count = 10 } },
openserverday = 1,
level = 1,
},
[3402] = {
circle = 1,
compose = { id = 13, type = 13, count = 80000000 },
index = 3,
text = "兑换",
buttontxt10 = "合成10次",
mergebutton10 = 1,
Eid = 3402,
second_index = 4,
table = { { id = 301, type = 0, count = 10 } },
openserverday = 1,
level = 1,
},
},
}, },
[4] = { [4] = {
[1] = { [1] = {

View File

@@ -138,15 +138,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 12, type = 11 }, { value = 9, type = 17 }, {
{ value = 5, type = 9 },
{ value = 12, type = 11 },
{ value = 9, type = 17 },
{
value = 22, value = 22,
type = 19, type = 19,
}, } },
},
denySell = 1, denySell = 1,
time = 0, time = 0,
forcetips = 0, forcetips = 0,
@@ -174,15 +169,10 @@ StdItems = {
[7] = { [7] = {
dup = 0, dup = 0,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 3, type = 9 }, { value = 6, type = 11 }, { value = 4, type = 13 }, {
{ value = 3, type = 9 },
{ value = 6, type = 11 },
{ value = 4, type = 13 },
{
value = 12, value = 12,
type = 15, type = 15,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -267,15 +257,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 10, type = 11 }, { value = 9, type = 13 }, {
{ value = 5, type = 9 },
{ value = 10, type = 11 },
{ value = 9, type = 13 },
{
value = 22, value = 22,
type = 15, type = 15,
}, } },
},
denySell = 1, denySell = 1,
time = 0, time = 0,
forcetips = 0, forcetips = 0,
@@ -362,15 +347,10 @@ StdItems = {
[13] = { [13] = {
dup = 0, dup = 0,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 3, type = 9 }, { value = 8, type = 11 }, { value = 4, type = 17 }, {
{ value = 3, type = 9 },
{ value = 8, type = 11 },
{ value = 4, type = 17 },
{
value = 12, value = 12,
type = 19, type = 19,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -399,15 +379,10 @@ StdItems = {
[14] = { [14] = {
dup = 0, dup = 0,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 5, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 5, type = 17 },
{
value = 15, value = 15,
type = 19, type = 19,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -464,15 +439,10 @@ StdItems = {
[16] = { [16] = {
dup = 0, dup = 0,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 4, type = 9 }, { value = 8, type = 11 }, { value = 5, type = 13 }, {
{ value = 4, type = 9 },
{ value = 8, type = 11 },
{ value = 5, type = 13 },
{
value = 15, value = 15,
type = 15, type = 15,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -621,15 +591,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 14, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 14, type = 17 },
{
value = 32, value = 32,
type = 19, type = 19,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 48000, dealPrice = 48000,
@@ -685,15 +650,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 21, type = 13 }, {
{ value = 5, type = 9 },
{ value = 8, type = 11 },
{ value = 21, type = 13 },
{
value = 46, value = 46,
type = 15, type = 15,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 150000, dealPrice = 150000,
@@ -721,15 +681,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 14, type = 13 }, {
{ value = 5, type = 9 },
{ value = 8, type = 11 },
{ value = 14, type = 13 },
{
value = 32, value = 32,
type = 15, type = 15,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 48000, dealPrice = 48000,
@@ -825,15 +780,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 18, type = 13 }, {
{ value = 5, type = 9 },
{ value = 8, type = 11 },
{ value = 18, type = 13 },
{
value = 39, value = 39,
type = 15, type = 15,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 90000, dealPrice = 90000,
@@ -889,15 +839,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 18, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 18, type = 17 },
{
value = 39, value = 39,
type = 19, type = 19,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 90000, dealPrice = 90000,
@@ -953,15 +898,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 27, type = 13 }, {
{ value = 5, type = 9 },
{ value = 8, type = 11 },
{ value = 27, type = 13 },
{
value = 56, value = 56,
type = 15, type = 15,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 240000, dealPrice = 240000,
@@ -989,15 +929,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 27, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 27, type = 17 },
{
value = 56, value = 56,
type = 19, type = 19,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 240000, dealPrice = 240000,
@@ -1025,15 +960,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 21, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 21, type = 17 },
{
value = 46, value = 46,
type = 19, type = 19,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 150000, dealPrice = 150000,
@@ -1089,15 +1019,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 8, type = 11 }, { value = 35, type = 13 }, {
{ value = 5, type = 9 },
{ value = 8, type = 11 },
{ value = 35, type = 13 },
{
value = 72, value = 72,
type = 15, type = 15,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 360000, dealPrice = 360000,
@@ -1125,15 +1050,10 @@ StdItems = {
dup = 0, dup = 0,
denyDestroy = 1, denyDestroy = 1,
suggVocation = 3, suggVocation = 3,
staitcAttrs = { staitcAttrs = { { value = 5, type = 9 }, { value = 9, type = 11 }, { value = 35, type = 17 }, {
{ value = 5, type = 9 },
{ value = 9, type = 11 },
{ value = 35, type = 17 },
{
value = 72, value = 72,
type = 19, type = 19,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 360000, dealPrice = 360000,
@@ -1497,15 +1417,10 @@ StdItems = {
[47] = { [47] = {
dup = 0, dup = 0,
suggVocation = 0, suggVocation = 0,
staitcAttrs = { staitcAttrs = { { value = 0, type = 21 }, { value = 2, type = 23 }, { value = 0, type = 25 }, {
{ value = 0, type = 21 },
{ value = 2, type = 23 },
{ value = 0, type = 25 },
{
value = 1, value = 1,
type = 27, type = 27,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -1534,15 +1449,10 @@ StdItems = {
[48] = { [48] = {
dup = 0, dup = 0,
suggVocation = 0, suggVocation = 0,
staitcAttrs = { staitcAttrs = { { value = 3, type = 21 }, { value = 3, type = 23 }, { value = 1, type = 25 }, {
{ value = 3, type = 21 },
{ value = 3, type = 23 },
{ value = 1, type = 25 },
{
value = 2, value = 2,
type = 27, type = 27,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -1793,15 +1703,10 @@ StdItems = {
[55] = { [55] = {
dup = 0, dup = 0,
suggVocation = 0, suggVocation = 0,
staitcAttrs = { staitcAttrs = { { value = 3, type = 21 }, { value = 4, type = 23 }, { value = 2, type = 25 }, {
{ value = 3, type = 21 },
{ value = 4, type = 23 },
{ value = 2, type = 25 },
{
value = 3, value = 3,
type = 27, type = 27,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -2464,15 +2369,10 @@ StdItems = {
[76] = { [76] = {
dup = 0, dup = 0,
suggVocation = 0, suggVocation = 0,
staitcAttrs = { staitcAttrs = { { value = 0, type = 21 }, { value = 1, type = 23 }, { value = 0, type = 25 }, {
{ value = 0, type = 21 },
{ value = 1, type = 23 },
{ value = 0, type = 25 },
{
value = 1, value = 1,
type = 27, type = 27,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -4134,15 +4034,10 @@ StdItems = {
[129] = { [129] = {
dup = 0, dup = 0,
suggVocation = 2, suggVocation = 2,
staitcAttrs = { staitcAttrs = { { value = 0, type = 21 }, { value = 1, type = 23 }, { value = 0, type = 25 }, {
{ value = 0, type = 21 },
{ value = 1, type = 23 },
{ value = 0, type = 25 },
{
value = 1, value = 1,
type = 27, type = 27,
}, } },
},
denySell = 1, denySell = 1,
forcetips = 0, forcetips = 0,
time = 0, time = 0,
@@ -9190,7 +9085,6 @@ StdItems = {
suitId = 0, suitId = 0,
desc = "使用增加80万多倍经验多倍经验使用期间打怪享受超级翻番", desc = "使用增加80万多倍经验多倍经验使用期间打怪享受超级翻番",
recordLog = 1, recordLog = 1,
openUi = { view = "app.BagBatchUseWin", type = 1 },
name = "多倍经验瓶(小)", name = "多倍经验瓶(小)",
dealPrice = 10, dealPrice = 10,
dropBroadcast = 0, dropBroadcast = 0,
@@ -9220,7 +9114,6 @@ StdItems = {
suitId = 0, suitId = 0,
desc = "使用增加250万多倍经验多倍经验使用期间打怪享受超级翻番", desc = "使用增加250万多倍经验多倍经验使用期间打怪享受超级翻番",
recordLog = 1, recordLog = 1,
openUi = { view = "app.BagBatchUseWin", type = 1 },
name = "多倍经验瓶", name = "多倍经验瓶",
dealPrice = 10, dealPrice = 10,
dropBroadcast = -1, dropBroadcast = -1,
@@ -15995,15 +15888,10 @@ StdItems = {
[509] = { [509] = {
dup = 0, dup = 0,
suggVocation = 0, suggVocation = 0,
staitcAttrs = { staitcAttrs = { { value = 2, type = 21 }, { value = 2, type = 23 }, { value = 2, type = 25 }, {
{ value = 2, type = 21 },
{ value = 2, type = 23 },
{ value = 2, type = 25 },
{
value = 2, value = 2,
type = 27, type = 27,
}, } },
},
time = 0, time = 0,
forcetips = 0, forcetips = 0,
dealPrice = 10, dealPrice = 10,
@@ -46101,8 +45989,7 @@ StdItems = {
showQuality = 5, showQuality = 5,
denyDestroy = 1, denyDestroy = 1,
isShowUseBtn = 1, isShowUseBtn = 1,
iseffect = 124, iseffect = 127,
forcetips = 2,
suggVocation = 0, suggVocation = 0,
staitcAttrs = {}, staitcAttrs = {},
denySell = 1, denySell = 1,
@@ -46111,7 +45998,7 @@ StdItems = {
colGroup = 0, colGroup = 0,
cdTime = 0, cdTime = 0,
icon = 13509, icon = 13509,
recoverid = 0, recoverid = 150091,
packageType = 2, packageType = 2,
type = 131, type = 131,
dealType = 0, dealType = 0,
@@ -46122,8 +46009,7 @@ StdItems = {
desc = "打开后随机获得天之王者套装中的任意一件,获得随机奖励", desc = "打开后随机获得天之王者套装中的任意一件,获得随机奖励",
recordLog = 1, recordLog = 1,
name = "天之王者宝箱", name = "天之王者宝箱",
trade = 3, dropBroadcast = 0,
dropBroadcast = -1,
itemlvl = 3, itemlvl = 3,
shape = 0, shape = 0,
dropGroupid = 100876, dropGroupid = 100876,
@@ -46137,7 +46023,6 @@ StdItems = {
denySell = 1, denySell = 1,
isShowUseBtn = 1, isShowUseBtn = 1,
time = 0, time = 0,
forcetips = 1,
colGroup = 0, colGroup = 0,
cdTime = 0, cdTime = 0,
icon = 13509, icon = 13509,
@@ -46158,7 +46043,7 @@ StdItems = {
itemlvl = 3, itemlvl = 3,
shape = 0, shape = 0,
existScenes = { -1 }, existScenes = { -1 },
iseffect = 124, iseffect = 127,
showQuality = 5, showQuality = 5,
}, },
[1381] = { [1381] = {
@@ -46166,8 +46051,7 @@ StdItems = {
showQuality = 5, showQuality = 5,
denyDestroy = 1, denyDestroy = 1,
isShowUseBtn = 1, isShowUseBtn = 1,
iseffect = 124, iseffect = 127,
forcetips = 2,
suggVocation = 0, suggVocation = 0,
staitcAttrs = {}, staitcAttrs = {},
denySell = 1, denySell = 1,
@@ -46188,7 +46072,7 @@ StdItems = {
recordLog = 1, recordLog = 1,
name = "天之天龙宝箱", name = "天之天龙宝箱",
trade = 3, trade = 3,
dropBroadcast = -1, dropBroadcast = 0,
itemlvl = 3, itemlvl = 3,
shape = 0, shape = 0,
dropGroupid = 100878, dropGroupid = 100878,
@@ -46199,8 +46083,7 @@ StdItems = {
showQuality = 5, showQuality = 5,
denyDestroy = 1, denyDestroy = 1,
isShowUseBtn = 1, isShowUseBtn = 1,
iseffect = 124, iseffect = 127,
forcetips = 2,
suggVocation = 0, suggVocation = 0,
staitcAttrs = {}, staitcAttrs = {},
denySell = 1, denySell = 1,
@@ -46221,7 +46104,7 @@ StdItems = {
recordLog = 1, recordLog = 1,
name = "金牛宝箱", name = "金牛宝箱",
trade = 3, trade = 3,
dropBroadcast = -1, dropBroadcast = 0,
itemlvl = 3, itemlvl = 3,
shape = 0, shape = 0,
dropGroupid = 100879, dropGroupid = 100879,
@@ -46232,8 +46115,7 @@ StdItems = {
showQuality = 5, showQuality = 5,
denyDestroy = 1, denyDestroy = 1,
isShowUseBtn = 1, isShowUseBtn = 1,
iseffect = 124, iseffect = 127,
forcetips = 2,
suggVocation = 0, suggVocation = 0,
staitcAttrs = {}, staitcAttrs = {},
denySell = 1, denySell = 1,
@@ -46254,7 +46136,7 @@ StdItems = {
recordLog = 1, recordLog = 1,
name = "金牛[炎]宝箱", name = "金牛[炎]宝箱",
trade = 3, trade = 3,
dropBroadcast = -1, dropBroadcast = 0,
itemlvl = 3, itemlvl = 3,
shape = 0, shape = 0,
dropGroupid = 100880, dropGroupid = 100880,