mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
More Food (#4644)
Adds more food for the chef to cook. Items include: Bacon Flatbread (Not pizza) Breakfast Wrap Meat Pocket Fish Taco Pineapple Rings Pineapple Pizza Chocolate Truffles Bacon Burger NtMuffin BLT
This commit is contained in:
@@ -34,10 +34,6 @@ I said no!
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/boiledegg
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/recipe/humanburger
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat/human,
|
||||
@@ -621,8 +617,6 @@ I said no!
|
||||
reagents = list("water" = 10)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/beetsoup
|
||||
|
||||
|
||||
|
||||
/datum/recipe/tossedsalad
|
||||
fruit = list("cabbage" = 2, "tomato" = 1, "carrot" = 1, "apple" = 1)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/tossedsalad
|
||||
@@ -1121,3 +1115,42 @@ I said no!
|
||||
/obj/item/weapon/reagent_containers/food/snacks/friedegg
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/bacon_and_eggs
|
||||
|
||||
/datum/recipe/baconburger
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bun,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/baconburger
|
||||
|
||||
/datum/recipe/ntmuffin
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/plumphelmetbiscuit,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cutlet,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/friedegg,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/spreads/butter
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/nt_muffin
|
||||
|
||||
/datum/recipe/fish_taco
|
||||
fruit = list("chili" = 1, "lemon" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/carpmeat,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tortilla
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/fish_taco
|
||||
|
||||
/datum/recipe/blt
|
||||
fruit = list("tomato" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/bread,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/bread,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/blt
|
||||
|
||||
@@ -384,9 +384,16 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/vegetablepizza
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/recipe/pineapplepizza
|
||||
appliance = OVEN
|
||||
fruit = list("tomato" = 1)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineapple_ring,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineapple_ring
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple
|
||||
|
||||
//Spicy
|
||||
//================
|
||||
@@ -521,3 +528,32 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/bacon/oven
|
||||
result_quantity = 6
|
||||
|
||||
/datum/recipe/meat_pocket
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meatball,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/meat_pocket
|
||||
result_quantity = 2
|
||||
|
||||
/datum/recipe/bacon_flatbread
|
||||
fruit = list("tomato" = 2)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/bacon_flatbread
|
||||
|
||||
/datum/recipe/truffle
|
||||
reagents = list("sugar" = 5, "cream" = 5)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chocolatebar
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/truffle
|
||||
result_quantity = 4
|
||||
@@ -861,6 +861,17 @@
|
||||
glass_name = "glass of watermelon juice"
|
||||
glass_desc = "Delicious juice made from watermelon."
|
||||
|
||||
/datum/reagent/drink/pineapplejuice
|
||||
name = "Pineapple Juice"
|
||||
id = "pineapplejuice"
|
||||
description = "From freshly canned pineapples."
|
||||
color = "#FFFF00"
|
||||
taste_description = "pineapple"
|
||||
|
||||
glass_icon_state = "lemonjuice"
|
||||
glass_name = "glass of pineapple juice"
|
||||
glass_desc = "What the hell is this?"
|
||||
|
||||
// Everything else
|
||||
|
||||
/datum/reagent/drink/milk
|
||||
|
||||
@@ -4724,6 +4724,15 @@
|
||||
nutriment_desc = list("hellfire" = 6)
|
||||
nutriment_amt = 24// 10 Chilis is a lot.
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/breakfast_wrap
|
||||
name = "breakfast wrap"
|
||||
desc = "Bacon, eggs, cheese, and tortilla grilled to perfection."
|
||||
icon_state = "breakfast_wrap"
|
||||
bitesize = 4
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
nutriment_desc = list("tortilla" = 6)
|
||||
nutriment_amt = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito_hell/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 9)
|
||||
@@ -4959,5 +4968,136 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/truffle
|
||||
name = "chocolate truffle"
|
||||
desc = "Rich bite-sized chocolate."
|
||||
icon_state = "truffle"
|
||||
nutriment_amt = 0
|
||||
bitesize = 4
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("coco", 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/truffle/random
|
||||
name = "mystery chocolate truffle"
|
||||
desc = "Rich bite-sized chocolate with a mystery filling!"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/random/Initialize()
|
||||
. = ..()
|
||||
var/reagent_string = pick(list("cream","cherryjelly","mint","frostoil","capsaicin","cream","coffee","milkshake"))
|
||||
reagents.add_reagent(reagent_string, 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon_flatbread
|
||||
name = "bacon cheese flatbread"
|
||||
desc = "Not a pizza."
|
||||
icon_state = "bacon_pizza"
|
||||
nutriment_desc = list("flatbread" = 5)
|
||||
nutriment_amt = 5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bacon_flatbread/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat_pocket
|
||||
name = "meat pocket"
|
||||
desc = "Meat and cheese stuffed in a flatbread pocket, grilled to perfection."
|
||||
icon_state = "meat_pocket"
|
||||
nutriment_desc = list("flatbread" = 3)
|
||||
nutriment_amt = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/meat_pocket/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/fish_taco
|
||||
name = "carp taco"
|
||||
desc = "A questionably cooked fish taco decorated with herbs, spices, and special sauce."
|
||||
icon_state = "fish_taco"
|
||||
nutriment_desc = list("flatbread" = 3)
|
||||
nutriment_amt = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/fish_taco/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("seafood",3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/nt_muffin
|
||||
name = "\improper NtMuffin"
|
||||
desc = "A NanoTrasen sponsered biscuit with egg, cheese, and sausage."
|
||||
icon_state = "nt_muffin"
|
||||
nutriment_desc = list("biscuit" = 3)
|
||||
nutriment_amt = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/nt_muffin/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein",5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineapple_ring
|
||||
name = "pineapple ring"
|
||||
desc = "What the hell is this?"
|
||||
icon_state = "pineapple_ring"
|
||||
nutriment_desc = list("sweetness" = 2)
|
||||
nutriment_amt = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineapple_ring/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("pineapplejuice",3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple
|
||||
name = "ham & pineapple pizza"
|
||||
desc = "One of the most debated pizzas in existence."
|
||||
icon_state = "pineapple_pizza"
|
||||
slice_path = /obj/item/weapon/reagent_containers/food/snacks/pineappleslice
|
||||
slices_num = 6
|
||||
center_of_mass = list("x"=16, "y"=11)
|
||||
nutriment_desc = list("pizza crust" = 10, "tomato" = 10, "ham" = 10)
|
||||
nutriment_amt = 30
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 4)
|
||||
reagents.add_reagent("cheese", 5)
|
||||
reagents.add_reagent("tomatojuice", 6)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineappleslice
|
||||
name = "ham & pineapple pizza slice"
|
||||
desc = "A slice of contraband."
|
||||
icon_state = "pineapple_pizza_slice"
|
||||
filling_color = "#BAA14C"
|
||||
bitesize = 2
|
||||
center_of_mass = list("x"=18, "y"=13)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pineappleslice/filled
|
||||
nutriment_desc = list("pizza crust" = 5, "tomato" = 5)
|
||||
nutriment_amt = 5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/baconburger
|
||||
name = "bacon burger"
|
||||
desc = "The cornerstone of every nutritious breakfast, now with bacon!"
|
||||
icon_state = "hburger"
|
||||
filling_color = "#D63C3C"
|
||||
center_of_mass = list("x"=16, "y"=11)
|
||||
nutriment_desc = list("bun" = 2)
|
||||
nutriment_amt = 3
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/baconburger/Initialize()
|
||||
reagents.add_reagent("protein", 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/blt
|
||||
name = "BLT"
|
||||
desc = "Bacon, lettuce, tomatoes. The perfect lunch."
|
||||
icon_state = "blt"
|
||||
filling_color = "#D63C3C"
|
||||
center_of_mass = list("x"=16, "y"=16)
|
||||
nutriment_desc = list("bread" = 4)
|
||||
nutriment_amt = 4
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/blt/Initialize()
|
||||
reagents.add_reagent("protein", 4)
|
||||
|
||||
|
||||
#undef NUTRIMENT_GOOD
|
||||
#undef NUTRIMENT_BAD
|
||||
|
||||
Reference in New Issue
Block a user