summaryrefslogtreecommitdiff
path: root/json/recipes/chem/chemicals.json
blob: 5f5e008a36fa1bb1347bc683ef2a775e12efc0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  { 
    "result": "lye_sealed",
    "type": "recipe",
    "id_suffix": "from_electrolysis",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "skills_required": [ "electronics", 2 ],
    "autolearn": false,
    "never_learn": true,
    "difficulty": 4,
    "time": "40 m",
    "batch_time_factors": [ 83, 1 ],
    "qualities": [ { "id": "CHEM", "level": 2 } ],
    "tools": [ [ [ "electrolysis_kit", 500 ] ] ],
    "components": [
      [ [ "salt_water", 4 ], [ "saline", 20 ] ],
      [ [ "bottle_plastic", 1 ] ]
    ]
  }
]