From ef7bd2bfec0482a62ff97335b01f2682ee0f4f20 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Dec 2024 11:05:05 -0800 Subject: Fix superalloy survivor armor pieces to use ingredient groups instead of specific ones. --- json/recipes/armor/suit.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 json/recipes/armor/suit.json (limited to 'json/recipes/armor/suit.json') 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 ] ] + ] + } +] -- cgit v1.2.1