Files
chuanqi-server-instance/LogicServer/data/config/Merge/merge_total.config
Kubbo 64733a9665 refactor(config): 重构合成配置数据结构
- 更新 Merge.config 和 merge_total.config 文件格式
- 调整合成项目的分类和排序
- 新增多个合成项目,包括魂玉、勋章、神装等
- 修改合成项目的条件和属性
- 优化配置文件的可读性和扩展性
2025-01-13 00:29:51 +08:00

32 lines
841 B
Plaintext
Executable File

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 },
}