Skip to content

Commit

Permalink
Update metalworking tongs recipe to not produce more steel than put …
Browse files Browse the repository at this point in the history
…in (#56735)

Reducing byproducts to some scraps instead of a lump and chunks.
Also reduces needed rebar/pipes to keep steel mass similar.
  • Loading branch information
SamGondra authored Apr 18, 2022
1 parent fc1b6bb commit c2937d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/tools/tools_hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_toolsmithing" }
],
"components": [ [ [ "steel_lump", 1 ], [ "pipe", 2 ], [ "rebar", 2 ] ], [ [ "nail", 1 ] ] ],
"byproducts": [ [ "steel_lump", 1 ], [ "steel_chunk", 3 ] ]
"components": [ [ [ "steel_lump", 1 ], [ "pipe", 1 ], [ "rebar", 1 ] ], [ [ "nail", 1 ] ] ],
"byproducts": [ [ "scrap", 3 ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit c2937d4

Please sign in to comment.