summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/recipes/basecamps/recipe_groups.json10
-rw-r--r--json/recipes/nuts.json90
2 files changed, 99 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 1556d17..e2f76fd 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -21,7 +21,15 @@
{ "id": "pecan_roasted", "description": " Cook: Pecan, Roasted" },
{ "id": "pistachio_roasted", "description": " Cook: Pistachio, Roasted" },
{ "id": "soy_nuts", "description": " Cook: Soybeans, Roasted" },
- { "id": "walnut_roasted", "description": " Cook: Walnut, Roasted" }
+ { "id": "walnut_roasted", "description": " Cook: Walnut, Roasted" },
+ { "id": "almond_unshelled", "description": " Cook: Almond, Unshelled" },
+ { "id": "chestnut_unshelled", "description": " Cook: Chestnut, Unshelled" },
+ { "id": "hazelnut_unshelled", "description": " Cook: Hazelnut, Unshelled" },
+ { "id": "hickory_nut_unshelled", "description": " Cook: Hickory Nut, Unshelled" },
+ { "id": "peanut_unshelled", "description": " Cook: Peanut, Unshelled" },
+ { "id": "pecan_unshelled", "description": " Cook: Pecan, Unshelled" },
+ { "id": "pistachio_unshelled", "description": " Cook: Pistachio, Unshelled" },
+ { "id": "walnut_unshelled", "description": " Cook: Walnut, Unshelled" }
]
},
{
diff --git a/json/recipes/nuts.json b/json/recipes/nuts.json
new file mode 100644
index 0000000..4cc1c21
--- /dev/null
+++ b/json/recipes/nuts.json
@@ -0,0 +1,90 @@
+[
+ {
+ "result": "almond_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "almond", 1 ] ] ]
+ },
+ {
+ "result": "chestnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "chestnut", 1 ] ] ]
+ },
+ {
+ "result": "hazelnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "hazelnut", 1 ] ] ]
+ },
+ {
+ "result": "hickory_nut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "hickory_nut", 1 ] ] ]
+ },
+ {
+ "result": "peanut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "peanut", 1 ] ] ]
+ },
+ {
+ "result": "pecan_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "pecan", 1 ] ] ]
+ },
+ {
+ "result": "pistachio_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "pistachio", 1 ] ] ]
+ },
+ {
+ "result": "walnut_unshelled",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "survival",
+ "difficulty": 0,
+ "time": "6 m",
+ "autolearn": true,
+ "components": [ [ [ "walnut", 1 ] ] ]
+ }
+]