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