From e7722b85c23d9021a00e03d846025abd1e4b3934 Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Thu, 23 Jan 2020 03:28:04 +0100 Subject: [PATCH 1/6] Modify sausage_wasteland recipe. --- data/json/recipes/recipe_food.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index f08402a662f1d..0bf925aa47cc6 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5879,7 +5879,7 @@ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "tools": [ [ [ "char_smoker", 10 ] ] ], "components": [ - [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ], [ "sausage_wasteland_raw", 1 ] ], [ [ "stomach", 2 ], [ "stomach_large", 1 ] ], [ [ "salt_water", 4 ], From df0a0daa6aca65d26e265911edbc68d063b7cecb Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:50:35 +0100 Subject: [PATCH 2/6] Simplify sausage_wasteland recipe. --- data/json/recipes/recipe_food.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 0bf925aa47cc6..076df3b369891 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5879,8 +5879,7 @@ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "tools": [ [ [ "char_smoker", 10 ] ] ], "components": [ - [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ], [ "sausage_wasteland_raw", 1 ] ], - [ [ "stomach", 2 ], [ "stomach_large", 1 ] ], + [ "sausage_wasteland_raw", 1 ], [ [ "salt_water", 4 ], [ "saline", 8 ], From 58722015d00686cbcae31df395d907ac94b8c0f7 Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Sun, 26 Jan 2020 08:37:20 +0100 Subject: [PATCH 3/6] Split sausage_wasteland recipe into two recipes. --- data/json/recipes/recipe_food.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 076df3b369891..20296aa45aad1 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5865,7 +5865,7 @@ "tools": [ [ [ "food_processor", 20 ] ] ], "components": [ [ [ "chili_pepper", 2 ] ] ] }, - { + { "type": "recipe", "result": "sausage_wasteland", "category": "CC_FOOD", @@ -5879,7 +5879,8 @@ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "tools": [ [ [ "char_smoker", 10 ] ] ], "components": [ - [ "sausage_wasteland_raw", 1 ], + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ] ], [ [ "salt_water", 4 ], [ "saline", 8 ], @@ -5893,6 +5894,23 @@ ] ] }, + { + "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", 1 ] ] ], + "components": [ + [ "sausage_wasteland_raw", 1 ], + ] + }, { "type": "recipe", "result": "sausage_wasteland_raw", From 2f5114f058cd7503d227dd4e1b89ffd84a6d7589 Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Sun, 26 Jan 2020 08:38:01 +0100 Subject: [PATCH 4/6] Lint --- data/json/recipes/recipe_food.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 20296aa45aad1..5dcda09778354 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5865,7 +5865,7 @@ "tools": [ [ [ "food_processor", 20 ] ] ], "components": [ [ [ "chili_pepper", 2 ] ] ] }, - { + { "type": "recipe", "result": "sausage_wasteland", "category": "CC_FOOD", From 4ce05cba2004dd96cbc2e026f89f5eba9f5b9e71 Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:02:54 +0100 Subject: [PATCH 5/6] Apply suggestion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jianxiang Wang (王健翔) --- data/json/recipes/recipe_food.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 5dcda09778354..2af5e525dfc2f 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5897,6 +5897,7 @@ { "type": "recipe", "result": "sausage_wasteland", + "id_suffix": "smoke", "category": "CC_FOOD", "subcategory": "CSC_FOOD_MEAT", "skill_used": "cooking", From d0caa26ff09bc89895fd6618c2892f3c46aa16d4 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Mon, 27 Jan 2020 19:31:07 +0300 Subject: [PATCH 6/6] Lint --- data/json/recipes/recipe_food.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 2af5e525dfc2f..b3059b9f1ad1a 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -5908,9 +5908,7 @@ "batch_time_factors": [ 83, 3 ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], "tools": [ [ [ "char_smoker", 1 ] ] ], - "components": [ - [ "sausage_wasteland_raw", 1 ], - ] + "components": [ [ "sausage_wasteland_raw", 1 ] ] }, { "type": "recipe",