refactor(config): 调整合成系统材料消耗

- 修改了多个物品的合成条件,将材料消耗量增加了10倍
- 更新了批量设置模板,相应调整了材料消耗参数
This commit is contained in:
2025-01-27 22:39:20 +08:00
parent 55c8ae5fb6
commit b0591ef625
2 changed files with 30 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ const tpls = {
template: `
"S1": {
"circle": 0,
"compose": { "id": 4, "type": 4, "count": S4 },
"compose": { "id": 4, "type": 4, "count": S40 },
"index": 7,
"buttontxt10": "合成10次",
"mergebutton10": 1,
@@ -100,7 +100,7 @@ const tpls = {
},
"S2": {
"circle": 0,
"compose": { "id": 4, "type": 4, "count": S400 },
"compose": { "id": 4, "type": 4, "count": S4000 },
"index": 7,
"buttontxt10": "合成10次",
"mergebutton10": 1,