From a8c026c97627beefd2bac61535a7cfaff911f7a8 Mon Sep 17 00:00:00 2001 From: FeepingCreature Date: Thu, 19 Nov 2020 22:40:26 +0100 Subject: [PATCH] =?UTF-8?q?1.=20Tallow=20weight=20was=20halved,=20but=20no?= =?UTF-8?q?t=20calories.=20Fix=20to=20be=20correct.=202.=20Hotdog=20recipe?= =?UTF-8?q?=20produced=20too=20few=20hotdogs:=20recalculate=20from=20first?= =?UTF-8?q?=20principles.=203.=20Bratwurst=20recipe=20produced=20too=20man?= =?UTF-8?q?y=20bratw=C3=BCrste:=20recalculate=20from=20first=20principles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hotdog: meat_nofish is 300-400kcal (comment). This matches meat_red at 300g. A hotdog weighs 43g (apparently a mini?); hence the recipe should produce ~12 hotdogs for 2 meat_red. Halve the number of sausage casings cause let's be honest; you're not using a full sausage casing for a 43g sausage. Bratwurst: A bratwurst should mix fat to meat at 1:3. Since edible_fat is 220g, edible_tallow_lard (55g) needs to be x4. This matches the 2 meat_red for 600g and 1:3 ratio. At 820g total and 100g for the Bratwurst, we get 8 charges out. --- data/json/items/comestibles/carnivore.json | 2 +- data/json/recipes/food/offal_dishes.json | 4 ++-- data/json/recipes/recipe_food.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/data/json/items/comestibles/carnivore.json b/data/json/items/comestibles/carnivore.json index ccb4c1cfa0bbe..3bbe70b69a1ea 100644 --- a/data/json/items/comestibles/carnivore.json +++ b/data/json/items/comestibles/carnivore.json @@ -733,7 +733,7 @@ "symbol": "%", "quench": -10, "healthy": -1, - "calories": 992, + "calories": 496, "description": "A smooth white block of cleaned and rendered animal fat. It will remain edible for a very long time, and can be used as an ingredient in many foods and projects.", "price": 500, "price_postapoc": 800, diff --git a/data/json/recipes/food/offal_dishes.json b/data/json/recipes/food/offal_dishes.json index c24cb8df32221..f1ca44fda1211 100644 --- a/data/json/recipes/food/offal_dishes.json +++ b/data/json/recipes/food/offal_dishes.json @@ -425,14 +425,14 @@ "subcategory": "CSC_FOOD_MEAT", "skill_used": "cooking", "difficulty": 4, - "charges": 2, + "charges": 12, "time": "10 m", "book_learn": [ [ "offalcooking", 3 ] ], "batch_time_factors": [ 50, 3 ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "components": [ [ [ "meat_nofish", 2, "LIST" ] ], - [ [ "sausage_casings", 2 ] ], + [ [ "sausage_casings", 6 ] ], [ [ "salt_water", 4 ], [ "saline", 8 ], diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 048a6bf4c0587..0dba7370b8e9c 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -881,9 +881,10 @@ "batch_time_factors": [ 83, 3 ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "tools": [ [ [ "surface_heat", 7, "LIST" ] ] ], + "charges": 8, "components": [ [ [ "meat_red", 2, "LIST" ], [ "can_chicken", 2 ] ], - [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 2, "LIST" ] ], + [ [ "edible_fat", 1, "LIST" ], [ "edible_tallow_lard", 4, "LIST" ] ], [ [ "salt", 4 ], [ "soysauce", 2 ], @@ -892,7 +893,7 @@ [ "seasoning_salt", 4 ], [ "pepper", 4 ] ], - [ [ "sausage_casings", 1 ] ] + [ [ "sausage_casings", 8 ] ] ] }, {