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/veggi.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'json/recipes/food/veggi.json') diff --git a/json/recipes/food/veggi.json b/json/recipes/food/veggi.json index e5c46c5..3262eec 100644 --- a/json/recipes/food/veggi.json +++ b/json/recipes/food/veggi.json @@ -130,5 +130,19 @@ [ [ "irradiated_broccoli", 2 ], [ "broccoli", 2 ], [ "veggy_wild_cooked", 2 ], [ "veggy_cooked", 2 ], [ "veggy_green", 2, "LIST" ] ], [ [ "soysauce", 1 ] ] ] + }, + { + "type": "recipe", + "result": "veggy_wild_cooked", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_VEGGI", + "skill_used": "cooking", + "time": "4 m", + "autolearn": true, + "batch_time_factors": [ 80, 1 ], + "qualities": [ { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "surface_heat", 5, "LIST" ] ] ], + "components": [ [ [ "veggy_wild", 1 ] ] ], + "//": "This doesn't require water, so reduce to cooking 1." } ] -- cgit v1.2.1