From 8c95141641da522af2b5628df0b2622bf7d7f6e4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 12 Feb 2023 16:23:52 -0800 Subject: Also fix sweet sausage not requiring sausage casings. --- Readme.txt | 4 ++-- json/recipes/food/meat.json | 28 ++++++++++++++++++++++++++++ 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 @@ -35,6 +35,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", -- cgit v1.2.1