diff options
Diffstat (limited to 'json/recipes/armor/suit.json')
-rw-r--r-- | json/recipes/armor/suit.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/json/recipes/armor/suit.json b/json/recipes/armor/suit.json new file mode 100644 index 0000000..d4030a9 --- /dev/null +++ b/json/recipes/armor/suit.json @@ -0,0 +1,34 @@ +[ + { + "result": "sasurvivor_suit", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_SUIT", + "skill_used": "tailor", + "difficulty": 7, + "skills_required": [ "fabrication", 9 ], + "time": "6 h", + "autolearn": true, + "using": [ [ "sewing_standard", 200 ] ], + "tools": [ [ [ "welder", 56 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ], + "components": [ + [ [ "fabric_standard", 20, "LIST" ] ], + [ [ "fabric_hides_proper", 20, "LIST" ] ], + [ [ "steel_standard", 8, "LIST" ] ], + [ [ "coat_rain", 1 ], [ "jacket_windbreaker", 1 ], [ "jacket_evac", 1 ], [ "coat_gut", 1 ] ], + [ + [ "tacvest", 1 ], + [ "legrig", 1 ], + [ "vest", 1 ], + [ "tool_belt", 1 ], + [ "ragpouch", 6 ], + [ "leather_pouch", 4 ], + [ "dump_pouch", 1 ], + [ "purse", 2 ], + [ "fanny", 2 ] + ], + [ [ "duct_tape", 300 ] ], + [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ] + ] + } +] |