From b5b122f6e57d89bc48811cb00011b5d4275ef093 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Sep 2022 17:36:48 -0700 Subject: Allow crafting leg ammo pouches with rags/leather. --- json/recipes/armor/storage.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 json/recipes/armor/storage.json (limited to 'json') diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json new file mode 100644 index 0000000..b5a9399 --- /dev/null +++ b/json/recipes/armor/storage.json @@ -0,0 +1,19 @@ +[ + { + "result": "legpouch_large", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_STORAGE", + "skill_used": "tailor", + "difficulty": 3, + "skills_required": [ "gun", 1 ], + "time": "1 h 16 m", + "autolearn": true, + "qualities": [ { "id": "SEW", "level": 1 } ], + "components": [ + [ [ "leather", 6 ], [ "rag", 6 ] ], + [ [ "chestpouch", 2 ], [ "leather", 8 ], [ "rag", 8 ] ], + [ [ "filament", 8, "LIST" ] ] + ] + } +] -- cgit v1.2.1