Skip to content

Commit

Permalink
Added an alternative crafting recipe (from wire)
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Apr 26, 2020
1 parent f65a5c4 commit ea5f002
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,18 @@
"qualities": [ [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "WRENCH", "level": 1 } ], { "id": "SAW_M", "level": 2 } ],
"components": [ [ [ "scrap", 1 ] ] ]
},
{
"type": "recipe",
"result": "crude_picklock",
"id_suffix": "from wire",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"time": "5 m",
"autolearn": true,
"qualities": [ [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "WRENCH", "level": 1 } ] ],
"components": [ [ [ "wire", 2 ] ] ]
},
{
"type": "recipe",
"result": "tripwire",
Expand Down

0 comments on commit ea5f002

Please sign in to comment.