From 381947bffa1d4bf80d465d1e5527c4ad01e6dbab Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Nov 2020 14:03:01 -0800 Subject: Add preserved pesto sauce recipe --- Readme.txt | 4 ++++ json/recipes/food/canned.json | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Readme.txt b/Readme.txt index b764e06..2dbd895 100644 --- a/Readme.txt +++ b/Readme.txt @@ -71,6 +71,10 @@ Peanut Butter can now be preserved. -- +Pesto Sauce can now be preserved. + +-- + Tofu Stirfry: Reduce cooking time and enjoyment, remove nutrient override. Add meat/veggy stirfry. diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json index acf1863..92ddd1c 100644 --- a/json/recipes/food/canned.json +++ b/json/recipes/food/canned.json @@ -50,5 +50,27 @@ [ [ "sugar", 50 ], [ "honeycomb", 5 ], [ "honey_bottled", 5 ], [ "honey_glassed", 5 ], [ "syrup", 5 ] ], [ [ "jar_glass", 1 ] ] ] + }, + { + "type": "recipe", + "result": "sauce_pesto", + "id_suffix": "jarred", + "container": "jar_glass_sealed", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "difficulty": 4, + "charges": 8, + "time": "20 m", + "book_learn": [ [ "cookbook_italian", 2 ] ], + "qualities": [ { "id": "COOK", "level": 3 } ], + "tools": [ [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ], + "components": [ + [ [ "cooking_oil", 8 ], [ "cooking_oil2", 8 ] ], + [ [ "pine_nuts", 4 ] ], + [ [ "seasoning_italian", 20 ], [ "wild_herbs", 40 ] ], + [ [ "salt", 20 ], [ "seasoning_salt", 20 ] ], + [ [ "jar_glass", 1 ] ] + ] } ] -- cgit v1.2.1