summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-22 16:23:41 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-22 16:23:41 -0800
commitcd8940959ba2224a5fa4042584e921cecbbabcf4 (patch)
treefefec5646ca71e586c400b31deb668e5c5f181b0
parentAdd preserved pesto sauce recipe (diff)
downloadcataclysm-dda-mod_recipe-fixes-cd8940959ba2224a5fa4042584e921cecbbabcf4.tar.xz
Allow food processor for human bone meal
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/recipe_food.json14
2 files changed, 19 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 2dbd895..aba4b55 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -89,3 +89,8 @@ And while I'm at it, add meat and veggy stirfry dishes.
Chili Con Carne:
Is now a liquid.
If curry is considered a liquid, chili is too.
+
+
+--
+Allow human bones to be ground into bone meal using a food procesor.
+If it can fit bones from a skeleton brute, it can fit human ones.
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index 2c5702e..91e9af2 100644
--- a/json/recipes/recipe_food.json
+++ b/json/recipes/recipe_food.json
@@ -583,5 +583,19 @@
[ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ], [ "onion", 1 ], [ "irradiated_onion", 1 ] ],
[ [ "pepper", 20 ], [ "chilly-p", 20 ], [ "garlic_clove", 6 ], [ "chili_pepper", 2 ] ]
]
+ },
+ {
+ "result": "meal_bone",
+ "type": "recipe",
+ "id_suffix": "with_from_food_processor",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 2,
+ "time": "15 m",
+ "autolearn": true,
+ "batch_time_factors": [ 83, 3 ],
+ "tools": [ [ [ "food_processor", 20 ] ] ],
+ "components": [ [ [ "bone", 1 ], [ "bone_human", 1 ] ] ]
}
]