summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 16:51:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 16:51:07 -0800
commit3464bd9663aec7b42fa15a24daad3109c20b9716 (patch)
treeeba02a17135a1150132752b9afccfa6dd417f3e6
parentAllow wasteland sausages with human stomachs (diff)
downloadcataclysm-dda-mod_recipe-fixes-3464bd9663aec7b42fa15a24daad3109c20b9716.tar.xz
All human bones in preserved Bone broth
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/food/canned.json59
2 files changed, 64 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 7d90bff..0426005 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -105,3 +105,8 @@ Now allows biosilicified chitin with mortar and pestle.
Wasteland sausages:
Can now use human stomachs.
They could already use human flesh, may as well add the human stomachs.
+
+--
+Bone Broth:
+Can now use human bones in preserved versions.
+The base one could.
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json
index 92ddd1c..3717e53 100644
--- a/json/recipes/food/canned.json
+++ b/json/recipes/food/canned.json
@@ -1,6 +1,65 @@
[
{
"type": "recipe",
+ "result": "broth_bone",
+ "id_suffix": "canned",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "24 m",
+ "autolearn": true,
+ "contained": true,
+ "batch_time_factors": [ 83, 5 ],
+ "qualities": [
+ { "id": "SAW_M", "level": 1 },
+ { "id": "HAMMER", "level": 1 },
+ { "id": "CUT", "level": 1 },
+ { "id": "COOK", "level": 3 }
+ ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ], [ [ "can_sealer", -1 ] ] ],
+ "components": [ [ [ "can_medium_unsealed", 1 ] ], [ [ "scrap", 1 ] ], [ [ "bone", 20 ], [ "bone_human", 20 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "broth_bone",
+ "id_suffix": "jarred",
+ "byproducts": [ [ "water", 10 ] ],
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "1 h",
+ "charges": 2,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 4 ],
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 100, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+ "components": [ [ [ "jar_glass", 1 ] ], [ [ "bone", 20 ], [ "bone_human", 20 ] ], [ [ "water", 12 ], [ "water_clean", 12 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "broth_bone",
+ "id_suffix": "jarred_3l",
+ "byproducts": [ [ "water", 10 ] ],
+ "container": "jar_3l_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 4,
+ "time": "1 h 10 m",
+ "charges": 12,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 4 ],
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 200, "LIST" ] ], [ [ "pot_canning", -1 ] ] ],
+ "components": [ [ [ "jar_3l_glass", 1 ] ], [ [ "water", 22 ], [ "water_clean", 22 ] ], [ [ "bone", 120 ], [ "bone_human", 120 ] ]
+ },
+ {
+ "type": "recipe",
"result": "peanutbutter",
"id_suffix": "jarred",
"container": "jar_glass_sealed",