More flatbread recipies and a pizza for ethereals (#70837)

## About The Pull Request

This PR adds in 6 new flatbread recipes that are a mixture of more
"traditional style" recipes that would have already existed and some new
ones that reflect the space station living lifestyle.


![dreamseeker_DNeiks8OgW](https://user-images.githubusercontent.com/116288367/198377608-c0f7a1d1-6d24-4fbc-9b89-ff2c528ace51.png)

Pictured from left to right is a bee larva and jellyfish flatbread
(stinging), raw meat flatbread (meatlovers), cucumber and egg with liver
flatbread (zmorgast, named after Smörgåstårta), fish and bbq sauce
flatbread (BBQ fish), tomato, mushroom, and oil flatbread (mushroom and
tomato), and korta nut flour and milk flatbread (nuffy).

It also features one additional pizza that can only be eaten by
Ethereals, because I think it is funny when Ethereals eat.

![dreamseeker_UU9Za4XLo8](https://user-images.githubusercontent.com/116288367/198377738-d2be39e1-b471-4967-a85c-bacc2f8aea0d.png)

It is made out of two batteries and flatdough.

## Why It's Good For The Game

Generally, this is to add more support as a cook who only makes pizzas
and flatbreads for the crew. As there are only three flatbreads. the
options for such a pizza focused chef who wants to feed any lizards is
pretty low, and then some of those require out of the way ingredients or
additional cooking. This offers a bit more variety to flatbreads
including some with overlapping ingredients to things that you might
already have your hands on if you want to go all in on Pizzacraft. The
ethereal pizza is just a bonus and so that all of the roundstart species
can have a slice now.

## Changelog

🆑
add: Added 6 new flatbreads and their associated recipes
add: Added 1 new pizza for ethereals
/🆑
This commit is contained in:
Sol N
2022-11-04 01:26:30 -07:00
committed by GitHub
parent afcf7b8903
commit 69cd1b600f
7 changed files with 159 additions and 1 deletions
+60
View File
@@ -412,6 +412,66 @@
foodtypes = VEGETABLES | MEAT | NUTS | GORE
boxtag = "Imperial Victory Flatbread"
/obj/item/food/pizza/rawmeat_flatbread
name = "meatlovers flatbread"
desc = "Oddly enough, this Tiziran dish is actually a favorite of some health-minded humans."
icon = 'icons/obj/food/lizard.dmi'
icon_state = "rawmeat_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 15, /datum/reagent/consumable/nutriment/protein = 10)
tastes = list("bread" = 1, "meat" = 1,)
slice_type = null
foodtypes = MEAT | NUTS | RAW | GORE
/obj/item/food/pizza/stinging_flatbread
name = "\improper Stinging flatbread"
desc = "The electric mix of jellyfish and bee larva makes for a flavor sensation that leaves you asking for more!"
icon = 'icons/obj/food/lizard.dmi'
icon_state = "stinging_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 15, /datum/reagent/consumable/nutriment/protein = 20, /datum/reagent/consumable/honey = 2)
tastes = list("bread" = 1, "sweetness" = 1, "stinging" = 1, "slime" = 1,)
slice_type = null
foodtypes = BUGS | NUTS | SEAFOOD | GORE
/obj/item/food/pizza/zmorgast_flatbread // Name is based off of the Swedish dish Smörgåstårta
name = "\improper Zmorgast flatbread"
desc = "A Tiziran spin on the original Swedish sandwich cake, the Zmorgast is a common dish at family gatherings."
icon = 'icons/obj/food/lizard.dmi'
icon_state = "zmorgast_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 16, /datum/reagent/consumable/nutriment/protein = 6, /datum/reagent/consumable/nutriment/vitamin = 6)
tastes = list("bread" = 1, "liver" = 1, "family" = 1,)
slice_type = null
foodtypes = VEGETABLES | NUTS | MEAT
/obj/item/food/pizza/fish_flatbread
name = "\improper BBQ fish flatbread"
desc = "Superengine delamination, clown ops, too cold outside, I just want to grill for Tizira's sake!"
icon = 'icons/obj/food/lizard.dmi'
icon_state = "fish_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 20, /datum/reagent/consumable/nutriment/protein = 15, /datum/reagent/consumable/bbqsauce = 2)
tastes = list("bread" = 1, "fish" = 1,)
slice_type = null
foodtypes = SEAFOOD | NUTS
/obj/item/food/pizza/mushroom_flatbread
name = "mushroom and tomato flatbread"
desc = "A simple alternative to the Italic flatbread, for when you've already filled up on meat elsewhere."
icon = 'icons/obj/food/lizard.dmi'
icon_state = "mushroom_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 18, /datum/reagent/consumable/nutriment/vitamin = 5)
tastes = list("bread" = 1, "mushroom" = 1, "tomatoes" = 1,)
slice_type = null
foodtypes = VEGETABLES | NUTS
/obj/item/food/pizza/nutty_flatbread
name = "nut paste flatbread"
desc = "Modern advances in cuisine now allow for a double helping of the delicious taste of korta nuts, both as the base and as a topping on this flatbread."
icon = 'icons/obj/food/lizard.dmi'
icon_state = "nutty_flatbread"
food_reagents = list(/datum/reagent/consumable/nutriment = 20)
tastes = list("bread" = 1, "nuts" = 2,)
slice_type = null
foodtypes = NUTS
//Sandwiches/Toast Dishes
/obj/item/food/emperor_roll
name = "emperor roll"
+27
View File
@@ -363,3 +363,30 @@
food_reagents = list(/datum/reagent/ants = 5, /datum/reagent/consumable/nutriment/protein = 2)
tastes = list("crust" = 1, "tomato" = 1, "cheese" = 1, "insects" = 1)
foodtypes = GRAIN | VEGETABLES | DAIRY | BUGS
// Ethereal Pizza, for when they want a slice
/obj/item/food/pizza/energy
name = "energy pizza"
desc = "You could probably power a RIPLEY with this. You should avoid eating this if you aren't an Ethereal."
icon_state ="energypizza"
food_reagents = list(/datum/reagent/consumable/nutriment = 18, /datum/reagent/consumable/liquidelectricity/enriched = 18)
tastes = list("pure electricity" = 4, "pizza" = 2)
slice_type = /obj/item/food/pizzaslice/energy
foodtypes = TOXIC
/obj/item/food/pizza/energy/raw
name = "raw energy pizza"
icon_state = "energypizza_raw"
foodtypes = TOXIC
burns_in_oven = FALSE
slice_type = null
/obj/item/food/pizza/energy/raw/MakeBakeable()
AddComponent(/datum/component/bakeable, /obj/item/food/pizza/energy, rand(70 SECONDS, 80 SECONDS), TRUE, TRUE)
/obj/item/food/pizzaslice/energy
name = "energy pizza slice"
desc = "You're thinking about using this to power your modsuit. You should avoid eating this if you aren't an Ethereal."
icon_state ="energypizzaslice"
tastes = list("pure electricity" = 4, "pizza" = 2)
foodtypes = TOXIC
+2 -1
View File
@@ -183,7 +183,8 @@
/obj/item/food/pizza/dank = 7,
/obj/item/food/pizza/sassysage = 10,
/obj/item/food/pizza/pineapple = 10,
/obj/item/food/pizza/arnold = 3
/obj/item/food/pizza/arnold = 3,
/obj/item/food/pizza/energy = 5
) //weighted by chance to disrupt eaters' rounds
for(var/obj/item/pizzabox/P in C)
@@ -262,6 +262,67 @@
result = /obj/item/food/pizza/imperial_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/rawmeat_flatbread
name = "Meatlovers flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/obj/item/food/meat/slab = 1
)
result = /obj/item/food/pizza/rawmeat_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/stinging_flatbread
name = "Stinging flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/obj/item/food/larvae = 1,
/obj/item/food/canned_jellyfish = 1
)
result = /obj/item/food/pizza/stinging_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/zmorgast_flatbread
name = "Zmorgast flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/obj/item/food/grown/cucumber = 2,
/obj/item/food/egg = 1,
/obj/item/organ/internal/liver = 1
)
result = /obj/item/food/pizza/zmorgast_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/fish_flatbread
name = "BBQ fish flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/obj/item/food/fishmeat = 2,
/datum/reagent/consumable/bbqsauce = 5
)
result = /obj/item/food/pizza/fish_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/mushroom_flatbread
name = "Mushroom and tomato flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/obj/item/food/grown/tomato = 1,
/obj/item/food/grown/mushroom = 3,
/datum/reagent/consumable/quality_oil = 3
)
result = /obj/item/food/pizza/mushroom_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/nutty_flatbread
name = "Nut paste flatbread"
reqs = list(
/obj/item/food/root_flatbread = 1,
/datum/reagent/consumable/korta_flour = 5,
/datum/reagent/consumable/korta_milk = 5
)
result = /obj/item/food/pizza/nutty_flatbread
subcategory = CAT_LIZARD
/datum/crafting_recipe/food/emperor_roll
name = "Emperor roll"
reqs = list(
@@ -110,3 +110,12 @@
)
result = /obj/item/food/pizzaslice/ants
subcategory = CAT_PIZZA
/datum/crafting_recipe/food/energypizza
name = "Energy pizza"
reqs = list(
/obj/item/food/flatdough = 1,
/obj/item/stock_parts/cell = 2,
)
result = /obj/item/food/pizza/energy/raw
subcategory = CAT_PIZZA
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB