diff options
Diffstat (limited to 'json/recipes/armor/head.json')
-rw-r--r-- | json/recipes/armor/head.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/json/recipes/armor/head.json b/json/recipes/armor/head.json new file mode 100644 index 0000000..c8615db --- /dev/null +++ b/json/recipes/armor/head.json @@ -0,0 +1,22 @@ +[ + { + "result": "mask_sasurvivor", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HEAD", + "skill_used": "fabrication", + "difficulty": 7, + "skills_required": [ "tailor", 7 ], + "time": "20 m", + "autolearn": true, + "using": [ [ "adhesive", 1 ] ], + "qualities": [ { "id": "CUT", "level": 1 } ], + "tools": [ [ [ "welder", 56 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ], + "components": [ + [ [ "mask_filter", 2 ], [ "mask_gas", 1 ], [ "mask_bunker", 1 ] ], + [ [ "glasses_safety", 2 ], [ "glasses_bal", 1 ] ], + [ [ "steel_standard", 2, "LIST" ] ], + [ [ "mask_bal", 1 ], [ "kevlar_plate", 4 ] ] + ] + } +] |