diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 00:10:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 00:10:24 -0700 |
commit | 49b0c82d1660e701ee52f5cb948e9ec95f056ed8 (patch) | |
tree | f0557f59ff5632fed3a1008645f2160b84e59235 /json/recipes/food/other.json | |
parent | Fix containers of salted meat slices, pickled meat, pickled fish, and pickled... (diff) | |
download | cataclysm-bn-mod_recipe-fixes-49b0c82d1660e701ee52f5cb948e9ec95f056ed8.tar.xz |
Several fixes for low difficulty foods used by basecamp crafting.
Diffstat (limited to 'json/recipes/food/other.json')
-rw-r--r-- | json/recipes/food/other.json | 16 |
1 files changed, 16 insertions, 0 deletions
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,6 +1,22 @@ [ { "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", "id_suffix": "from_powder", "category": "CC_FOOD", |