summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 01:43:20 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 01:43:20 -0800
commit84309e48e15dd9d12b021e9cf8e0d0e9b1cf1f87 (patch)
tree1fa40d46788166198c9368c015fb40981a687ee6
parentChitin powder using biosilicified and mortar/pestle (diff)
downloadcataclysm-bn-mod_recipe-fixes-84309e48e15dd9d12b021e9cf8e0d0e9b1cf1f87.tar.xz
Allow wasteland sausages with human stomachs
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/recipe_food.json57
2 files changed, 62 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 4f4b427..7d90bff 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -100,3 +100,8 @@ If it can fit bones from a skeleton brute, it can fit human ones.
--
Chitin powder:
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.
diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index 91e9af2..91b8174 100644
--- a/json/recipes/recipe_food.json
+++ b/json/recipes/recipe_food.json
@@ -585,6 +585,63 @@
]
},
{
+ "type": "recipe",
+ "result": "sausage_wasteland",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 2,
+ "time": "1 h 10 m",
+ "autolearn": true,
+ "batch_time_factors": [ 83, 3 ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
+ "tools": [ [ [ "char_smoker", 10 ] ] ],
+ "components": [
+ [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
+ [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
+ [
+ [ "salt_water", 4 ],
+ [ "saline", 8 ],
+ [ "salt", 4 ],
+ [ "chem_saltpetre", 2 ],
+ [ "soysauce", 2 ],
+ [ "seasoning_italian", 4 ],
+ [ "wild_herbs", 4 ],
+ [ "seasoning_salt", 4 ],
+ [ "pepper", 4 ]
+ ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "sausage_wasteland_raw",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 2,
+ "time": "10 m",
+ "autolearn": true,
+ "batch_time_factors": [ 50, 3 ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
+ "components": [
+ [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ],
+ [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ],
+ [
+ [ "salt_water", 4 ],
+ [ "saline", 8 ],
+ [ "salt", 4 ],
+ [ "chem_saltpetre", 2 ],
+ [ "soysauce", 2 ],
+ [ "seasoning_italian", 4 ],
+ [ "wild_herbs", 4 ],
+ [ "seasoning_salt", 4 ],
+ [ "pepper", 4 ]
+ ]
+ ]
+ },
+ {
"result": "meal_bone",
"type": "recipe",
"id_suffix": "with_from_food_processor",