mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 23:51:43 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
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, "plantmatter" = 0.2, "water" = 0.04)
|
|
|
|
/obj/item/reagent_containers/food/snacks/grown/pineapple
|
|
seed = /obj/item/seeds/pineapple
|
|
name = "pineapple"
|
|
desc = "A soft sweet interior surrounded by a spiky skin."
|
|
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
|
|
tastes = list("pineapple" = 1)
|
|
wine_power = 0.4
|