mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] Adds a new rare mushroom: The odious puffball! (#7774)
* Adds a new rare mushroom: The odious puffball! (#60609) * Adds puffballs * Adds a new rare mushroom: The odious puffball! Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
@@ -200,6 +200,7 @@ GLOBAL_LIST_INIT(uncommon_loot, list(//uncommon: useful items
|
||||
/obj/item/plaque = 1,
|
||||
/obj/item/storage/box/clown = 1,
|
||||
/obj/item/seeds/kronkus = 1,
|
||||
/obj/item/seeds/odious_puffball = 1,
|
||||
) = 8,
|
||||
|
||||
list(//medical and chemicals
|
||||
|
||||
@@ -328,3 +328,32 @@
|
||||
. = ..()
|
||||
if(.)
|
||||
investigate_log("was planted by [key_name(user)] at [AREACOORD(user)]", INVESTIGATE_BOTANY)
|
||||
|
||||
/obj/item/seeds/odious_puffball
|
||||
name = "pack of odious pullball spores"
|
||||
desc = "These spores reek! Disgusting."
|
||||
icon_state = "seed-odiouspuffball"
|
||||
species = "odiouspuffball"
|
||||
growing_icon = 'icons/obj/hydroponics/growing_mushrooms.dmi'
|
||||
icon_grow = "odiouspuffball-grow"
|
||||
icon_dead = "odiouspuffball-dead"
|
||||
icon_harvest = "odiouspuffball-harvest"
|
||||
plantname = "Odious Puffballs"
|
||||
maturation = 3
|
||||
production = 8
|
||||
potency = 30
|
||||
instability = 65
|
||||
growthstages = 3
|
||||
product = /obj/item/food/grown/mushroom/odious_puffball
|
||||
genes = list(/datum/plant_gene/trait/smoke, /datum/plant_gene/trait/plant_type/fungal_metabolism, /datum/plant_gene/trait/squash)
|
||||
reagents_add = list(/datum/reagent/toxin/spore = 0.2, /datum/reagent/consumable/nutriment = 0.04)
|
||||
rarity = 35
|
||||
graft_gene = /datum/plant_gene/trait/smoke
|
||||
|
||||
/obj/item/food/grown/mushroom/odious_puffball
|
||||
seed = /obj/item/seeds/odious_puffball
|
||||
name = "odious puffball"
|
||||
desc = "<I>Lycoperdon Faetidus</I>: This puffball is considered a great nuisance not only because of the highly irritating nature of its spores, but also because of its considerable size and unsightly appearance."
|
||||
icon_state = "odious_puffball"
|
||||
tastes = list("rotten garlic" = 2, "mushroom" = 1, "spores" = 1)
|
||||
wine_power = 50
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user