Skip to content

Commit

Permalink
Merge pull request #34571 from snipercup/add-steel_armor-recipe
Browse files Browse the repository at this point in the history
Add steel armor plate recipe
  • Loading branch information
ZhilkinSerg authored Oct 9, 2019
2 parents fad6d74 + f928dee commit 2ec1313
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,21 @@
"tools": [ [ [ "welder", 100 ], [ "welder_crude", 150 ], [ "toolset", 150 ], [ "forge", 100 ], [ "oxy_torch", 20 ] ] ],
"components": [ [ [ "steel_lump", 8 ] ] ]
},
{
"type": "recipe",
"result": "steel_armor",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 4,
"time": "12 m",
"reversible": true,
"//": "sawing it down doesn't teach anything useful",
"autolearn": true,
"qualities": [ { "id": "GLARE", "level": 2 } ],
"tools": [ [ [ "welder", 50 ], [ "welder_crude", 75 ], [ "toolset", 75 ], [ "forge", 50 ], [ "oxy_torch", 10 ] ] ],
"components": [ [ [ "steel_lump", 4 ] ] ]
},
{
"type": "recipe",
"result": "spiked_plate",
Expand Down

0 comments on commit 2ec1313

Please sign in to comment.