diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-25 11:05:05 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-25 11:05:05 -0800 |
commit | ef7bd2bfec0482a62ff97335b01f2682ee0f4f20 (patch) | |
tree | 02d26735f543484f054a51f3dd961ab6ee22e255 /json/recipes/armor/hand.json | |
parent | Fix toastem 2 and 3 not inheriting spoils_in. (diff) | |
download | cataclysm-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/hand.json')
-rw-r--r-- | json/recipes/armor/hand.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/json/recipes/armor/hand.json b/json/recipes/armor/hand.json new file mode 100644 index 0000000..6a1d0df --- /dev/null +++ b/json/recipes/armor/hand.json @@ -0,0 +1,29 @@ +[ + { + "result": "gloves_sasurvivor", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_HANDS", + "skill_used": "tailor", + "difficulty": 7, + "skills_required": [ "fabrication", 7 ], + "time": "1 h", + "autolearn": true, + "using": [ [ "sewing_standard", 40 ] ], + "tools": [ [ [ "welder", 28 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ], + "components": [ + [ [ "fabric_standard", 2, "LIST" ] ], + [ [ "fabric_hides_proper", 2, "LIST" ] ], + [ [ "steel_standard", 1, "LIST" ] ], + [ [ "duct_tape", 50 ] ], + [ [ "gloves_tactical", 1 ], [ "kevlar_plate", 4 ] ], + [ + [ "gloves_leather", 1 ], + [ "gloves_light", 1 ], + [ "gloves_liner", 1 ], + [ "wetsuit_gloves", 1 ], + [ "fire_gauntlets", 1 ] + ] + ] + } +] |