refactor(config): 重构合成配置数据结构

- 更新 Merge.config 和 merge_total.config 文件格式
- 调整合成项目的分类和排序
- 新增多个合成项目,包括魂玉、勋章、神装等
- 修改合成项目的条件和属性
- 优化配置文件的可读性和扩展性
This commit is contained in:
2025-01-13 00:29:51 +08:00
parent c1acbc4782
commit 64733a9665
2 changed files with 359 additions and 152 deletions

View File

@@ -1,35 +1,31 @@
--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,
},
}
MergeTotal = {
[1] = {
openZs = 0,
sort = 1,
id = 1,
btn_source = "合成装备",
openserverDay = 0,
openLv = 1,
},
[2] = { openZs = 0, sort = 3, id = 2, btn_source = "材料", openserverDay = 0, openLv = 1 },
[3] = { openZs = 0, sort = 4, id = 3, btn_source = "成长", openserverDay = 0, openLv = 1 },
[4] = {
openZs = 4,
sort = 5,
id = 4,
btn_source = "神兵圣甲",
openserverDay = 0,
openLv = 1,
},
[5] = { openZs = 999, sort = 6, id = 5, btn_source = "活动", openserverDay = 1, openLv = 1 },
[6] = { openZs = 6, sort = 2, id = 6, btn_source = "内功", openserverDay = 1, openLv = 1 },
[7] = {
openZs = 0,
sort = 7,
id = 7,
btn_source = "元宝银两",
openserverDay = 1,
openLv = 1,
},
[8] = { openZs = 18, sort = 8, id = 8, btn_source = "字诀", openserverDay = 15, openLv = 1 },
}