summaryrefslogtreecommitdiff
path: root/json/recipes/armor/feet.json
blob: 442c1618c819b1b35393682782e73d119e50abe1 (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
[
  {
    "result": "boots_sasurvivor",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_FEET",
    "skill_used": "tailor",
    "difficulty": 7,
    "skills_required": [ "fabrication", 7 ],
    "time": "2 h",
    "autolearn": true,
    "using": [ [ "sewing_standard", 60 ] ],
    "tools": [ [ [ "welder", 42 ], [ "soldering_iron", 63 ], [ "toolset", 63 ] ] ],
    "components": [
      [ [ "fabric_standard", 4, "LIST" ] ],
      [ [ "fabric_hides_proper", 4, "LIST" ] ],
      [ [ "steel_standard", 1, "LIST" ] ],
      [ [ "kevlar_plate", 4 ] ],
      [ [ "duct_tape", 100 ] ],
      [
        [ "boots_combat", 1 ],
        [ "boots_steel", 1 ],
        [ "boots_hiking", 1 ],
        [ "boots_bunker", 1 ],
        [ "boots", 1 ]
      ]
    ]
  }
]