summaryrefslogtreecommitdiff
path: root/json/recipes/chem/chemicals.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/chem/chemicals.json')
-rw-r--r--json/recipes/chem/chemicals.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json
new file mode 100644
index 0000000..5f5e008
--- /dev/null
+++ b/json/recipes/chem/chemicals.json
@@ -0,0 +1,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 ] ]
+ ]
+ }
+]