From 84309e48e15dd9d12b021e9cf8e0d0e9b1cf1f87 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 10 Mar 2021 01:43:20 -0800 Subject: Allow wasteland sausages with human stomachs --- Readme.txt | 5 ++++ json/recipes/recipe_food.json | 57 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/Readme.txt b/Readme.txt index 4f4b427..7d90bff 100644 --- a/Readme.txt +++ b/Readme.txt @@ -100,3 +100,8 @@ If it can fit bones from a skeleton brute, it can fit human ones. -- Chitin powder: Now allows biosilicified chitin with mortar and pestle. + +-- +Wasteland sausages: +Can now use human stomachs. +They could already use human flesh, may as well add the human stomachs. diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 91e9af2..91b8174 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -584,6 +584,63 @@ [ [ "pepper", 20 ], [ "chilly-p", 20 ], [ "garlic_clove", 6 ], [ "chili_pepper", 2 ] ] ] }, + { + "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", 10 ] ] ], + "components": [ + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ + [ "salt_water", 4 ], + [ "saline", 8 ], + [ "salt", 4 ], + [ "chem_saltpetre", 2 ], + [ "soysauce", 2 ], + [ "seasoning_italian", 4 ], + [ "wild_herbs", 4 ], + [ "seasoning_salt", 4 ], + [ "pepper", 4 ] + ] + ] + }, + { + "type": "recipe", + "result": "sausage_wasteland_raw", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 4, + "charges": 2, + "time": "10 m", + "autolearn": true, + "batch_time_factors": [ 50, 3 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ], + "components": [ + [ [ "offal", 4 ], [ "meat_nofish", 2, "LIST" ], [ "brain", 10 ] ], + [ [ "stomach", 2 ], [ "stomach_large", 1 ], [ "hstomach", 2 ], [ "hstomach_large", 1 ] ], + [ + [ "salt_water", 4 ], + [ "saline", 8 ], + [ "salt", 4 ], + [ "chem_saltpetre", 2 ], + [ "soysauce", 2 ], + [ "seasoning_italian", 4 ], + [ "wild_herbs", 4 ], + [ "seasoning_salt", 4 ], + [ "pepper", 4 ] + ] + ] + }, { "result": "meal_bone", "type": "recipe", -- cgit v1.2.1