From 49b0c82d1660e701ee52f5cb948e9ec95f056ed8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Oct 2024 00:10:24 -0700 Subject: Several fixes for low difficulty foods used by basecamp crafting. --- json/recipes/food/other.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'json/recipes/food/other.json') diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json index 39e245c..01bdd4b 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -1,4 +1,20 @@ [ + { + "type": "recipe", + "result": "morel_cooked", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 1, + "skills_required": [ "survival", 1 ], + "time": "4 m", + "autolearn": true, + "batch_time_factors": [ 80, 1 ], + "qualities": [ { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], + "components": [ [ [ "mushroom_morel", 1 ] ] ], + "//": "Remove the water requirement." + }, { "type": "recipe", "result": "scrambled_eggs", -- cgit v1.2.1