Skip to content

Commit

Permalink
Recipe to distill water from saltwater (CleverRaven#52462)
Browse files Browse the repository at this point in the history
Co-authored-by: Wishbringer <wishbringer@telia.com>
  • Loading branch information
LilimDiam and Wishbringer authored Oct 28, 2021
1 parent 25d9d00 commit 60d9697
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
"components": [ [ [ "salt_water", 10 ], [ "saline", 50 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "salt",
"byproducts": [ [ "water_clean", 8 ] ],
"id_suffix": "distill_salt_water",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "chemistry",
"time": "1 h 30 m",
"autolearn": true,
"batch_time_factors": [ 80, 4 ],
"qualities": [ { "id": "BOIL", "level": 1 }, { "id": "DISTILL", "level": 2 } ],
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
"components": [ [ [ "salt_water", 10 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
Expand Down

0 comments on commit 60d9697

Please sign in to comment.