refactor(config): 调整合成系统材料消耗
- 修改了多个物品的合成条件,将材料消耗量增加了10倍 - 更新了批量设置模板,相应调整了材料消耗参数
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user