summaryrefslogtreecommitdiff
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
parentAllow canned tomatoes to be used with Supreme Pizza (diff)
downloadcataclysm-bn-mod_recipe-fixes-5c135fc5aff8e003e6819ed4a94626dfdd5502d4.tar.xz
Mexican hot chocolate no longer requires dirty water
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/recipe_food.json21
2 files changed, 26 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 06ad67b..1e9556a 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -39,6 +39,11 @@ able to as well. And supreme is already a veggy dish.
--
+Mexican hot chocolate no longer requires dirty water in addtion to clean water.
+This was just silly.
+
+--
+
300blk ammunition can now be crafted with magnum and rifle powder.
Comparable .223, 5.56mm , and 762x39mm could use these.
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 ] ]
+ ]
}
]