From 45529e047b54b9cb5cd5e3b2e6613b8d046d7322 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Fri, 30 Apr 2021 07:20:14 +0300 Subject: [PATCH] Allow dissolving lye powder back into lye --- data/json/recipes/recipe_medsandchemicals.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index 1d845e3773cba..79e2862259d24 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -567,6 +567,22 @@ "tools": [ [ [ "water_boiling_heat", 120, "LIST" ] ] ], "components": [ [ [ "lye", 6 ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "lye", + "id_suffix": "from_lye_powder", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "chemistry", + "difficulty": 1, + "time": "1 m", + "autolearn": true, + "batch_time_factors": [ 90, 4 ], + "//": "reversal of the recipe above", + "components": [ [ [ "water", 3 ] ], [ [ "lye_powder", 100 ] ] ], + "charges": 3 + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",