Skip to content

Commit

Permalink
Homemade corn dog audit (#76562)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 20, 2024
1 parent 03b8d34 commit 09de5fe
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ]
]
},
{
Expand Down

0 comments on commit 09de5fe

Please sign in to comment.