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 --- Readme.txt | 5 +++++ json/recipes/recipe_food.json | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) 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 ] ] + ] } ] -- cgit v1.2.1