mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
// Pineapple!
|
|
/obj/item/seeds/pineapple
|
|
name = "pack of pineapple seeds"
|
|
desc = "Oooooooooooooh!"
|
|
icon_state = "seed-pineapple"
|
|
species = "pineapple"
|
|
plantname = "Pineapple Plant"
|
|
product = /obj/item/reagent_containers/food/snacks/grown/pineapple
|
|
lifespan = 40
|
|
endurance = 30
|
|
growthstages = 3
|
|
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
|
genes = list(/datum/plant_gene/trait/repeated_harvest)
|
|
mutatelist = list(/obj/item/seeds/apple)
|
|
reagents_add = list("vitamin" = 0.02, "nutriment" = 0.2, "water" = 0.04)
|
|
|
|
/obj/item/reagent_containers/food/snacks/grown/pineapple
|
|
seed = /obj/item/seeds/pineapple
|
|
name = "pineapples"
|
|
desc = "Blorble."
|
|
icon_state = "pineapple"
|
|
force = 4
|
|
throwforce = 8
|
|
hitsound = 'sound/weapons/bladeslice.ogg'
|
|
attack_verb = list("stung", "pined")
|
|
throw_speed = 1
|
|
throw_range = 5
|
|
slice_path = /obj/item/reagent_containers/food/snacks/pineappleslice
|
|
slices_num = 3
|
|
filling_color = "#F6CB0B"
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
foodtype = FRUIT | PINEAPPLE
|
|
tastes = list("pineapple" = 1)
|