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.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/json/recipes/food/canned.json b/json/recipes/food/canned.json
new file mode 100644
index 0000000..acf1863
--- /dev/null
+++ b/json/recipes/food/canned.json
@@ -0,0 +1,54 @@
+[
+ {
+ "type": "recipe",
+ "result": "peanutbutter",
+ "id_suffix": "jarred",
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "time": "30 m",
+ "charges": 16,
+ "autolearn": true,
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "food_processor", 40 ] ], [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
+ "components": [
+ [ [ "peanut_unshelled", 12 ] ],
+ [ [ "sugar", 40 ], [ "honey_bottled", 4 ], [ "honey_glassed", 4 ] ],
+ [ [ "jar_glass", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "peanutbutter_imitation",
+ "id_suffix": "jarred",
+ "container": "jar_glass_sealed",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 16,
+ "time": "30 m",
+ "autolearn": true,
+ "qualities": [ { "id": "COOK", "level": 3 } ],
+ "tools": [ [ [ "food_processor", 40 ] ], [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
+ "components": [
+ [
+ [ "pine_nuts", 25 ],
+ [ "pecan_unshelled", 25 ],
+ [ "cashews", 25 ],
+ [ "pistachio_unshelled", 25 ],
+ [ "almond_unshelled", 25 ],
+ [ "beech_nuts", 25 ],
+ [ "hickory_nut_unshelled", 25 ],
+ [ "chestnut_unshelled", 25 ],
+ [ "hazelnut_unshelled", 25 ],
+ [ "walnut_unshelled", 25 ],
+ [ "acorns", 25 ]
+ ],
+ [ [ "sugar", 50 ], [ "honeycomb", 5 ], [ "honey_bottled", 5 ], [ "honey_glassed", 5 ], [ "syrup", 5 ] ],
+ [ [ "jar_glass", 1 ] ]
+ ]
+ }
+]