Food expansion 5: The big one! (#71914)

add: Adds 32 new foods!
This commit is contained in:
MidoriWroth
2022-12-19 19:00:22 -05:00
committed by GitHub
parent 8bb6cb8f5c
commit ff9cc56576
22 changed files with 605 additions and 53 deletions
+37
View File
@@ -758,3 +758,40 @@
foodtypes = MEAT | VEGETABLES | GRAIN | BREAKFAST
w_class = WEIGHT_CLASS_SMALL
venue_value = FOOD_PRICE_EXOTIC
/obj/item/food/raw_meatloaf
name = "raw meatloaf"
desc = "A heavy 'loaf' of minced meat, onions, and garlic. Bake it in an oven!"
icon = 'icons/obj/food/meat.dmi'
icon_state = "raw_meatloaf"
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 40, /datum/reagent/consumable/nutriment/vitamin = 32, /datum/reagent/consumable/nutriment = 32)
tastes = list("raw meat" = 3, "onions" = 1)
foodtypes = MEAT | RAW | VEGETABLES
w_class = WEIGHT_CLASS_NORMAL
/obj/item/food/raw_meatloaf/MakeBakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/meatloaf, rand(30 SECONDS, 40 SECONDS), TRUE, TRUE)
/obj/item/food/meatloaf
name = "meatloaf"
desc = "A mixture of meat, onions, and garlic formed into a loaf and baked in an oven. It's covered in a generous slathering of ketchup. Use a knife to cut it into slices!"
icon = 'icons/obj/food/meat.dmi'
icon_state = "meatloaf"
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 40, /datum/reagent/consumable/nutriment/vitamin = 32, /datum/reagent/consumable/nutriment = 32)
tastes = list("juicy meat" = 3, "onions" = 1, "garlic" = 1, "ketchup" = 1)
foodtypes = MEAT | VEGETABLES
w_class = WEIGHT_CLASS_NORMAL
burns_in_oven = TRUE
/obj/item/food/meatloaf/MakeProcessable()
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/meatloaf_slice, 4, 3 SECONDS, table_required = TRUE, screentip_verb = "Cut")
/obj/item/food/meatloaf_slice
name = "meatloaf slice"
desc = "A slice of delicious, juicy meatloaf with a ketchup topping."
icon = 'icons/obj/food/meat.dmi'
icon_state = "meatloaf_slice"
food_reagents = list(/datum/reagent/consumable/nutriment/protein = 10, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/nutriment = 8)
tastes = list("juicy meat" = 3, "onions" = 1, "garlic" = 1, "ketchup" = 1)
foodtypes = MEAT | VEGETABLES
w_class = WEIGHT_CLASS_SMALL
+88
View File
@@ -8,6 +8,9 @@
foodtypes = GRAIN
w_class = WEIGHT_CLASS_TINY
/obj/item/food/tortilla/MakeGrillable()
AddComponent(/datum/component/grillable, /obj/item/food/hard_taco_shell, rand(15 SECONDS, 30 SECONDS), TRUE, TRUE)
/obj/item/food/burrito
name = "burrito"
desc = "Tortilla wrapped goodness."
@@ -124,3 +127,88 @@
tastes = list("peppers" = 1, "salsa" = 3, "tortilla chips" = 1, "onion" = 1)
foodtypes = VEGETABLES
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/classic_chimichanga
name = "classic chimichanga"
desc = "A deep-fried burrito packed with a generous amount of meat and cheese."
icon_state = "classic_chimichanga"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 4, /datum/reagent/consumable/nutriment/protein = 6,)
tastes = list("deep-fried tortilla" = 1, "meat" = 3, "cheese" = 1, "onions" = 1)
foodtypes = MEAT | GRAIN | VEGETABLES | DAIRY | FRIED
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/vegetarian_chimichanga
name = "vegetarian chimichanga"
desc = "A deep-fried burrito packed with a generous amount of baked vegetables, for the non-meat eaters."
icon_state = "vegetarian_chimichanga"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 10)
tastes = list("deep-fried tortilla" = 1, "cabbage" = 3, "onions" = 1, "peppers" = 1)
foodtypes = GRAIN | VEGETABLES | FRIED
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/vegetarian_chimichanga
name = "vegetarian chimichanga"
desc = "A deep-fried burrito packed with a generous amount of baked vegetables, for the non-meat eaters."
icon_state = "vegetarian_chimichanga"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 10)
tastes = list("deep-fried tortilla" = 1, "cabbage" = 3, "onions" = 1, "peppers" = 1)
foodtypes = GRAIN | VEGETABLES | FRIED
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/hard_taco_shell
name = "hard taco shell"
desc = "A hard taco shell, just waiting to be stuffed with ingredients. Use an ingredient on it to start making custom tacos!"
icon_state = "hard_taco_shell"
food_reagents = list(/datum/reagent/consumable/nutriment = 2)
tastes = list("hard corn tortilla" = 1)
foodtypes = GRAIN | FRIED
w_class = WEIGHT_CLASS_SMALL
burns_on_grill = TRUE
/obj/item/food/hard_taco_shell/Initialize(mapload)
. = ..()
AddComponent(/datum/component/customizable_reagent_holder, /obj/item/food/hard_taco_shell/empty, CUSTOM_INGREDIENT_ICON_FILL, max_ingredients = 6)
// empty taco shell for custom tacos
/obj/item/food/hard_taco_shell/empty
name = "hard-shell taco"
foodtypes = NONE
tastes = list()
icon_state = "hard_taco_shell"
desc = "A customized hard-shell taco."
/obj/item/food/classic_hard_shell_taco
name = "classic hard-shell taco"
desc = "A classically-made hard-shell taco, the most satisfying crunch in the galaxy."
icon_state = "classic_hard_shell_taco"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 6, /datum/reagent/consumable/nutriment/protein = 6,)
tastes = list("crunchy taco shell" = 1, "cabbage" = 3, "tomatoes" = 1, "ground meat" = 1, "cheese" = 1)
foodtypes = GRAIN | VEGETABLES | MEAT | DAIRY
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/plain_hard_shell_taco
name = "plain hard-shell taco"
desc = "A hard-shell taco with just meat, for the picky eaters and children in us all."
icon_state = "plain_hard_shell_taco"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 3, /datum/reagent/consumable/nutriment/protein = 6,)
tastes = list("crunchy taco shell" = 1, "ground meat" = 1)
foodtypes = GRAIN | MEAT
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/refried_beans
name = "refried beans"
desc = "A steaming bowl of delicious refried beans, a common staple in Mexican cuisine."
icon_state = "refried_beans"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 6, /datum/reagent/consumable/nutriment/protein = 4,)
tastes = list("mashed beans" = 1, "onion" = 3,)
foodtypes = VEGETABLES | FRIED
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/spanish_rice
name = "spanish rice"
desc = "A bowl of delicious spanish rice, cooked in a tomato sauce which gives it the orange color."
icon_state = "spanish_rice"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 6)
tastes = list("zesty rice" = 1, "tomato sauce" = 3,)
foodtypes = VEGETABLES
w_class = WEIGHT_CLASS_SMALL
+123 -9
View File
@@ -82,15 +82,6 @@
tastes = list("caramel" = 2, "popcorn" = 1)
foodtypes = JUNKFOOD | SUGAR
/obj/item/food/loadedbakedpotato
name = "loaded baked potato"
desc = "Totally baked."
icon_state = "loadedbakedpotato"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("potato" = 1)
foodtypes = VEGETABLES | DAIRY
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/fries
name = "space fries"
desc = "AKA: French Fries, Freedom Fries, etc."
@@ -948,5 +939,128 @@
foodtypes = GRAIN | VEGETABLES
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/baked_potato
name = "baked potato"
desc = "A piping hot potato baked in an oven. A bit bland by itself."
icon_state = "baked_potato"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("baked potato" = 1)
foodtypes = VEGETABLES
w_class = WEIGHT_CLASS_SMALL
burns_in_oven = TRUE
/obj/item/food/buttered_baked_potato
name = "buttered baked potato"
desc = "A piping hot baked potato, now with a slice of butter mixed in. Perfection."
icon_state = "buttered_baked_potato"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("baked potato" = 1)
foodtypes = VEGETABLES | DAIRY
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/loaded_baked_potato
name = "loaded baked potato"
desc = "A piping hot baked potato, with the insides scooped out and mixed with bacon bits, cheese, and cabbage."
icon_state = "loaded_baked_potato"
food_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/vitamin = 6, /datum/reagent/consumable/nutriment/protein = 4)
tastes = list("baked potato" = 1, "bacon" = 1, "cheese" = 1, "cabbage" = 1)
foodtypes = VEGETABLES | DAIRY | MEAT
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/cheese_pierogi
name = "cheese pierogi"
desc = "A dumpling made by wrapping unleavened dough around a savoury or sweet filling and cooking in boiling water. This one is filled with a potato and cheese mixture."
icon_state = "cheese_pierogi"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("potato" = 1, "cheese" = 1)
foodtypes = GRAIN | VEGETABLES | DAIRY
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/meat_pierogi
name = "meat pierogi"
desc = "A dumpling made by wrapping unleavened dough around a savoury or sweet filling and cooking in boiling water. This one is filled with a potato and meat mixture."
icon_state = "meat_pierogi"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/consumable/nutriment/protein = 2)
tastes = list("potato" = 1, "cheese" = 1)
foodtypes = GRAIN | VEGETABLES | DAIRY
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/raw_meat_calzone
name = "raw meat calzone"
desc = "A raw calzone, ready to be put in the oven."
icon_state = "raw_calzone"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/consumable/nutriment/protein = 2)
tastes = list("raw dough" = 1, "raw meat" = 1, "cheese" = 1, "tomato sauce" = 1)
foodtypes = GRAIN | RAW | DAIRY | MEAT
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/raw_meat_calzone/MakeBakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/meat_calzone, rand(20 SECONDS, 40 SECONDS), TRUE, TRUE)
/obj/item/food/meat_calzone
name = "meat calzone"
desc = "A calzone filled with cheese, meat, and a tomato sauce. Don't burn your tongue!."
icon_state = "meat_calzone"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 6, /datum/reagent/consumable/nutriment/protein = 6)
tastes = list("baked dough" = 1, "juicy meat" = 1, "melted cheese" = 1, "tomato sauce" = 1)
foodtypes = GRAIN | DAIRY | MEAT
w_class = WEIGHT_CLASS_SMALL
burns_in_oven = TRUE
/obj/item/food/raw_vegetarian_calzone
name = "raw vegetarian calzone"
desc = "A raw calzone, ready to be put in the oven."
icon_state = "raw_calzone"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 4)
tastes = list("raw dough" = 1, "vegetables" = 1, "tomato sauce" = 1)
foodtypes = GRAIN | VEGETABLES
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/raw_vegetarian_calzone/MakeBakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/vegetarian_calzone, rand(20 SECONDS, 40 SECONDS), TRUE, TRUE)
/obj/item/food/vegetarian_calzone
name = "vegetarian calzone"
desc = "A calzone filled with mixed vegetables and a tomato sauce. A healthier, yet less satisfying alternative."
icon_state = "vegetarian_calzone"
food_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/vitamin = 8)
tastes = list("baked dough" = 1, "baked vegetables" = 1, "tomato sauce" = 1)
foodtypes = GRAIN | VEGETABLES
w_class = WEIGHT_CLASS_SMALL
burns_in_oven = TRUE
/obj/item/food/caramel_truffle
name = "caramel truffle"
desc = "A bite-sized chocolate truffle with a chewy caramel filling."
icon_state = "caramel_truffle"
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("chocolate" = 1, "chewy caramel" = 1)
foodtypes = DAIRY | SUGAR | JUNKFOOD
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/chocolate_truffle
name = "chocolate truffle"
desc = "A bite-sized chocolate truffle with a rich chocolate mousse filling."
icon_state = "chocolate_truffle"
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("chocolate" = 1)
foodtypes = DAIRY | SUGAR | JUNKFOOD
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/peanut_truffle
name = "peanut truffle"
desc = "A bite-sized chocolate truffle with crunchy peanuts mixed in."
icon_state = "peanut_truffle"
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("chocolate" = 1, "peanuts" = 1)
foodtypes = DAIRY | SUGAR | JUNKFOOD | NUTS
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/peanut_butter_cup
name = "peanut butter cup"
desc = "An ultra-sweet chocolate treat with a savory peanut butter filling."
icon_state = "peanut_butter_cup"
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("chocolate" = 1, "peanut butter" = 1)
foodtypes = DAIRY | SUGAR | JUNKFOOD | NUTS
w_class = WEIGHT_CLASS_SMALL
+46
View File
@@ -351,3 +351,49 @@
tastes = list("brownie" = 1, "chocolatey goodness" = 1)
foodtypes = GRAIN | JUNKFOOD | SUGAR
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/peanut_butter_brownie_batter
name = "raw peanut butter brownie batter"
desc = "A sticky mixture of raw peanut butter brownie batter, cook it in the oven!"
icon = 'icons/obj/food/food.dmi'
icon_state = "peanut_butter_brownie_batter"
food_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/nutriment/vitamin = 4, /datum/reagent/consumable/peanut_butter = 4)
tastes = list("raw brownie batter" = 1)
foodtypes = GRAIN | JUNKFOOD | SUGAR | NUTS
/obj/item/food/peanut_butter_brownie_batter/MakeBakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/peanut_butter_brownie_sheet, rand(20 SECONDS, 30 SECONDS), TRUE, TRUE)
/obj/item/food/peanut_butter_brownie_sheet
name = "peanut butter brownie sheet"
desc = "An uncut sheet of cooked peanut butter brownie, use a knife to cut it!."
icon = 'icons/obj/food/food.dmi'
icon_state = "peanut_butter_brownie_sheet"
food_reagents = list(/datum/reagent/consumable/nutriment = 24, /datum/reagent/consumable/sugar = 16, /datum/reagent/consumable/peanut_butter = 20)
tastes = list("brownie" = 1, "chocolatey goodness" = 1, "peanut butter" = 1)
foodtypes = GRAIN | JUNKFOOD | SUGAR | NUTS
w_class = WEIGHT_CLASS_SMALL
burns_in_oven = TRUE
/obj/item/food/peanut_butter_brownie_sheet/MakeProcessable()
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/peanut_butter_brownie, 4, 3 SECONDS, table_required = TRUE, screentip_verb = "Slice")
/obj/item/food/peanut_butter_brownie
name = "peanut butter brownie"
desc = "A square slice of delicious, chewy peanut butter brownie. Often the target of potheads."
icon = 'icons/obj/food/food.dmi'
icon_state = "peanut_butter_brownie"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/sugar = 4, /datum/reagent/consumable/peanut_butter = 5)
tastes = list("brownie" = 1, "chocolatey goodness" = 1)
foodtypes = GRAIN | JUNKFOOD | SUGAR
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/crunchy_peanut_butter_tart
name = "crunchy peanut butter tart"
desc = "A miniature pie with a peanut butter filling, creamy icing, and topping of chopped nuts."
icon = 'icons/obj/food/food.dmi'
icon_state = "crunchy_peanut_butter_tart"
food_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/sugar = 6, /datum/reagent/consumable/peanut_butter = 5)
tastes = list("peanut butter" = 1, "peanuts" = 1, "cream" = 1)
foodtypes = GRAIN | JUNKFOOD | SUGAR | NUTS
w_class = WEIGHT_CLASS_SMALL
+9 -9
View File
@@ -59,21 +59,21 @@
tastes = list("sourness" = 1, "leaves" = 1)
foodtypes = FRUIT | ORANGES
/obj/item/food/salad/ricebowl
name = "ricebowl"
desc = "A bowl of raw rice."
icon_state = "ricebowl"
/obj/item/food/uncooked_rice
name = "uncooked rice"
desc = "A clump of raw rice."
icon_state = "uncooked_rice"
food_reagents = list(/datum/reagent/consumable/nutriment = 4)
tastes = list("rice" = 1)
foodtypes = GRAIN | RAW
/obj/item/food/salad/ricebowl/make_microwavable()
AddElement(/datum/element/microwavable, /obj/item/food/salad/boiledrice)
/obj/item/food/uncooked_rice/make_microwavable()
AddElement(/datum/element/microwavable, /obj/item/food/boiledrice)
/obj/item/food/salad/boiledrice
/obj/item/food/boiledrice
name = "boiled rice"
desc = "A warm bowl of rice."
icon_state = "boiledrice"
desc = "A steaming cup of boiled rice. A bit bland by itself, but the basis for something delicious..."
icon_state = "cooked_rice"
food_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 2)
tastes = list("rice" = 1)
foodtypes = GRAIN | BREAKFAST
+12 -1
View File
@@ -144,7 +144,7 @@
bite_consumption = 4
food_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/protein = 1, /datum/reagent/consumable/ketchup = 3, /datum/reagent/consumable/nutriment/vitamin = 7)
tastes = list("bun" = 3, "meat" = 2, "fried onion" = 1, "pickles" = 1)
foodtypes = GRAIN | MEAT | VEGETABLES
foodtypes = GRAIN | MEAT | VEGETABLES
w_class = WEIGHT_CLASS_SMALL
venue_value = FOOD_PRICE_NORMAL
@@ -181,3 +181,14 @@
foodtypes = GRAIN | FRUIT | NUTS
food_flags = FOOD_FINGER_FOOD
w_class = WEIGHT_CLASS_SMALL
/obj/item/food/philly_cheesesteak
name = "Philly cheesesteak"
desc = "A popular sandwich made of sliced meat, onions, melted cheese in a long hoagie roll. Mouthwatering doesn't even begin to describe it."
icon = 'icons/obj/food/burgerbread.dmi'
icon_state = "philly_cheesesteak"
food_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/protein = 8, /datum/reagent/consumable/nutriment/vitamin = 8)
tastes = list("bread" = 1, "juicy meat" = 1, "melted cheese" = 1, "onions" = 1)
foodtypes = GRAIN | MEAT | DAIRY | VEGETABLES
food_flags = FOOD_FINGER_FOOD
w_class = WEIGHT_CLASS_SMALL
+16
View File
@@ -314,3 +314,19 @@
food_reagents = list (/datum/reagent/consumable/nutriment = 12, /datum/reagent/consumable/nutriment/vitamin = 4, /datum/reagent/consumable/nutriment/protein = 6)
tastes = list("creamy broth"= 1, "fish" = 1, "vegetables" = 1)
foodtypes = VEGETABLES | SEAFOOD | DAIRY
/obj/item/food/soup/chicken_noodle_soup
name = "chicken noodle soup"
desc = "A hearty bowl of chicken noodle soup, perfect for when you're stuck at home and sick."
icon_state = "chicken_noodle_soup"
food_reagents = list (/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/nutriment/protein = 6)
tastes = list("broth"= 1, "chicken" = 1, "noodles" = 1, "carrots" = 1)
foodtypes = VEGETABLES | MEAT | GRAIN
/obj/item/food/soup/corn_chowder
name = "corn chowder"
desc = "A creamy bowl of corn chowder, with bacon bits and mixed vegetables. One bowl is never enough."
icon_state = "corn_chowder"
food_reagents = list (/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/nutriment/protein = 6)
tastes = list("creamy broth"= 1, "bacon" = 1, "mixed vegetables" = 1)
foodtypes = VEGETABLES | MEAT