summaryrefslogtreecommitdiff
path: root/json/recipes/armor/storage.json
blob: e6457793d2905c2fdd582e3d25bc2460530f799c (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
[
  {
    "result": "armrig",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_STORAGE",
    "skill_used": "tailor",
    "difficulty": 3,
    "time": "1 h 16 m",
    "autolearn": true,
    "qualities": [ { "id": "SEW", "level": 1 } ],
    "components": [
      [ [ "fabric_standard", 6, "LIST" ] ],
      [ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ] ],
      [ [ "filament", 8, "LIST" ] ]
    ]
  },
  {
    "result": "gartersheath1",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_STORAGE",
    "skill_used": "tailor",
    "difficulty": 3,
    "skills_required": [ "melee", 1 ],
    "time": "1 h",
    "autolearn": true,
    "qualities": [ { "id": "SEW", "level": 1 } ],
    "using": [ [ "plastic_molding", 1 ] ],
    "components": [
      [ [ "nylon", 6 ] ],
      [ [ "filament", 10, "LIST" ] ]
    ]
  }
]