summaryrefslogtreecommitdiff
path: root/json/recipes/armor/hand.json
blob: 6a1d0df98362c3fa4af5ecaa51dfaf1c1d453c16 (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": "gloves_sasurvivor",
    "type": "recipe",
    "category": "CC_ARMOR",
    "subcategory": "CSC_ARMOR_HANDS",
    "skill_used": "tailor",
    "difficulty": 7,
    "skills_required": [ "fabrication", 7 ],
    "time": "1 h",
    "autolearn": true,
    "using": [ [ "sewing_standard", 40 ] ],
    "tools": [ [ [ "welder", 28 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ],
    "components": [ 
      [ [ "fabric_standard", 2, "LIST" ] ],
      [ [ "fabric_hides_proper", 2, "LIST" ] ],
      [ [ "steel_standard", 1, "LIST" ] ],
      [ [ "duct_tape", 50 ] ],
      [ [ "gloves_tactical", 1 ], [ "kevlar_plate", 4 ] ],
      [
        [ "gloves_leather", 1 ],
        [ "gloves_light", 1 ],
        [ "gloves_liner", 1 ],
        [ "wetsuit_gloves", 1 ],
        [ "fire_gauntlets", 1 ]
      ]
    ]
  }
]