feat(ItemMerge): 调整合成物品配置

- 修改了多个物品的合成成本,降低了大部分物品的合成所需金币数量
- 更新了部分物品的合成结果,替换了产出物品的ID
- 优化了物品合成的性价比,使玩家更容易获得所需物品
This commit is contained in:
2025-01-27 20:15:09 +08:00
parent d9046c03b7
commit 4f007067c2

View File

@@ -4253,7 +4253,7 @@ ItemMergeConfig = {
[2] = { [2] = {
[7201] = { [7201] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 100 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4261,13 +4261,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7201, Eid = 7201,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 380, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7202] = { [7202] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 10000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4275,13 +4275,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7202, Eid = 7202,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 380, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7203] = { [7203] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 200 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4289,13 +4289,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7203, Eid = 7203,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 388, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7204] = { [7204] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 20000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4303,13 +4303,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7204, Eid = 7204,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 388, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7205] = { [7205] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 500 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4323,7 +4323,7 @@ ItemMergeConfig = {
}, },
[7206] = { [7206] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 50000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4345,7 +4345,7 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7207, Eid = 7207,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 390, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
@@ -4359,13 +4359,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7208, Eid = 7208,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 390, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7209] = { [7209] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 2000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4373,13 +4373,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7209, Eid = 7209,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 391, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7210] = { [7210] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 200000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4387,13 +4387,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7210, Eid = 7210,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 391, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7211] = { [7211] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 5000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4401,13 +4401,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7211, Eid = 7211,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 392, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7212] = { [7212] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 500000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4415,13 +4415,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7212, Eid = 7212,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 392, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7213] = { [7213] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 10000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4429,13 +4429,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7213, Eid = 7213,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 393, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7214] = { [7214] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 1000000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4443,13 +4443,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7214, Eid = 7214,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 393, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7215] = { [7215] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 1 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4457,13 +4457,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7215, Eid = 7215,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 394, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7216] = { [7216] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 100 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4471,13 +4471,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7216, Eid = 7216,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 394, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7217] = { [7217] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 5 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4485,13 +4485,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7217, Eid = 7217,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 395, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7218] = { [7218] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 500 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4499,13 +4499,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7218, Eid = 7218,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 395, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7219] = { [7219] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 10 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4513,13 +4513,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7219, Eid = 7219,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 396, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7220] = { [7220] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 1000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4527,13 +4527,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7220, Eid = 7220,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 396, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7221] = { [7221] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 15 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4541,13 +4541,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7221, Eid = 7221,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 397, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7222] = { [7222] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 1500 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4555,13 +4555,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7222, Eid = 7222,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 397, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7223] = { [7223] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 30 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4569,13 +4569,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7223, Eid = 7223,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 398, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7224] = { [7224] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 3000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4583,13 +4583,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7224, Eid = 7224,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 398, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7225] = { [7225] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 50 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4597,13 +4597,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7225, Eid = 7225,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 399, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7226] = { [7226] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 5000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4611,13 +4611,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7226, Eid = 7226,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 399, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7227] = { [7227] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 1000 }, compose = { id = 4, type = 4, count = 80 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4625,13 +4625,13 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7227, Eid = 7227,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 1 } }, table = { { id = 400, type = 0, count = 1 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },
[7228] = { [7228] = {
circle = 0, circle = 0,
compose = { id = 4, type = 4, count = 100000 }, compose = { id = 4, type = 4, count = 8000 },
index = 7, index = 7,
buttontxt10 = "合成10次", buttontxt10 = "合成10次",
mergebutton10 = 1, mergebutton10 = 1,
@@ -4639,7 +4639,7 @@ ItemMergeConfig = {
clicklimit = 1, clicklimit = 1,
Eid = 7228, Eid = 7228,
second_index = 1, second_index = 1,
table = { { id = 389, type = 0, count = 100 } }, table = { { id = 400, type = 0, count = 100 } },
openserverday = 1, openserverday = 1,
level = 1, level = 1,
}, },