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] = {
|
||||
|
||||
Reference in New Issue
Block a user