summaryrefslogtreecommitdiff
path: root/json/recipes/armor/storage.json
blob: 7620f1fe5f4777670c3af29ee2cf6480d49d34be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
  {
    "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": [
      [ [ "fabric_standard", 6, "LIST" ], [ "fabric_hides_any", 6, "LIST" ] ],
      [ [ "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" ] ]
    ]
  }
]