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/feet.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/feet.json')
-rw-r--r-- | json/recipes/armor/feet.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/json/recipes/armor/feet.json b/json/recipes/armor/feet.json new file mode 100644 index 0000000..011e019 --- /dev/null +++ b/json/recipes/armor/feet.json @@ -0,0 +1,27 @@ + { + "result": "boots_sasurvivor", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_FEET", + "skill_used": "tailor", + "difficulty": 7, + "skills_required": [ "fabrication", 7 ], + "time": "2 h", + "autolearn": true, + "using": [ [ "sewing_standard", 60 ] ], + "tools": [ [ [ "welder", 42 ], [ "soldering_iron", 63 ], [ "toolset", 63 ] ] ], + "components": [ + [ [ "fabric_standard", 4, "LIST" ] ], + [ [ "fabric_hides_proper", 4, "LIST" ] ], + [ [ "steel_standard", 1, "LIST" ] ], + [ [ "kevlar_plate", 4 ] ], + [ [ "duct_tape", 100 ] ], + [ + [ "boots_combat", 1 ], + [ "boots_steel", 1 ], + [ "boots_hiking", 1 ], + [ "boots_bunker", 1 ], + [ "boots", 1 ] + ] + ] + } |