From bfa3311f62c8865a04f6ca5789a14576175d4bf6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 10 Jun 2020 00:49:54 -0700 Subject: Give Curry with Meat the same vegetable options as Curry --- json/recipes/recipe_food.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'json/recipes') diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index 5d37dfd..d0ef591 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -26,6 +26,44 @@ ] ] }, + { + "type": "recipe", + "result": "curry_meat", + "charges": 1, + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_MEAT", + "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "autolearn": true, + "qualities": [ { "id": "COOK", "level": 2 } ], + "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ], + "components": [ + [ + [ "veggy", 2 ], + [ "veggy_wild", 2 ], + [ "veggy_salted", 2 ], + [ "rehydrated_veggy", 2 ], + [ "dry_veggy", 2 ], + [ "mushroom", 2 ], + [ "dry_mushroom", 2 ], + [ "morel_cooked", 2 ], + [ "mushroom_cooked", 2 ], + [ "can_beans", 1 ], + [ "dry_beans", 1 ], + [ "raw_beans", 1 ], + [ "tofu", 1 ], + [ "dry_tofu", 1 ], + [ "raw_edamame", 1 ], + [ "dry_lentils", 1 ], + [ "raw_lentils", 1 ], + [ "dry_rice", 1 ] + ], + [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ] ], + [ [ "meat_red", 1, "LIST" ], [ "dry_meat", 1 ], [ "can_chicken", 1 ] ], + [ [ "curry_powder", 4 ], [ "chilly-p", 4 ] ] + ] + }, { "type": "recipe", "result": "cheeseburger", -- cgit v1.2.1