diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-09 17:36:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-09 17:36:48 -0700 |
commit | b5b122f6e57d89bc48811cb00011b5d4275ef093 (patch) | |
tree | 9ff6fa02911b43218566dbade8ff79a239f447ee /json/recipes | |
parent | Typos. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-b5b122f6e57d89bc48811cb00011b5d4275ef093.tar.xz |
Allow crafting leg ammo pouches with rags/leather.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/armor/storage.json | 19 |
1 files changed, 19 insertions, 0 deletions
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" ] ] + ] + } +] |