Skip to content

Commit

Permalink
Quality-ify loose caltrops from nails/wire
Browse files Browse the repository at this point in the history
Also add binding step
  • Loading branch information
TheShadowFerret committed Jan 20, 2024
1 parent 0006800 commit c9c8aa1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data/json/recipes/recipe_traps.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
"skill_used": "fabrication",
"skills_required": [ "traps", 2 ],
"difficulty": 3,
"time": "30 m",
"time": "20 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"tools": [ [ [ "boltcutters", -1 ], [ "toolset", -1 ] ] ],
"components": [ [ [ "wire_barbed", 3 ], [ "wire", 9 ], [ "nail", 10 ], [ "bronze_nail", 10 ] ] ]
"using": [ [ "welding_standard", 5 ] ],
"proficiencies": [ { "proficiency": "prof_welding_basic" }, { "proficiency": "prof_metalworking" } ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "VISE", "level": 1 } ],
"components": [ [ [ "wire_barbed", 10 ], [ "wire", 10 ], [ "nail", 10 ], [ "bronze_nail", 10 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit c9c8aa1

Please sign in to comment.