Skip to content

Commit

Permalink
Allow dissolving lye powder back into lye
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Apr 30, 2021
1 parent 0bb7886 commit 45529e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 45529e0

Please sign in to comment.