feat(ItemMergeConfig): 调整合成物品所需材料数量
- 修改了多个物品合成配置,将所需材料数量从数万调整至数千 - 例如:将869号物品的合成数量从2调整为2,所需材料从10000调整为1000 - 此修改涉及多个物品,包括但不限于869、870、871等
This commit is contained in:
@@ -10,7 +10,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 1,
|
||||
second_index = 1,
|
||||
table = { { id = 869, type = 0, count = 2 }, { id = 2, type = 2, count = 10000 } },
|
||||
table = { { id = 869, type = 0, count = 2 }, { id = 2, type = 2, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -25,7 +25,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 2,
|
||||
second_index = 1,
|
||||
table = { { id = 870, type = 0, count = 2 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 870, type = 0, count = 2 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -40,7 +40,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 3,
|
||||
second_index = 1,
|
||||
table = { { id = 871, type = 0, count = 2 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 871, type = 0, count = 2 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -55,7 +55,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 4,
|
||||
second_index = 1,
|
||||
table = { { id = 872, type = 0, count = 2 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 872, type = 0, count = 2 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -68,7 +68,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 5,
|
||||
second_index = 1,
|
||||
table = { { id = 873, type = 0, count = 2 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 873, type = 0, count = 2 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -81,7 +81,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 6,
|
||||
second_index = 1,
|
||||
table = { { id = 874, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 874, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -94,7 +94,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 7,
|
||||
second_index = 1,
|
||||
table = { { id = 875, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 875, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -107,7 +107,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 8,
|
||||
second_index = 1,
|
||||
table = { { id = 876, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 876, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -120,7 +120,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 9,
|
||||
second_index = 1,
|
||||
table = { { id = 877, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 877, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -133,7 +133,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 10,
|
||||
second_index = 1,
|
||||
table = { { id = 878, type = 0, count = 3 }, { id = 2, type = 2, count = 100000000 } },
|
||||
table = { { id = 878, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -150,7 +150,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 11,
|
||||
second_index = 2,
|
||||
table = { { id = 880, type = 0, count = 2 }, { id = 2, type = 2, count = 10000 } },
|
||||
table = { { id = 880, type = 0, count = 2 }, { id = 2, type = 2, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -165,7 +165,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 12,
|
||||
second_index = 2,
|
||||
table = { { id = 881, type = 0, count = 2 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 881, type = 0, count = 2 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -180,7 +180,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 13,
|
||||
second_index = 2,
|
||||
table = { { id = 882, type = 0, count = 2 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 882, type = 0, count = 2 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -195,7 +195,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 14,
|
||||
second_index = 2,
|
||||
table = { { id = 883, type = 0, count = 2 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 883, type = 0, count = 2 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -208,7 +208,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 15,
|
||||
second_index = 2,
|
||||
table = { { id = 884, type = 0, count = 2 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 884, type = 0, count = 2 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -221,7 +221,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 16,
|
||||
second_index = 2,
|
||||
table = { { id = 885, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 885, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -234,7 +234,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 17,
|
||||
second_index = 2,
|
||||
table = { { id = 886, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 886, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -247,7 +247,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 18,
|
||||
second_index = 2,
|
||||
table = { { id = 887, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 887, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -260,7 +260,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 19,
|
||||
second_index = 2,
|
||||
table = { { id = 888, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 888, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -273,7 +273,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 20,
|
||||
second_index = 2,
|
||||
table = { { id = 889, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 889, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -290,7 +290,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 21,
|
||||
second_index = 3,
|
||||
table = { { id = 891, type = 0, count = 3 }, { id = 2, type = 2, count = 20000 } },
|
||||
table = { { id = 891, type = 0, count = 3 }, { id = 2, type = 2, count = 2000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -305,7 +305,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 22,
|
||||
second_index = 3,
|
||||
table = { { id = 892, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 892, type = 0, count = 3 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -320,7 +320,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 23,
|
||||
second_index = 3,
|
||||
table = { { id = 893, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 893, type = 0, count = 3 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -335,7 +335,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 24,
|
||||
second_index = 3,
|
||||
table = { { id = 894, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 894, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -348,7 +348,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 25,
|
||||
second_index = 3,
|
||||
table = { { id = 895, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 895, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -361,7 +361,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 26,
|
||||
second_index = 3,
|
||||
table = { { id = 896, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 896, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -374,7 +374,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 27,
|
||||
second_index = 3,
|
||||
table = { { id = 897, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 897, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -387,7 +387,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 28,
|
||||
second_index = 3,
|
||||
table = { { id = 898, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 898, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -400,7 +400,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 29,
|
||||
second_index = 3,
|
||||
table = { { id = 899, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 899, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -417,7 +417,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 30,
|
||||
second_index = 4,
|
||||
table = { { id = 351, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 351, type = 0, count = 3 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -432,7 +432,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 31,
|
||||
second_index = 4,
|
||||
table = { { id = 352, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 352, type = 0, count = 3 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -447,7 +447,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 32,
|
||||
second_index = 4,
|
||||
table = { { id = 353, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 353, type = 0, count = 3 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -462,7 +462,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 33,
|
||||
second_index = 4,
|
||||
table = { { id = 354, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 354, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -475,7 +475,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 34,
|
||||
second_index = 4,
|
||||
table = { { id = 355, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 355, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -488,7 +488,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 35,
|
||||
second_index = 4,
|
||||
table = { { id = 356, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 356, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -501,7 +501,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 36,
|
||||
second_index = 4,
|
||||
table = { { id = 357, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 357, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -514,7 +514,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 37,
|
||||
second_index = 4,
|
||||
table = { { id = 857, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 857, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -527,7 +527,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 38,
|
||||
second_index = 4,
|
||||
table = { { id = 858, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 858, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -544,7 +544,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 39,
|
||||
second_index = 5,
|
||||
table = { { id = 372, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 372, type = 0, count = 3 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -559,7 +559,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 40,
|
||||
second_index = 5,
|
||||
table = { { id = 373, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 373, type = 0, count = 3 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -574,7 +574,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 41,
|
||||
second_index = 5,
|
||||
table = { { id = 374, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 374, type = 0, count = 3 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -589,7 +589,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 42,
|
||||
second_index = 5,
|
||||
table = { { id = 375, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 375, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -602,7 +602,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 43,
|
||||
second_index = 5,
|
||||
table = { { id = 376, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 376, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -615,7 +615,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 44,
|
||||
second_index = 5,
|
||||
table = { { id = 377, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 377, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -628,7 +628,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 45,
|
||||
second_index = 5,
|
||||
table = { { id = 378, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 378, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -641,7 +641,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 46,
|
||||
second_index = 5,
|
||||
table = { { id = 866, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 866, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -654,7 +654,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 47,
|
||||
second_index = 5,
|
||||
table = { { id = 867, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 867, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -671,7 +671,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 48,
|
||||
second_index = 6,
|
||||
table = { { id = 358, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 358, type = 0, count = 3 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -686,7 +686,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 49,
|
||||
second_index = 6,
|
||||
table = { { id = 359, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 359, type = 0, count = 3 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -701,7 +701,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 50,
|
||||
second_index = 6,
|
||||
table = { { id = 360, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
table = { { id = 360, type = 0, count = 3 }, { id = 2, type = 2, count = 10000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -716,7 +716,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 51,
|
||||
second_index = 6,
|
||||
table = { { id = 361, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 361, type = 0, count = 3 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -729,7 +729,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 52,
|
||||
second_index = 6,
|
||||
table = { { id = 362, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 362, type = 0, count = 3 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -742,7 +742,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 53,
|
||||
second_index = 6,
|
||||
table = { { id = 363, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
table = { { id = 363, type = 0, count = 3 }, { id = 2, type = 2, count = 100000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -755,7 +755,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 54,
|
||||
second_index = 6,
|
||||
table = { { id = 364, type = 0, count = 3 }, { id = 2, type = 2, count = 3000000 } },
|
||||
table = { { id = 364, type = 0, count = 3 }, { id = 2, type = 2, count = 300000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -768,7 +768,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 55,
|
||||
second_index = 6,
|
||||
table = { { id = 860, type = 0, count = 3 }, { id = 2, type = 2, count = 5000000 } },
|
||||
table = { { id = 860, type = 0, count = 3 }, { id = 2, type = 2, count = 500000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -781,7 +781,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 56,
|
||||
second_index = 6,
|
||||
table = { { id = 861, type = 0, count = 3 }, { id = 2, type = 2, count = 10000000 } },
|
||||
table = { { id = 861, type = 0, count = 3 }, { id = 2, type = 2, count = 1000000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -798,7 +798,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 57,
|
||||
second_index = 7,
|
||||
table = { { id = 365, type = 0, count = 5 }, { id = 2, type = 2, count = 10000 } },
|
||||
table = { { id = 365, type = 0, count = 5 }, { id = 2, type = 2, count = 1000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -813,7 +813,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 58,
|
||||
second_index = 7,
|
||||
table = { { id = 366, type = 0, count = 5 }, { id = 2, type = 2, count = 30000 } },
|
||||
table = { { id = 366, type = 0, count = 5 }, { id = 2, type = 2, count = 3000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -828,7 +828,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 59,
|
||||
second_index = 7,
|
||||
table = { { id = 367, type = 0, count = 5 }, { id = 2, type = 2, count = 50000 } },
|
||||
table = { { id = 367, type = 0, count = 5 }, { id = 2, type = 2, count = 5000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -843,7 +843,7 @@ ItemMergeConfig = {
|
||||
mergebutton10 = 1,
|
||||
Eid = 60,
|
||||
second_index = 7,
|
||||
table = { { id = 368, type = 0, count = 5 }, { id = 2, type = 2, count = 80000 } },
|
||||
table = { { id = 368, type = 0, count = 5 }, { id = 2, type = 2, count = 8000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -856,7 +856,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 61,
|
||||
second_index = 7,
|
||||
table = { { id = 369, type = 0, count = 5 }, { id = 2, type = 2, count = 150000 } },
|
||||
table = { { id = 369, type = 0, count = 5 }, { id = 2, type = 2, count = 15000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -869,7 +869,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 62,
|
||||
second_index = 7,
|
||||
table = { { id = 370, type = 0, count = 5 }, { id = 2, type = 2, count = 300000 } },
|
||||
table = { { id = 370, type = 0, count = 5 }, { id = 2, type = 2, count = 30000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -882,7 +882,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 63,
|
||||
second_index = 7,
|
||||
table = { { id = 371, type = 0, count = 5 }, { id = 2, type = 2, count = 500000 } },
|
||||
table = { { id = 371, type = 0, count = 5 }, { id = 2, type = 2, count = 50000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -895,7 +895,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 64,
|
||||
second_index = 7,
|
||||
table = { { id = 863, type = 0, count = 5 }, { id = 2, type = 2, count = 800000 } },
|
||||
table = { { id = 863, type = 0, count = 5 }, { id = 2, type = 2, count = 80000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
@@ -908,7 +908,7 @@ ItemMergeConfig = {
|
||||
text = "合成",
|
||||
Eid = 65,
|
||||
second_index = 7,
|
||||
table = { { id = 864, type = 0, count = 5 }, { id = 2, type = 2, count = 1200000 } },
|
||||
table = { { id = 864, type = 0, count = 5 }, { id = 2, type = 2, count = 120000 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
redpointlimit = { zsLevel = 2 },
|
||||
|
||||
@@ -46464,4 +46464,50 @@ StdItems = {
|
||||
trade = 1,
|
||||
type = 7,
|
||||
},
|
||||
[1393] = {
|
||||
cdTime = 0,
|
||||
colGroup = 0,
|
||||
conds = { { cond = 6, value = 1 } },
|
||||
dealPrice = 10,
|
||||
dealType = 0,
|
||||
desc = "传说级腰带,带有应龙的神兽图案,象征应龙的破天之力,山海经套装之一",
|
||||
dropBroadcast = -1,
|
||||
dropEffect = 12,
|
||||
dup = 0,
|
||||
existScenes = { -1 },
|
||||
forcetips = 0,
|
||||
icon = 13355,
|
||||
id = 1393,
|
||||
iseffect = 1,
|
||||
itemEff = 5,
|
||||
itemlevel = 117,
|
||||
itemlvl = 3,
|
||||
name = "应龙破天束",
|
||||
packageType = 1,
|
||||
recordLog = 1,
|
||||
recoverView = { { count = 1, id = 845, rate = 100, type = 0 } },
|
||||
recoverid = 150017,
|
||||
shape = 0,
|
||||
showQuality = 5,
|
||||
staitcAttrs = {
|
||||
{ type = 80, value = 4500 },
|
||||
{ type = 136, value = 2500 },
|
||||
{ type = 27, value = 1200 },
|
||||
{ type = 25, value = 900 },
|
||||
{ type = 23, value = 1200 },
|
||||
{ type = 21, value = 900 },
|
||||
{ type = 19, value = 1100 },
|
||||
{ type = 17, value = 880 },
|
||||
{ type = 15, value = 1100 },
|
||||
{ type = 13, value = 880 },
|
||||
{ type = 11, value = 1100 },
|
||||
{ type = 9, value = 880 },
|
||||
{ type = 47, value = 8500 },
|
||||
},
|
||||
suggVocation = 0,
|
||||
suitId = 0,
|
||||
time = 0,
|
||||
trade = 1,
|
||||
type = 8,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user