Skip to content

Commit

Permalink
feat(balance): toolboxes are not mechanical (#4512)
Browse files Browse the repository at this point in the history
* Toolbox No Mechanics

The toolbox no longer needs mechanics to build, since it is literally just storing a bunch of tools inside of a metal box held together with nails and wire. It now instead requires a level 2 hammering tool.

* No hammering

The hammer is already a tool in the recipe, no need to require another one.
  • Loading branch information
yay855 committed Apr 22, 2024
1 parent 8d56320 commit d3cb640
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,6 @@
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 3 ],
"difficulty": 2,
"time": "4 m",
"reversible": true,
Expand All @@ -1782,7 +1781,6 @@
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 3 ],
"difficulty": 2,
"time": "4 m",
"reversible": true,
Expand Down

0 comments on commit d3cb640

Please sign in to comment.