From 5c135fc5aff8e003e6819ed4a94626dfdd5502d4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 24 Jul 2020 10:00:26 -0700 Subject: Mexican hot chocolate no longer requires dirty water --- json/recipes/recipe_food.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'json/recipes') diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 2610d27..68e5568 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -286,5 +286,26 @@ [ [ "cucumber", 1 ], [ "irradiated_cucumber", 1 ] ], [ [ "mayonnaise", 1 ], [ "mustard", 1 ], [ "horseradish", 1 ], [ "seasoning_salt", 1 ] ] ] + }, + { + "result": "mex_chocolate", + "type": "recipe", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRINKS", + "skill_used": "cooking", + "difficulty": 1, + "time": "5 m", + "book_learn": [ [ "family_cookbook", 2 ] ], + "charges": 6, + "qualities": [ { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], + "components": [ + [ [ "chocolate", 2 ] ], + [ [ "milk_standard_raw", 1, "LIST" ], [ "con_milk", 1 ], [ "milk_powder", 1 ] ], + [ [ "sugar", 5 ] ], + [ [ "chilly-p", 1 ] ], + [ [ "cinnamon", 1 ] ], + [ [ "water", 6 ], [ "water_clean", 6 ] ] + ] } ] -- cgit v1.2.1