summaryrefslogtreecommitdiff
path: root/json/recipes/food/canned.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/canned.json')
-rw-r--r--json/recipes/food/canned.json22
1 files changed, 22 insertions, 0 deletions
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 ] ]
+ ]
}
]