Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Craftable hotdogs #38219

Merged
merged 13 commits into from
Apr 13, 2020
12 changes: 12 additions & 0 deletions data/json/items/comestibles/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,18 @@
"description": "A heavily processed sausage, dipped in batter and deep fried. Cooked, this corn dog now tastes much better, but will spoil.",
"fun": 18
},
{
"type": "COMESTIBLE",
"id": "corndogs_homemade",
"name": "homemade corn dog",
"copy-from": "corndogs_frozen",
"spoils_in": "1 day",
"healthy": -2,
"charges": 1,
"description": "A homemade sausage, dipped in batter and deep fried. Cooked, this corn dog now tastes much better, but will spoil.",
"fun": 18,
"calories": 250
},
{
"type": "COMESTIBLE",
"id": "choc_pancakes",
Expand Down
18 changes: 18 additions & 0 deletions data/json/items/comestibles/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,23 @@
"charges": 6,
"calories": 400,
"flags": [ "EATEN_HOT" ]
},
{
"id": "sausage_casings",
"copy-from": "spice",
"type": "COMESTIBLE",
"name": "sausage casing",
"name_plural": "sausage casings",
"description": "Sausage casings made from animal intestines. Ready to be used for forming meat products.",
"color": "red",
"material": "flesh",
"charges": 60
},
{
"type": "COMESTIBLE",
"id": "homemade_hotdogs",
"name": "homemade hot dog",
"name_plural": "homemade hot dogs",
"copy-from": "hotdogs_frozen"
}
]
45 changes: 45 additions & 0 deletions data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,50 @@
[ [ "pepper", 3 ] ],
[ [ "milk_standard", 1, "LIST" ] ]
]
},
{
"type": "recipe",
"result": "sausage_casings",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 5,
"time": "50 m",
"batch_time_factors": [ 83, 5 ],
"charges": 60,
"byproducts": [ [ "ruined_chunks", 2 ] ],
"//": "Charcuterie: The Craft of Salting, Smoking, and Curing would be a good book for someone to use for further meat products recipes.",
"book_learn": [ [ "offalcooking", 3 ] ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT_FINE", "level": 1 } ],
"tools": [ [ [ "funnel", -1 ] ] ],
"components": [ [ [ "stomach", 2 ], [ "stomach_large", 1 ] ], [ [ "salt", 20 ] ], [ [ "water", 2 ] ], [ [ "bag_plastic", 1 ] ] ]
},
{
"type": "recipe",
"result": "homemade_hotdogs",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"difficulty": 4,
"charges": 2,
"time": "10 m",
"book_learn": [ [ "offalcooking", 3 ] ],
"batch_time_factors": [ 50, 3 ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 1 } ],
"components": [
[ [ "meat_nofish", 2, "LIST" ] ],
[ [ "sausage_casings", 2 ] ],
[
[ "salt_water", 4 ],
[ "saline", 8 ],
[ "salt", 4 ],
[ "chem_saltpetre", 2 ],
[ "soysauce", 2 ],
[ "seasoning_italian", 4 ],
[ "wild_herbs", 4 ],
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
]
]
}
]
29 changes: 25 additions & 4 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@
[ "wild_herbs", 4 ],
[ "seasoning_salt", 4 ],
[ "pepper", 4 ]
]
],
[ [ "sausage_casings", 1 ] ]
]
},
{
Expand Down Expand Up @@ -4329,7 +4330,7 @@
"batch_time_factors": [ 67, 5 ],
"qualities": [ { "id": "COOK", "level": 1 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "hotdogs_frozen", 1 ] ] ]
"components": [ [ [ "hotdogs_frozen", 1 ], [ "homemade_hotdogs", 1 ], [ "bratwurst_sausage", 1 ] ] ]
},
{
"type": "recipe",
Expand All @@ -4343,7 +4344,7 @@
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "hotdogs_frozen", 1 ] ],
[ [ "hotdogs_frozen", 1 ], [ "homemade_hotdogs", 1 ], [ "bratwurst_sausage", 1 ] ],
[
[ "flatbread", 1 ],
[ "bread", 1 ],
Expand All @@ -4368,7 +4369,7 @@
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "hotdogs_frozen", 2 ] ],
[ [ "hotdogs_frozen", 2 ], [ "homemade_hotdogs", 2 ], [ "bratwurst_sausage", 2 ] ],
[ [ "chili", 1 ] ],
[
[ "flatbread", 2 ],
Expand Down Expand Up @@ -4438,6 +4439,26 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "corndogs_frozen", 1 ] ] ]
},
{
"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,
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [
[ [ "hotdogs_frozen", 1 ], [ "hotdogs_cooked", 1 ], [ "bratwurst_sausage", 1 ], [ "sausage_wasteland", 1 ] ],
[ [ "splinter", 1 ] ],
[ [ "cornmeal", 1 ] ],
[ [ "cooking_oil", 1 ], [ "cooking_oil2", 1 ] ],
[ [ "bag_plastic", 1 ] ]
]
},
{
"type": "recipe",
"result": "blt",
Expand Down