summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_food.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-24 10:00:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-24 10:00:26 -0700
commit5c135fc5aff8e003e6819ed4a94626dfdd5502d4 (patch)
tree826ffd7d098772179243bcc2e44dceaca7add1c0 /json/recipes/recipe_food.json
parentAllow canned tomatoes to be used with Supreme Pizza (diff)
downloadcataclysm-dda-mod_recipe-fixes-5c135fc5aff8e003e6819ed4a94626dfdd5502d4.tar.xz
Mexican hot chocolate no longer requires dirty water
Diffstat (limited to 'json/recipes/recipe_food.json')
-rw-r--r--json/recipes/recipe_food.json21
1 files changed, 21 insertions, 0 deletions
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 ] ]
+ ]
}
]