feat(config): 添加多倍经验道具并调整相关配置

- 在 ItemMergeConfig.json 中添加多倍经验道具的合成配置
- 在 MergeConfig.json 中添加多倍经验的合并配置
- 在 MergeTotal.json 中调整多倍经验的分类
- 在 StdItems.json 中修改多倍经验道具的属性,包括删除多余的 UI 配置
This commit is contained in:
2025-01-13 00:21:29 +08:00
parent 1d46ba77b0
commit 57faa0f7e9
4 changed files with 38 additions and 8 deletions

View File

@@ -87,7 +87,7 @@
"Uitype": 1,
"id": 1,
"levelconds": 1,
"dayconds": 60,
"dayconds": 1,
"name": "王者装备"
}
},
@@ -165,6 +165,15 @@
"levelconds": 1,
"dayconds": 1,
"name": "装备凭证"
},
"3": {
"rebornconds": 0,
"index": 2,
"Uitype": 1,
"id": 3,
"levelconds": 1,
"dayconds": 1,
"name": "多倍经验"
}
},
"4": {