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
|
[
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "chem_compositionb",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
"skill_used": "chemistry",
"difficulty": 8,
"time": "45 m",
"batch_time_factors": [ 80, 5 ],
"book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ],
"qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
"tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
"components": [
[ [ "chem_rdx", 300 ] ],
[ [ "chem_hmtd", 200 ] ]
]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "chem_hmtd",
"id_suffix": "from_acetic",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
"skill_used": "chemistry",
"difficulty": 5,
"time": "55 m",
"batch_time_factors": [ 80, 5 ],
"book_learn": [ [ "recipe_labchem", 8 ] ],
"qualities": [ { "id": "BOIL", "level": 2 } ],
"components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_acetic_acid", 2 ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "chem_hmtd",
"id_suffix": "from_citric",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
"skill_used": "chemistry",
"difficulty": 5,
"time": "55 m",
"batch_time_factors": [ 80, 5 ],
"charges": 2,
"book_learn": [ [ "recipe_labchem", 8 ] ],
"qualities": [ { "id": "BOIL", "level": 2 } ],
"components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_citric_acid", 2 ] ] ]
}
]
|