Skip to content

Commit

Permalink
feat(balance): make matchhead powder recipe more granular, related fi…
Browse files Browse the repository at this point in the history
…xes for mortar and pestle recipes (#4271)
  • Loading branch information
chaosvolt authored Mar 1, 2024
1 parent 1898dd6 commit 6d088c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/json/recipes/chem/chemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@
"subcategory": "CSC_CHEM_CHEMICALS",
"charges": 100,
"time": "5 m",
"batch_time_factors": [ 50, 3 ],
"autolearn": true,
"tools": [ [ [ "mortar_pestle", -1 ] ] ],
"components": [ [ [ "chem_ammonium_nitrate_pellets", 100 ] ] ]
Expand Down
6 changes: 4 additions & 2 deletions data/json/recipes/chem/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@
"category": "CC_CHEM",
"subcategory": "CC_CHEM_OTHER",
"skill_used": "fabrication",
"time": "8 m",
"time": "1 m",
"batch_time_factors": [ 50, 3 ],
"charges": 1,
"autolearn": true,
"tools": [ [ [ "matches", 20 ] ], [ [ "mortar_pestle", -1 ] ] ]
"tools": [ [ [ "matches", 1 ] ], [ [ "mortar_pestle", -1 ] ] ]
},
{
"result": "lye",
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@
"difficulty": 1,
"charges": 1562,
"time": "5 m",
"batch_time_factors": [ 50, 3 ],
"autolearn": true,
"tools": [ [ [ "mortar_pestle", -1 ] ] ],
"qualities": [ { "id": "HAMMER", "level": 1 } ],
Expand Down

0 comments on commit 6d088c8

Please sign in to comment.