From bd3a8581c4e47258060051dcba506b7eb7a07b1c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 3 May 2023 13:00:31 -0700 Subject: Sandwiches, fish soup, french toast now use bread_sandwich group. Peanut Butter now uses sugar_standard group. Wasteland Sausages, rennet, and sausage casing now use custom edible_stomach group. Upstream bone broth now allows human bones. Various updates to recipes in order to sync with upstream where my fixes had diverged. --- json/recipes/food/other.json | 71 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) (limited to 'json/recipes/food/other.json') diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json index 53967d8..a383e0c 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -162,8 +162,77 @@ [ "cherries", 1 ], [ "irradiated_cherries", 1 ] ], - [ [ "sugar", 10 ] ], + [ [ "sugar_standard", 1, "LIST" ] ], [ [ "water_clean", 1 ] ] ] + }, + { + "type": "recipe", + "result": "peanutbutter", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 1, + "time": "10 m", + "charges": 4, + "autolearn": true, + "qualities": [ { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "food_processor", 40 ] ] ], + "components": [ + [ [ "peanut", 3 ] ], + [ [ "sugar_standard", 1, "LIST" ] ] + ] + }, + { + "type": "recipe", + "result": "peanutbutter_imitation", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 1, + "charges": 3, + "time": "10 m", + "autolearn": true, + "qualities": [ { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "food_processor", 40 ] ] ], + "components": [ + [ + [ "pine_nuts", 5 ], + [ "pecan", 5 ], + [ "cashews", 5 ], + [ "pistachio", 5 ], + [ "almond", 5 ], + [ "beech_nuts", 5 ], + [ "hickory_nut", 5 ], + [ "chestnut", 5 ], + [ "hazelnut", 5 ], + [ "walnut", 5 ], + [ "acorns", 5 ] + ], + [ [ "sugar_standard", 1, "LIST" ] ] + ] + }, + { + "result": "rennet", + "type": "recipe", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 4, + "time": "40 m", + "book_learn": [ + [ "survival_book", 4 ], + [ "textbook_survival", 4 ], + [ "manual_survival", 4 ], + [ "dairy_book", 3 ], + [ "scots_cookbook", 5 ] + ], + "batch_time_factors": [ 50, 3 ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "BOIL", "level": 2 } ], + "tools": [ + [ [ "dehydrator", 20 ], [ "char_smoker", 20 ] ], + [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ], [ "food_processor", 10 ] ] + ], + "components": [ [ [ "edible_stomach", 1, "LIST" ] ] ] } ] -- cgit v1.2.1