summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_medsandchemicals.json
blob: c1aee88ea4734e9651bfb55421159cb0c81318dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ 
    "type": "recipe",
    "result": "chem_compositionb",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "difficulty": 8,
    "time": "45 m",
    "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 ] ]
    ]
  }
]