summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-12 16:23:52 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-12 16:23:52 -0800
commit8c95141641da522af2b5628df0b2622bf7d7f6e4 (patch)
tree4a0e53da7c8ccb238b701cb4c985a3834f01f6e6
parentFix sausages not requiring sausage casings. (diff)
downloadcataclysm-bn-mod_recipe-fixes-8c95141641da522af2b5628df0b2622bf7d7f6e4.tar.xz
Also fix sweet sausage not requiring sausage casings.
-rw-r--r--Readme.txt4
-rw-r--r--json/recipes/food/meat.json28
2 files changed, 30 insertions, 2 deletions
diff --git a/Readme.txt b/Readme.txt
index 744f737..d70683a 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -95,8 +95,8 @@ Can now use human stomachs.
They could already use human flesh, may as well add the human stomachs.
--
-Smoked sausages:
-Now require sausage casing.
+Smoked/Sweet sausages:
+Now require sausage casings.
All the other sausages did.
--
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json
index cd4f414..6197904 100644
--- a/json/recipes/food/meat.json
+++ b/json/recipes/food/meat.json
@@ -37,6 +37,34 @@
},
{
"type": "recipe",
+ "result": "sweet_sausage",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 6,
+ "time": "1 h",
+ "book_learn": [ [ "family_cookbook", 4 ] ],
+ "batch_time_factors": [ 80, 5 ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
+ "tools": [ [ [ "char_smoker", 10 ] ] ],
+ "components": [
+ [ [ "syrup", 1 ] ],
+ [ [ "meat_red", 3, "LIST" ], [ "can_chicken", 3 ] ],
+ [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 2, "LIST" ] ],
+ [
+ [ "salt", 10 ],
+ [ "soysauce", 1 ],
+ [ "seasoning_italian", 10 ],
+ [ "wild_herbs", 10 ],
+ [ "seasoning_salt", 10 ],
+ [ "pepper", 10 ]
+ ],
+ [ [ "sausage_casings", 6 ] ],
+ ]
+ },
+ {
+ "type": "recipe",
"result": "curry_meat",
"charges": 1,
"category": "CC_FOOD",