summaryrefslogtreecommitdiff
path: root/json/recipes/armor/storage.json
blob: f3635db89702fadad3b065b6309f4e461cbbac21 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
  {
    "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": "leg_sheath6",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_STORAGE",
    "skill_used": "tailor",
    "difficulty": 3,
    "skills_required": [ "throw", 1 ],
    "time": "4 h 30 m",
    "reversible": true,
    "autolearn": true,
    "qualities": [ { "id": "SEW", "level": 1 } ],
    "components": [
      [ [ "nylon", 15 ] ],
      [ [ "filament", 25, "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 } ],
    "components": [
      [ [ "nylon", 6 ] ],
      [ [ "filament", 10, "LIST" ] ]
    ]
  },
  {
    "result": "gartersheath2",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_STORAGE",
    "skill_used": "tailor",
    "difficulty": 3,
    "skills_required": [ "melee", 1 ],
    "time": "2 h",
    "autolearn": true,
    "qualities": [ { "id": "SEW", "level": 1 } ],
    "components": [
      [ [ "nylon", 12 ] ],
      [ [ "filament", 20, "LIST" ] ]
    ]
  }
]