init
This commit is contained in:
3188
server/cross/LogicServer/data/config/Merge/ItemMerge.config
Normal file
3188
server/cross/LogicServer/data/config/Merge/ItemMerge.config
Normal file
File diff suppressed because it is too large
Load Diff
131
server/cross/LogicServer/data/config/Merge/Merge.config
Normal file
131
server/cross/LogicServer/data/config/Merge/Merge.config
Normal file
@@ -0,0 +1,131 @@
|
||||
--D-锻造合成表.xlsx 合成二级目录
|
||||
MergeConfig={
|
||||
[1] = {
|
||||
[1] = {
|
||||
id = 1,
|
||||
index = 1,
|
||||
name = "赤月装备",
|
||||
levelconds = 35,
|
||||
rebornconds = 0,
|
||||
dayconds = 0,
|
||||
},
|
||||
[2] = {
|
||||
id = 1,
|
||||
index = 2,
|
||||
name = "魔龙装备",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 3,
|
||||
},
|
||||
[3] = {
|
||||
id = 1,
|
||||
index = 3,
|
||||
name = "战神装备",
|
||||
levelconds = 45,
|
||||
rebornconds = 0,
|
||||
dayconds = 7,
|
||||
},
|
||||
[4] = {
|
||||
id = 1,
|
||||
index = 4,
|
||||
name = "星王装备",
|
||||
levelconds = 45,
|
||||
rebornconds = 0,
|
||||
dayconds = 7,
|
||||
},
|
||||
[5] = {
|
||||
id = 1,
|
||||
index = 5,
|
||||
name = "王者装备",
|
||||
levelconds = 45,
|
||||
rebornconds = 0,
|
||||
dayconds = 30,
|
||||
},
|
||||
[6] = {
|
||||
id = 1,
|
||||
index = 6,
|
||||
name = "魂玉合成",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 0,
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
[1] = {
|
||||
id = 2,
|
||||
index = 1,
|
||||
name = "赤月互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 1,
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
index = 2,
|
||||
name = "魔龙互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 1,
|
||||
},
|
||||
[3] = {
|
||||
id = 2,
|
||||
index = 3,
|
||||
name = "战神互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 3,
|
||||
},
|
||||
[4] = {
|
||||
id = 2,
|
||||
index = 4,
|
||||
name = "星王互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 7,
|
||||
},
|
||||
[5] = {
|
||||
id = 2,
|
||||
index = 5,
|
||||
name = "王者互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 30,
|
||||
},
|
||||
[6] = {
|
||||
id = 2,
|
||||
index = 6,
|
||||
name = "王者锻造",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 30,
|
||||
},
|
||||
},
|
||||
[3] = {
|
||||
[1] = {
|
||||
id = 3,
|
||||
index = 1,
|
||||
name = "衣服合成",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 15,
|
||||
},
|
||||
[2] = {
|
||||
id = 3,
|
||||
index = 2,
|
||||
name = "王者互换",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 40,
|
||||
},
|
||||
},
|
||||
[4] = {
|
||||
[1] = {
|
||||
id = 4,
|
||||
index = 1,
|
||||
name = "秘籍",
|
||||
levelconds = 40,
|
||||
rebornconds = 0,
|
||||
dayconds = 0,
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
--D-锻造合成表.xlsx 合成主目录
|
||||
MergeTotal={
|
||||
[1] = {
|
||||
id = 1,
|
||||
openLv = 35,
|
||||
openZs = 0,
|
||||
openserverDay = 0,
|
||||
btn_source = "装备",
|
||||
sort = 1,
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
openLv = 40,
|
||||
openZs = 0,
|
||||
openserverDay = 15,
|
||||
btn_source = "武器",
|
||||
sort = 2,
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
openLv = 40,
|
||||
openZs = 0,
|
||||
openserverDay = 15,
|
||||
btn_source = "衣服",
|
||||
sort = 3,
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
openLv = 40,
|
||||
openZs = 0,
|
||||
openserverDay = 0,
|
||||
btn_source = "其他",
|
||||
sort = 4,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user