From 09de5fec403b5db2ed3a9010d88fca612bee8564 Mon Sep 17 00:00:00 2001 From: bloodbowel <177868717+bloodbowel@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:25:02 -0500 Subject: [PATCH] Homemade corn dog audit (#76562) * remove plastic bag from home made corn dog recipe * add homemade hotdogs to homemade corndog recipe * add proficiencies and batch time to homemade corn dogs * Update data/json/recipes/recipe_food.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/recipes/recipe_food.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index f04aefeeb0727..58e0bf7c0035f 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -7051,18 +7051,25 @@ "subcategory": "CSC_FOOD_MEAT", "skill_used": "cooking", "difficulty": 2, - "time": "1 m 45 s", + "time": "10 m", + "batch_time_factors": [ 80, 2 ], "charges": 1, "autolearn": true, - "qualities": [ { "id": "COOK", "level": 1 } ], + "qualities": [ { "id": "COOK", "level": 1 }, { "id": "COOK", "level": 2 } ], + "proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_frying" } ], "tools": [ [ [ "surface_heat", 12, "LIST" ] ] ], "//": "80-100g of meat: 7u, 5u for the cornmeal and oil", "components": [ - [ [ "hotdogs_frozen", 1 ], [ "hotdogs_cooked", 1 ], [ "bratwurst_sausage", 1 ], [ "sausage_wasteland", 1 ] ], + [ + [ "hotdogs_frozen", 1 ], + [ "homemade_hotdogs", 1 ], + [ "hotdogs_cooked", 1 ], + [ "bratwurst_sausage", 1 ], + [ "sausage_wasteland", 1 ] + ], [ [ "splinter", 1 ] ], [ [ "cornmeal", 1 ] ], - [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ] ], - [ [ "bag_plastic", 1 ], [ "bag_plastic_small", 1 ] ] + [ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ] ] ] }, {