summaryrefslogtreecommitdiff
path: root/json/recipes/chem/chemicals.json
blob: ce6fe3e7996a17b2b1ae65d5aea1bb6ad393f72e (plain)
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
[
  {
    "type": "recipe",
    "result": "chem_compositionb",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "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",
    "result": "chem_hmtd",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "difficulty": 7,
    "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] ] ]
  }
]