mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Finally, peas for the whole station. (#1462)
* Finally, peas for the whole station. (#54573) This PR brings three new plants, and 6 new food recipes into being. This is a combined port of Citadel-Station-13/Citadel-Station-13#12211 and Citadel-Station-13/Citadel-Station-13#12510, along with the fixes made along the way. Laugh Peas contains 7% Laughter. World Peas contains 10% Pax and Happiness, but takes at least 21 cycles to bear a harvest, by having a maturation time of 20. Salad of Eden contains 3 units of Earthsblood, 5 units of Omnizine, and 2 units of Happiness, but requires one of every ambrosia leaf, as well as a world pea. Credits to TripleZeta for the base peas sprite, and Stewydeadmike for the Laugh, World, and food sprites. Without them, the peas would have remained an ideasguy sort of deal. * Finally, peas for the whole station. Co-authored-by: TheObserver-sys <58029438+TheObserver-sys@users.noreply.github.com>
This commit is contained in:
co-authored by
TheObserver-sys
parent
ff4427ca46
commit
44f1877b18
@@ -49,6 +49,14 @@
|
||||
tastes = list("fish" = 1, "chips" = 1)
|
||||
foodtypes = MEAT | VEGETABLES | FRIED
|
||||
|
||||
/obj/item/food/fishfry
|
||||
name = "fish fry"
|
||||
desc = "All that and no bag of chips..."
|
||||
icon_state = "fishfry"
|
||||
food_reagents = list (/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/nutriment/vitamin = 3)
|
||||
tastes = list("fish" = 1, "pan seared vegtables" = 1)
|
||||
foodtypes = MEAT | VEGETABLES | FRIED
|
||||
|
||||
////////////////////////////////////////////MEATS AND ALIKE////////////////////////////////////////////
|
||||
|
||||
/obj/item/food/tofu
|
||||
|
||||
@@ -107,6 +107,22 @@
|
||||
tastes = list("rice" = 1, "egg" = 1)
|
||||
foodtypes = GRAIN | MEAT //EGG = MEAT -NinjaNomNom 2017
|
||||
|
||||
/obj/item/food/salad/edensalad
|
||||
name = "\improper Salad of Eden"
|
||||
desc = "A salad brimming with untapped potential."
|
||||
icon_state = "edensalad"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 7, /datum/reagent/consumable/nutriment/vitamin = 5, /datum/reagent/medicine/earthsblood = 3, /datum/reagent/medicine/omnizine = 5, /datum/reagent/drug/happiness = 2)
|
||||
tastes = list("extreme bitterness" = 3, "hope" = 1)
|
||||
foodtypes = VEGETABLES
|
||||
|
||||
/obj/item/food/salad/gumbo
|
||||
name = "black eyed gumbo"
|
||||
desc = "A spicy and savory meat and rice dish."
|
||||
icon_state = "gumbo"
|
||||
food_reagents = list(/datum/reagent/consumable/capsaicin = 2, /datum/reagent/consumable/nutriment/vitamin = 3, /datum/reagent/consumable/nutriment = 5)
|
||||
tastes = list("building heat" = 2, "savory meat and vegtables" = 1)
|
||||
foodtypes = GRAIN | MEAT | VEGETABLES
|
||||
|
||||
|
||||
/obj/item/reagent_containers/glass/bowl
|
||||
name = "bowl"
|
||||
|
||||
@@ -253,3 +253,11 @@
|
||||
desc = "A bowl of mushy bread and milk. It reminds you, not too fondly, of a bowel movement."
|
||||
icon_state = "mammi"
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 11, /datum/reagent/consumable/nutriment/vitamin = 2)
|
||||
|
||||
/obj/item/food/soup/peasoup
|
||||
name = "pea soup"
|
||||
desc = "A humble split pea soup."
|
||||
icon_state = "peasoup"
|
||||
food_reagents = list (/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 5, /datum/reagent/medicine/oculine = 2)
|
||||
tastes = list("creamy peas"= 2, "parsnip" = 1)
|
||||
foodtypes = VEGETABLES
|
||||
|
||||
Reference in New Issue
Block a user