Skip to content

Commit

Permalink
fix(balance): remove soldering iron as possible tool for 2 recipes (#…
Browse files Browse the repository at this point in the history
…4354)

fix: remove soldering iron as possible tool for 2 recipes
  • Loading branch information
Lamandus authored Mar 15, 2024
1 parent bc5beca commit 013e37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/other/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
{ "id": "WRENCH", "level": 1 },
{ "id": "GLARE", "level": 2 }
],
"tools": [ [ [ "welder", 100 ], [ "toolset", 150 ], [ "soldering_iron", 150 ] ] ],
"tools": [ [ [ "welder", 100 ], [ "toolset", 150 ] ] ],
"components": [ [ [ "steel_chunk", 6 ], [ "scrap", 18 ] ], [ [ "pipe", 2 ] ] ]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/explosive.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "GLARE", "level": 2 } ],
"tools": [ [ [ "welder", 20 ], [ "toolset", 30 ], [ "soldering_iron", 30 ] ] ],
"tools": [ [ [ "welder", 20 ], [ "toolset", 30 ] ] ],
"components": [ [ [ "metal_tank_little", 1 ] ], [ [ "nail", 200 ], [ "scrap", 16 ] ], [ [ "fuse", 1 ] ], [ [ "dynamite", 1 ] ] ]
},
{
Expand Down

0 comments on commit 013e37d

Please sign in to comment.