1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{
"result": "bloodcompressor",
"type": "recipe",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_TOOLS",
"skill_used": "electronics",
"difficulty": 8,
"time": "180 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ],
"tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[ [ "steel_lump", 5 ] ],
[ [ "scrap", 14 ] ],
[ [ "element", 2 ] ],
[ [ "glass", 5 ] ],
[ [ "amplifier", 2 ] ],
[ [ "processor", 2 ] ],
[ [ "sheet_metal", 4 ] ]
]
}
]
|