summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-10-12 00:10:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-10-12 00:10:24 -0700
commit49b0c82d1660e701ee52f5cb948e9ec95f056ed8 (patch)
treef0557f59ff5632fed3a1008645f2160b84e59235 /json/recipes
parentFix containers of salted meat slices, pickled meat, pickled fish, and pickled... (diff)
downloadcataclysm-bn-mod_recipe-fixes-49b0c82d1660e701ee52f5cb948e9ec95f056ed8.tar.xz
Several fixes for low difficulty foods used by basecamp crafting.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/food/meat.json57
-rw-r--r--json/recipes/food/other.json16
-rw-r--r--json/recipes/food/snack.json15
-rw-r--r--json/recipes/food/veggi.json14
4 files changed, 102 insertions, 0 deletions
diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json
index 98e2aaa..92d868c 100644
--- a/json/recipes/food/meat.json
+++ b/json/recipes/food/meat.json
@@ -294,6 +294,63 @@
[ [ "condiment", 1, "LIST" ], [ "bacon", 1 ], [ "seasoning_salt", 1 ] ]
]
},
+ {
+ "type": "recipe",
+ "result": "hotdogs_campfire",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "time": "1 m",
+ "charges": 1,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [ { "id": "COOK", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
+ "components": [ [ [ "hotdogs_frozen", 1 ], [ "homemade_hotdogs", 1 ], [ "bratwurst_sausage", 1 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "corndogs_cooked",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 2,
+ "time": "1 m 45 s",
+ "charges": 1,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [ { "id": "COOK", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
+ "components": [ [ [ "corndogs_frozen", 1 ] ] ],
+ "//": "Reduce the tools required to cooking 1 as this is already prepared, it just needs heating."
+ },
+ {
+ "type": "recipe",
+ "result": "corndogs_homemade",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_MEAT",
+ "skill_used": "cooking",
+ "difficulty": 2,
+ "time": "1 m 45 s",
+ "charges": 1,
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
+ "components": [
+ [
+ [ "hotdogs_frozen", 1 ],
+ [ "hotdogs_uncooked", 1 ],
+ [ "bratwurst_sausage", 1 ],
+ [ "sausage_wasteland" , 1 ]
+ ],
+ [ [ "splinter", 1 ] ],
+ [ [ "cornmeal", 1 ] ],
+ [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ] ],
+ [ [ "bag_plastic", 1 ] ]
+ ],
+ "//": "Fix the recipe using a prepared hotdog with bun when it should have been using the plain uncooked hot dogs."
+ },
{
"type": "recipe",
"result": "soup_cullenskink",
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",
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",
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."
}
]