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
|
[
{
"result": "sasurvivor_suit",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_SUIT",
"skill_used": "tailor",
"difficulty": 7,
"skills_required": [ "fabrication", 9 ],
"time": "6 h",
"autolearn": true,
"using": [ [ "sewing_standard", 200 ] ],
"tools": [ [ [ "welder", 56 ], [ "soldering_iron", 84 ], [ "toolset", 84 ] ] ],
"components": [
[ [ "fabric_standard", 20, "LIST" ] ],
[ [ "fabric_hides_proper", 20, "LIST" ] ],
[ [ "steel_standard", 8, "LIST" ] ],
[ [ "coat_rain", 1 ], [ "jacket_windbreaker", 1 ], [ "jacket_evac", 1 ], [ "coat_gut", 1 ] ],
[
[ "tacvest", 1 ],
[ "legrig", 1 ],
[ "vest", 1 ],
[ "tool_belt", 1 ],
[ "ragpouch", 6 ],
[ "leather_pouch", 4 ],
[ "dump_pouch", 1 ],
[ "purse", 2 ],
[ "fanny", 2 ]
],
[ [ "duct_tape", 300 ] ],
[ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
]
}
]
|