summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/recipes/armor/storage.json19
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" ] ]
+ ]
+ }
+]