refactor(ItemMerge): 调整物品合成配置
- 将原配置中的 3206 号合成配方调整到 72 号位置 - 删除了 3206 号配方的定义
This commit is contained in:
@@ -1946,6 +1946,19 @@ ItemMergeConfig = {
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
[72] = {
|
||||
circle = 0,
|
||||
compose = { id = 840, type = 0, count = 1 },
|
||||
index = 3,
|
||||
text = "兑换",
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
Eid = 72,
|
||||
second_index = 2,
|
||||
table = { { id = 838, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
[73] = {
|
||||
circle = 0,
|
||||
compose = { id = 838, type = 0, count = 10 },
|
||||
@@ -2063,19 +2076,6 @@ ItemMergeConfig = {
|
||||
openserverday = 15,
|
||||
level = 1,
|
||||
},
|
||||
[3206] = {
|
||||
circle = 0,
|
||||
compose = { id = 840, type = 0, count = 1 },
|
||||
index = 3,
|
||||
text = "兑换",
|
||||
buttontxt10 = "合成10次",
|
||||
mergebutton10 = 1,
|
||||
Eid = 3206,
|
||||
second_index = 2,
|
||||
table = { { id = 838, type = 0, count = 10 } },
|
||||
openserverday = 1,
|
||||
level = 1,
|
||||
},
|
||||
},
|
||||
[3] = {
|
||||
[3301] = {
|
||||
|
||||
Reference in New Issue
Block a user