summaryrefslogtreecommitdiff
path: root/json/recipes/food/meat.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/meat.json')
-rw-r--r--json/recipes/food/meat.json57
1 files changed, 57 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",