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
|
[
{
"result": "blood_forge_infuse",
"type": "recipe",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_TOOLS",
"skill_used": "fabrication",
"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", 7 ] ],
[ [ "scrap", 22 ] ],
[ [ "element", 5 ] ],
[ [ "glass", 4 ] ],
[ [ "amplifier", 3 ] ],
[ [ "processor", 2 ] ],
[ [ "sheet_metal", 4 ] ]
]
},
{
"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 ] ]
]
},
{
"result": "bloodchem",
"type": "recipe",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_TOOLS",
"skill_used": "electronics",
"difficulty": 8,
"time": "60 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SCREW", "level": 1 } ],
"tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[ [ "scrap", 3 ] ],
[ [ "element", 4 ] ],
[ [ "chemistry_set", 1 ] ],
[ [ "amplifier", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "sheet_metal", 1 ] ]
]
}
]
|