feat(item): 添加天之王者随机宝箱并调整相关配置
- 新增天之王者随机宝箱(ID 1379),包含随机套装和奖励 - 更新 ItemMergeConfig,添加新合成配方 - 修改 StdItemsConfig,调整代金券和返利卡的描述和属性 - 在 DropGroupConfig 和 DropTableConfig 中添加新掉落配置
This commit is contained in:
@@ -133,7 +133,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 10,
|
||||
second_index = 1,
|
||||
table = { { id = 878, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 878, type = 0, count = 3 }, { id = 2, type = 2, count = 100000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -1228,19 +1228,62 @@ ItemMergeConfig = {
|
||||
[10] = {
|
||||
[11001] = {
|
||||
circle = 0,
|
||||
compose = { id = 770, type = 0, count = 1 },
|
||||
index = 7,
|
||||
compose = { id = 1379, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11001,
|
||||
second_index = 2,
|
||||
table = {
|
||||
{ id = 758, type = 0, count = 1 },
|
||||
{ id = 842, type = 0, count = 50 },
|
||||
{ id = 4, type = 4, count = 10000 },
|
||||
},
|
||||
table = { { id = 842, type = 0, count = 500 }, { id = 4, type = 4, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[11002] = {
|
||||
circle = 0,
|
||||
compose = { id = 1380, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11002,
|
||||
second_index = 2,
|
||||
table = { { id = 843, type = 0, count = 500 }, { id = 4, type = 4, count = 20000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[11003] = {
|
||||
circle = 0,
|
||||
compose = { id = 1381, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11003,
|
||||
second_index = 2,
|
||||
table = { { id = 846, type = 0, count = 500 }, { id = 4, type = 4, count = 30000 } },
|
||||
},
|
||||
[11004] = {
|
||||
circle = 0,
|
||||
compose = { id = 1382, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11004,
|
||||
second_index = 2,
|
||||
table = { { id = 847, type = 0, count = 500 }, { id = 4, type = 4, count = 50000 } },
|
||||
},
|
||||
[11005] = {
|
||||
circle = 0,
|
||||
compose = { id = 1383, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11005,
|
||||
second_index = 2,
|
||||
table = { { id = 844, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
|
||||
},
|
||||
[11006] = {
|
||||
circle = 0,
|
||||
compose = { id = 1384, type = 0, count = 1 },
|
||||
index = 1,
|
||||
text = "合成",
|
||||
Eid = 11006,
|
||||
second_index = 2,
|
||||
table = { { id = 845, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } },
|
||||
},
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
@@ -3929,6 +3972,118 @@ ItemMergeConfig = {
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7202] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 4, count = 150000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7202,
|
||||
second_index = 1,
|
||||
table = { { id = 397, type = 0, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7203] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 4, count = 3000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7203,
|
||||
second_index = 1,
|
||||
table = { { id = 398, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7204] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 4, count = 300000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7203,
|
||||
second_index = 1,
|
||||
table = { { id = 398, type = 0, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7205] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 4, count = 5000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7205,
|
||||
second_index = 1,
|
||||
table = { { id = 399, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7206] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 0, count = 1000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7206,
|
||||
second_index = 1,
|
||||
table = { { id = 1244, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7207] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 0, count = 3000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7207,
|
||||
second_index = 1,
|
||||
table = { { id = 1245, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7208] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 0, count = 5000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7208,
|
||||
second_index = 1,
|
||||
table = { { id = 1246, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[7209] = {
|
||||
circle = 0,
|
||||
compose = { id = 4, type = 0, count = 10000 },
|
||||
index = 7,
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
text = "兑换",
|
||||
clicklimit = 1,
|
||||
Eid = 7209,
|
||||
second_index = 1,
|
||||
table = { { id = 1247, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
},
|
||||
[3] = {
|
||||
[239] = {
|
||||
|
||||
@@ -2645,6 +2645,11 @@ DropGroupConfig = {
|
||||
type = 1,
|
||||
group = { { rate = 100, id = 1030049 } },
|
||||
},
|
||||
[120030] = {
|
||||
id = 120030,
|
||||
type = 1,
|
||||
group = { { rate = 100, id = 2100179 } },
|
||||
}
|
||||
[121000] = {
|
||||
id = 121000,
|
||||
type = 1,
|
||||
|
||||
@@ -6802,4 +6802,17 @@ DropTableConfig = {
|
||||
weeklimit = {},
|
||||
limitopenserverDay = 1,
|
||||
},
|
||||
|
||||
-- 天之王者套装
|
||||
[2100179] = {
|
||||
id = 2100179,
|
||||
type = 2,
|
||||
table = {
|
||||
{ rate = 100, type = 0, id = 767, count = 1 },{ rate = 100, type = 0, id = 768, count = 1 },{ rate = 100, type = 0, id = 769, count = 1 },{ rate = 100, type = 0, id = 770, count = 1 },
|
||||
{ rate = 100, type = 0, id = 771, count = 1 },{ rate = 100, type = 0, id = 772, count = 1 },{ rate = 100, type = 0, id = 773, count = 1 },{ rate = 100, type = 0, id =774, count = 1},
|
||||
{ rate = 100, type = 0, id = 775, count = 1 },{ rate = 100, type = 0, id = 776, count = 1 },{ rate = 100, type = 0, id = 777, count = 1 },{ rate = 100, type = 0, id = 778, count = 1 },
|
||||
},
|
||||
weeklimit = {},
|
||||
limitopenserverDay = 1,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -12365,7 +12365,7 @@ StdItems = {
|
||||
existScenes = { -1 },
|
||||
},
|
||||
[397] = {
|
||||
dup = 999,
|
||||
dup = 9999,
|
||||
denyDestroy = 1,
|
||||
isShowUseBtn = 1,
|
||||
forcetips = 0,
|
||||
@@ -12386,9 +12386,8 @@ StdItems = {
|
||||
id = 397,
|
||||
denyDeal = 1,
|
||||
suitId = 0,
|
||||
desc = "双击使用充值15元(不计入真实充值)",
|
||||
desc = "双击使用充值15元(不计入真实充值),在【合成-元宝银两-元宝】",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "15元代金券",
|
||||
dropGroupid = 120010,
|
||||
dropBroadcast = 0,
|
||||
@@ -12397,7 +12396,7 @@ StdItems = {
|
||||
existScenes = { -1 },
|
||||
},
|
||||
[398] = {
|
||||
dup = 999,
|
||||
dup = 9999,
|
||||
denyDestroy = 1,
|
||||
isShowUseBtn = 1,
|
||||
forcetips = 0,
|
||||
@@ -12420,7 +12419,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "双击使用充值30元(不计入真实充值)",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "30元代金券",
|
||||
dropGroupid = 120011,
|
||||
dropBroadcast = 0,
|
||||
@@ -12452,7 +12450,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "双击使用充值50元(不计入真实充值)",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "50元代金券",
|
||||
dropGroupid = 120012,
|
||||
dropBroadcast = 0,
|
||||
@@ -12484,7 +12481,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "双击使用充值80元(不计入真实充值)",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "80元代金券",
|
||||
dropGroupid = 120013,
|
||||
dropBroadcast = 0,
|
||||
@@ -41676,7 +41672,7 @@ StdItems = {
|
||||
existScenes = { -1 },
|
||||
},
|
||||
[1244] = {
|
||||
dup = 999,
|
||||
dup = 9999,
|
||||
denyDestroy = 1,
|
||||
isShowUseBtn = 1,
|
||||
forcetips = 1,
|
||||
@@ -41699,7 +41695,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "10元返利卡,双击使用获得价值10元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "10元返利卡",
|
||||
dropGroupid = 120014,
|
||||
dropBroadcast = 0,
|
||||
@@ -41708,7 +41703,7 @@ StdItems = {
|
||||
existScenes = { -1 },
|
||||
},
|
||||
[1245] = {
|
||||
dup = 999,
|
||||
dup = 9999,
|
||||
denyDestroy = 1,
|
||||
isShowUseBtn = 1,
|
||||
forcetips = 1,
|
||||
@@ -41731,7 +41726,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "30元返利卡,双击使用获得价值30元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "30元返利卡",
|
||||
dropGroupid = 120015,
|
||||
dropBroadcast = 0,
|
||||
@@ -41763,7 +41757,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "50元返利卡,双击使用获得价值50元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "50元返利卡",
|
||||
dropGroupid = 120016,
|
||||
dropBroadcast = 0,
|
||||
@@ -41795,7 +41788,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "100元返利卡,双击使用获得价值100元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "100元返利卡",
|
||||
dropGroupid = 120017,
|
||||
dropBroadcast = 0,
|
||||
@@ -41827,7 +41819,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "200元返利卡,双击使用获得价值200元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "200元返利卡",
|
||||
dropGroupid = 120018,
|
||||
dropBroadcast = 0,
|
||||
@@ -41859,7 +41850,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "300元返利卡,双击使用获得价值300元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "300元返利卡",
|
||||
dropGroupid = 120019,
|
||||
dropBroadcast = 0,
|
||||
@@ -41891,7 +41881,6 @@ StdItems = {
|
||||
suitId = 0,
|
||||
desc = "500元返利卡,双击使用获得价值500元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值",
|
||||
recordLog = 1,
|
||||
openUi = { view = "app.BagBatchUseWin", type = 1 },
|
||||
name = "500元返利卡",
|
||||
dropGroupid = 120020,
|
||||
dropBroadcast = 0,
|
||||
@@ -46020,4 +46009,36 @@ StdItems = {
|
||||
shape = 30,
|
||||
existScenes = { -1 },
|
||||
},
|
||||
[1379] = {
|
||||
dup = 9999,
|
||||
denyDestroy = 1,
|
||||
isShowUseBtn = 1,
|
||||
iseffect = 124,
|
||||
forcetips = 2,
|
||||
suggVocation = 0,
|
||||
staitcAttrs = {},
|
||||
denySell = 1,
|
||||
time = 0,
|
||||
dealPrice = 10,
|
||||
colGroup = 0,
|
||||
cdTime = 0,
|
||||
icon = 13509,
|
||||
recoverid = 0,
|
||||
packageType = 2,
|
||||
type = 136,
|
||||
dealType = 0,
|
||||
conds = {},
|
||||
id = 1144,
|
||||
denyDeal = 1,
|
||||
suitId = 0,
|
||||
desc = "打开后随机获得天之王者套装中的任意一件,获得随机奖励",
|
||||
recordLog = 1,
|
||||
name = "天之王者随机宝箱",
|
||||
trade = 3,
|
||||
dropBroadcast = -1,
|
||||
itemlvl = 3,
|
||||
shape = 0,
|
||||
dropGroupid = 120030,
|
||||
existScenes = { -1 },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user