summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-30 14:03:01 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-30 14:03:01 -0800
commit381947bffa1d4bf80d465d1e5527c4ad01e6dbab (patch)
tree89f6a5bbd385850e80bc5af2f42fafe3efd3f292
parentMake chili a liquid like curry (diff)
downloadcataclysm-dda-mod_recipe-fixes-381947bffa1d4bf80d465d1e5527c4ad01e6dbab.tar.xz
Add preserved pesto sauce recipe
-rw-r--r--Readme.txt4
-rw-r--r--json/recipes/food/canned.json22
2 files changed, 26 insertions, 0 deletions
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 ] ]
+ ]
}
]