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
|
[
{
"result": "biodiesel_sealed",
"type": "recipe",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
"skill_used": "cooking",
"autolearn": false,
"never_learn": true,
"difficulty": 6,
"time": "4 h",
"batch_time_factors": [ 99, 1 ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 100, "LIST" ] ] ],
"components": [
[ [ "water_clean", 40 ], [ "water", 40 ] ],
[ [ "chem_ethanol", 1000 ], [ "chem_methanol", 1000 ], [ "denat_alcohol", 1000 ] ],
[ [ "lye_powder", 80 ] ],
[
[ "cooking_oil", 640 ],
[ "cooking_oil2", 640 ],
[ "edible_tallow_lard", 80, "LIST" ],
[ "tallow_tainted", 80 ],
[ "any_fat", 160, "LIST" ],
[ "fat_tainted", 160 ],
[ "lamp_oil", 10000 ],
[ "motor_oil", 10000 ]
],
[ [ "jerrycan", 1 ] ]
],
"flags": [ "ALLOW_ROTTEN" ]
},
{
"result": "denat_alocohol_sealed",
"type": "recipe",
"category": "CSC_CHEM_FUEL",
"skill_used": "cooking",
"autolearn": false,
"never_learn": true,
"difficulty": 3,
"time": "30 m",
"batch_time_factors": [ 83, 3 ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 1 } ],
"tools": [ [ [ "surface_heat", 40, "LIST" ] ] ],
"components": [
[
[ "hard_liquor", 28, "LIST" ],
[ "weak_liquor", 20, "LIST" ],
[ "wash_liquor", 84, "LIST" ],
[ "cheap_wine", 112, "LIST" ],
[ "worthy_wine", 80, "LIST" ]
],
[ [ "bottle_plastic", 1 ] ]
]
}
]
|