From 17b9e9a13371f6d41383da8e0789589857d3ab2b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 22 Jun 2021 16:29:10 -0700 Subject: Remove unshelled nut recipes as per BN 2021-06-22-0805 --- json/recipes/basecamps/recipe_groups.json | 8 --- json/recipes/nuts.json | 90 ------------------------------- 2 files changed, 98 deletions(-) delete mode 100644 json/recipes/nuts.json (limited to 'json/recipes') diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 88c0d4d..f52f0d6 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -12,22 +12,14 @@ { "id": "mushroom_cooked", "description": " Cook: Mushroom, Cooked" }, { "id": "flatbread", "description": " Cook: Flatbread" }, { "id": "acorn_roasted", "description": " Cook: Acorn, Roasted" }, - { "id": "almond_unshelled", "description": " Cook: Almond, Unshelled" }, { "id": "almond_roasted", "description": " Cook: Almond, Roasted" }, - { "id": "chestnut_unshelled", "description": " Cook: Chestnut, Unshelled" }, { "id": "chestnut_roasted", "description": " Cook: Chestnut, Roasted" }, { "id": "edamame_roasted", "description": " Cook: Edamame, Roasted" }, - { "id": "hazelnut_unshelled", "description": " Cook: Hazelnut, Unshelled" }, { "id": "hazelnut_roasted", "description": " Cook: Hazelnut, Roasted" }, - { "id": "hickory_nut_unshelled", "description": " Cook: Hickory Nut, Unshelled" }, { "id": "hickory_nut_roasted", "description": " Cook: Hickory Nut, Roasted" }, - { "id": "peanut_unshelled", "description": " Cook: Peanut, Unshelled" }, - { "id": "pecan_unshelled", "description": " Cook: Pecan, Unshelled" }, { "id": "pecan_roasted", "description": " Cook: Pecan, Roasted" }, - { "id": "pistachio_unshelled", "description": " Cook: Pistachio, Unshelled" }, { "id": "pistachio_roasted", "description": " Cook: Pistachio, Roasted" }, { "id": "soy_nuts", "description": " Cook: Soybeans, Roasted" }, - { "id": "walnut_unshelled", "description": " Cook: Walnut, Unshelled" }, { "id": "walnut_roasted", "description": " Cook: Walnut, Roasted" } ] }, diff --git a/json/recipes/nuts.json b/json/recipes/nuts.json deleted file mode 100644 index 4cc1c21..0000000 --- a/json/recipes/nuts.json +++ /dev/null @@ -1,90 +0,0 @@ -[ - { - "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