From 687fb55d6ec235b5dd4e7afc18ec8c3a5c5a7d74 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 26 Jan 2023 10:05:14 -0800 Subject: Allow using evaporated milk in recipes. --- json/recipes/food/other.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'json/recipes/food/other.json') diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json index 4592990..53967d8 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -124,5 +124,46 @@ [ [ "tofu", 1 ], [ "dry_tofu", 1 ] ], [ [ "any_butter_or_oil", 1, "LIST" ] ] ] + }, + { + "result": "milkshake", + "type": "recipe", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 1, + "time": "10 m", + "autolearn": true, + "batch_time_factors": [ 50, 3 ], + "qualities": [ { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ], [ "food_processor", 10 ] ] ], + "components": [ + [ + [ "milk_standard", 1, "LIST" ], + [ "con_milk", 1 ], + [ "milk_evap", 1 ], + [ "can_coconut", 1 ] + ], + [ + [ "chocolate", 1 ], + [ "candy", 1 ], + [ "candy2", 1 ], + [ "candy3", 1 ], + [ "maple_candy", 1 ], + [ "syrup", 1 ], + [ "strawberries", 1 ], + [ "strawberries_cooked", 1 ], + [ "irradiated_strawberries", 1 ], + [ "blueberries", 1 ], + [ "blueberries_cooked", 1 ], + [ "irradiated_blueberries", 1 ], + [ "blackberries", 1 ], + [ "irradiated_blackberries", 1 ], + [ "cherries", 1 ], + [ "irradiated_cherries", 1 ] + ], + [ [ "sugar", 10 ] ], + [ [ "water_clean", 1 ] ] + ] } ] -- cgit v1.2.1