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/snack.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/snack.json')
-rw-r--r-- | json/recipes/food/snack.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/json/recipes/food/snack.json b/json/recipes/food/snack.json index f8a24d8..0f422ad 100644 --- a/json/recipes/food/snack.json +++ b/json/recipes/food/snack.json @@ -1,6 +1,21 @@ [ { "type": "recipe", + "result": "cooked_dinner", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_SNACK", + "skill_used": "cooking", + "time": "5 m", + "autolearn": true, + "batch_time_factors": [ 80, 1 ], + "qualities": [ { "id": "COOK", "level": 1 } ], + "tools": [ [ [ "surface_heat", 3, "LIST" ] ] ], + "components": [ [ [ "frozen_dinner", 1 ] ] ], + "//": "Fix this recipe requiring two portions.", + "//2": "Also require food cooking 1. Good luck picking up one of these from a campfire with your bare hands." + }, + { + "type": "recipe", "result": "pie_maple", "category": "CC_FOOD", "subcategory": "CSC_FOOD_SNACK", |