From b5ff66f113e3e8c4737194b35a4c518e4e448ee4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 1 May 2021 22:57:37 -0700 Subject: Add recipes for unshelled nuts --- json/recipes/nuts.json | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 json/recipes/nuts.json (limited to 'json/recipes/nuts.json') 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 ] ] ] + } +] -- cgit v1.2.1