mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Add Lizard Food: a Taste of the Homeworld (#59412)
The aims of this commit are threefold: - To introduce lizard culture (based upon Common Core) in a tangible way. - Give some more variety of techniques and recipes to the chef and bartender. - To give some flavour (metaphorically and literally). 🆑 Inept, Coiax, AdipemDragon, YakumoChen add: The release of the new cookbook, "Tiziran Cooking: a Taste of the Homeworld" has brought Lizard food to the masses! Try out some new treats, like Moonfish, Nectar Larvae, and perhaps even Headcheese at the kitchen today! add: To coincide with the new popularity of Lizard cuisine, Nanotrasen now stocks seeds for Korta Nuts, a common ingredient in lizard cooking, in the Megaseed vendors. Botanists, you know what to do. add: A few Tiziran fish are also available for you aquaculture lovers out there. They all like saltwater! add: A few new snacks are also now available at the station's snack vendors, for those of you too lazy to visit the kitchen. /🆑 Co-authored-by: coiax <yellowbounder@gmail.com>
This commit is contained in:
@@ -146,6 +146,23 @@
|
||||
. = ..()
|
||||
AddElement(/datum/element/caltrop, min_damage = 3, max_damage = 6, probability = 70)
|
||||
|
||||
/obj/structure/flora/ash/seraka
|
||||
icon_state = "seraka_mushroom"
|
||||
name = "seraka mushrooms"
|
||||
desc = "A small cluster of seraka mushrooms. These must have come with the ashlizards."
|
||||
needs_sharp_harvest = FALSE
|
||||
harvested_name = "harvested seraka mushrooms"
|
||||
harvested_desc = "A couple of small seraka mushrooms, with the larger ones clearly having been recently removed. They'll grow back... eventually."
|
||||
harvest = /obj/item/food/grown/ash_flora/seraka
|
||||
harvest_amount_high = 6
|
||||
harvest_time = 25
|
||||
harvest_message_low = "You pluck a few choice tasty mushrooms."
|
||||
harvest_message_med = "You grab a good haul of mushrooms."
|
||||
harvest_message_high = "You hit the mushroom motherlode and make off with a bunch of tasty mushrooms."
|
||||
regrowth_time_low = 3000
|
||||
regrowth_time_high = 5400
|
||||
number_of_variants = 2
|
||||
|
||||
///Snow flora to exist on icebox.
|
||||
/obj/structure/flora/ash/chilly
|
||||
icon_state = "chilly_pepper"
|
||||
@@ -183,6 +200,7 @@
|
||||
pixel_y = base_pixel_y + rand(-4, 4)
|
||||
|
||||
/obj/item/food/grown/ash_flora/shavings //So we can't craft bowls from everything.
|
||||
grind_results = list(/datum/reagent/toxin/mushroom_powder = 5)
|
||||
|
||||
/obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
name = "mushroom leaf"
|
||||
@@ -212,6 +230,13 @@
|
||||
seed = /obj/item/seeds/lavaland/cactus
|
||||
wine_power = 50
|
||||
|
||||
/obj/item/food/grown/ash_flora/seraka
|
||||
name = "seraka cap"
|
||||
desc = "Small, deeply flavourful mushrooms originally native to Tizira."
|
||||
icon_state = "seraka_cap"
|
||||
seed = /obj/item/seeds/lavaland/seraka
|
||||
wine_power = 40
|
||||
|
||||
//SEEDS
|
||||
|
||||
/obj/item/seeds/lavaland
|
||||
@@ -318,6 +343,17 @@
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list(/datum/reagent/consumable/tinlux = 0.04, /datum/reagent/consumable/nutriment/vitamin = 0.02, /datum/reagent/drug/space_drugs = 0.02)
|
||||
|
||||
/obj/item/seeds/lavaland/seraka
|
||||
name = "pack of seraka mycelium"
|
||||
desc = "This mycelium grows into seraka mushrooms, a species of savoury mushrooms originally native to Tizira used in food and traditional medicine."
|
||||
icon_state = "mycelium-seraka"
|
||||
species = "seraka"
|
||||
plantname = "Seraka Mushrooms"
|
||||
product = /obj/item/food/grown/ash_flora/seraka
|
||||
genes = list(/datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/fire_resistance)
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
reagents_add = list(/datum/reagent/toxin/mushroom_powder = 0.1, /datum/reagent/medicine/coagulant/seraka_extract = 0.02)
|
||||
|
||||
//CRAFTING
|
||||
|
||||
/datum/crafting_recipe/mushroom_bowl
|
||||
|
||||
Reference in New Issue
Block a user