summaryrefslogtreecommitdiff
path: root/json/recipes/armor/storage.json
blob: b5a9399cc091725c751d0400aa624cd872ecb37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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" ] ]
    ]
  }
]