From 2671c36ab03c9cfbf61444d3c07fbfe6ce8276e6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 17 Nov 2023 20:42:14 -0800 Subject: Allow chest rig to be crafted with leather. --- json/recipes/armor/storage.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'json/recipes') diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json index aecd358..7620f1f 100644 --- a/json/recipes/armor/storage.json +++ b/json/recipes/armor/storage.json @@ -15,5 +15,22 @@ [ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ], [ "fabric_hides_any", 8, "LIST" ] ], [ [ "filament", 8, "LIST" ] ] ] + }, + { + "result": "chestrig", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 4, + "skills_required": [ "gun", 1 ], + "time": "1 h 16 m", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ + [ [ "fabric_hides_any", 5, "LIST" ], [ "fabric_standard", 5, "LIST" ] ], + [ [ "chestpouch", 4 ], [ "legpouch_large", 2 ], [ "fabric_standard", 16, "LIST" ], [ "fabric_hides_any", 16, "LIST" ] ], + [ [ "filament", 20, "LIST" ] ] + ] } ] -- cgit v1.2.1