mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Lizard Food: a Taste of the Homeworld (#6281)
* Lizard Food: a Taste of the Homeworld * Mirror! Co-authored-by: EOBGames <58124831+EOBGames@users.noreply.github.com> Co-authored-by: Funce <funce.973@gmail.com>
This commit is contained in:
co-authored by
EOBGames
Funce
parent
a47bdf6034
commit
75b3b2bc8b
@@ -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"
|
||||
@@ -186,6 +203,7 @@
|
||||
special_desc_requirement = EXAMINE_CHECK_JOB //SKYRAT EDIT
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "You feel this flora would be unwise to consume while already full." //SKYRAT EDIT
|
||||
grind_results = list(/datum/reagent/toxin/mushroom_powder = 5)
|
||||
|
||||
/obj/item/food/grown/ash_flora/mushroom_leaf
|
||||
name = "mushroom leaf"
|
||||
@@ -227,6 +245,13 @@
|
||||
special_desc_jobs = list("Botanist") //SKYRAT EDIT
|
||||
special_desc = "This flora is very nutritious and medicinal." //SKYRAT EDIT
|
||||
|
||||
/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
|
||||
@@ -333,6 +358,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