From 4040b58efa3b4719c12e2c63afcc6e6d5f8c02ca Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Mon, 27 Jan 2020 17:31:25 +0100 Subject: [PATCH] Split sausage_wasteland recipe into two recipes. (#37316) --- data/json/recipes/recipe_food.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index f08402a662f1d..b3059b9f1ad1a 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5894,6 +5894,22 @@ ] ] }, + { + "type": "recipe", + "result": "sausage_wasteland", + "id_suffix": "smoke", + "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", 1 ] ] ], + "components": [ [ "sausage_wasteland_raw", 1 ] ] + }, { "type": "recipe", "result": "sausage_wasteland_raw",