refactor(ItemMerge): 调整合成材料数量

- 修改了多个物品合成配置中的材料数量
- 例如:将 843 号材料的数量从 500 调整到 200
- 此修改可能会影响游戏中的物品合成过程和平衡
This commit is contained in:
2025-01-24 16:35:13 +08:00
parent 2d8c58fe3c
commit 3533cef10f

View File

@@ -2096,7 +2096,7 @@ ItemMergeConfig = {
text = "合成",
Eid = 11002,
second_index = 2,
table = { { id = 843, type = 0, count = 500 }, { id = 4, type = 4, count = 20000 } },
table = { { id = 843, type = 0, count = 200 }, { id = 4, type = 4, count = 20000 } },
openserverday = 1,
level = 1,
},
@@ -2107,7 +2107,7 @@ ItemMergeConfig = {
text = "合成",
Eid = 11003,
second_index = 2,
table = { { id = 846, type = 0, count = 500 }, { id = 4, type = 4, count = 30000 } },
table = { { id = 846, type = 0, count = 300 }, { id = 4, type = 4, count = 30000 } },
openserverday = 1,
},
[11004] = {
@@ -2118,7 +2118,7 @@ ItemMergeConfig = {
Eid = 11004,
second_index = 2,
openserverday = 1,
table = { { id = 847, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
table = { { id = 847, type = 0, count = 200 }, { id = 4, type = 4, count = 100000 } },
},
[11005] = {
circle = 0,
@@ -2128,7 +2128,7 @@ ItemMergeConfig = {
Eid = 11005,
second_index = 2,
openserverday = 1,
table = { { id = 844, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } },
table = { { id = 844, type = 0, count = 200 }, { id = 4, type = 4, count = 250000 } },
},
[11006] = {
circle = 0,
@@ -2138,7 +2138,7 @@ ItemMergeConfig = {
Eid = 11006,
second_index = 2,
openserverday = 1,
table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } },
table = { { id = 845, type = 0, count = 100 }, { id = 4, type = 4, count = 100000 } },
},
},
[4] = {