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/snack.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'json/recipes/food/snack.json') diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json index 456e51c..8fd6625 100644 --- a/json/recipes/food/snack.json +++ b/json/recipes/food/snack.json @@ -1,4 +1,29 @@ [ + { + "type": "recipe", + "result": "pie_maple", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_SNACK", + "skill_used": "cooking", + "difficulty": 3, + "charges": 6, + "time": "25 m", + "batch_time_factors": [ 50, 3 ], + "book_learn": [ [ "baking_book", 3 ], [ "cookbook_foodfashions", 3 ], [ "cookbook_daintydishes", 7 ], [ "sweets_book", 3 ] ], + "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 6, "LIST" ] ] ], + "components": [ + [ [ "flour", 30 ] ], + [ + [ "milk_standard_raw", 1, "LIST" ], + [ "milk_powder", 1 ], + [ "con_milk", 1 ], + [ "milk_evap", 1 ] + ], + [ [ "syrup", 5 ] ], + [ [ "water", 1 ], [ "water_clean", 1 ] ] + ] + }, { "type": "recipe", "result": "sandwich_cucumber", -- cgit v1.2.1