summaryrefslogtreecommitdiff
path: root/json/recipes/armor/head.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-25 11:05:05 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-25 11:05:05 -0800
commitef7bd2bfec0482a62ff97335b01f2682ee0f4f20 (patch)
tree02d26735f543484f054a51f3dd961ab6ee22e255 /json/recipes/armor/head.json
parentFix toastem 2 and 3 not inheriting spoils_in. (diff)
downloadcataclysm-bn-mod_recipe-fixes-ef7bd2bfec0482a62ff97335b01f2682ee0f4f20.tar.xz
Fix superalloy survivor armor pieces to use ingredient groups instead of specific ones.
Diffstat (limited to 'json/recipes/armor/head.json')
-rw-r--r--json/recipes/armor/head.json22
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 ] ]
+ ]
+ }
+]