summaryrefslogtreecommitdiff
path: root/json/recipes/chem/other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/chem/other.json')
-rw-r--r--json/recipes/chem/other.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/json/recipes/chem/other.json b/json/recipes/chem/other.json
new file mode 100644
index 0000000..8bd8e77
--- /dev/null
+++ b/json/recipes/chem/other.json
@@ -0,0 +1,22 @@
+[
+ {
+ "result": "lye_sealed",
+ "type": "recipe",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_OTHER",
+ "skill_used": "survival",
+ "skills_required": [ "cooking", 1 ],
+ "autolearn": false,
+ "never_learn": true,
+ "difficulty": 2,
+ "time": "2 h",
+ "batch_time_factors": [ 83, 1 ],
+ "qualities": [ { "id": "CHEM", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
+ "components": [
+ [ [ "water_clean", 2 ], [ "water", 2 ] ],
+ [ [ "ash", 1000 ] ],
+ [ [ "bottle_plastic", 1 ] ]
+ ]
+ }
+]