54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
/obj/effect/decal/festive
|
|
name = "Festive item!"
|
|
desc = "It fills you with holiday cheer."
|
|
icon = 'modular_citadel/code/modules/festive/festive_objects.dmi'
|
|
icon_state = "holly"
|
|
plane = -5 //makes the graffiti visible over a wall. I think
|
|
|
|
/obj/effect/decal/festive/holly
|
|
name = "Holly"
|
|
desc = "A prickly, yet cheerful flora laden with ripe berries of festive joy."
|
|
|
|
/obj/effect/decal/festive/fairylights
|
|
name = "Fairy lights"
|
|
desc = "A strand of smol glowing lights, almost as if the lights themselves were faries."
|
|
icon_state = "y_fairylights"
|
|
light_power = 1.6
|
|
light_range = 3
|
|
light_color = "#ffeeab"
|
|
|
|
/obj/effect/decal/festive/mistletoe
|
|
name = "Mistletoe"
|
|
desc = "A plant that causes 2 victims underneath to engage in a smooch!"
|
|
icon_state = "mistletoe"
|
|
|
|
/obj/effect/decal/festive/christmas_reef
|
|
name = "Christmas reef"
|
|
desc = "A ring reef of festive plants."
|
|
icon_state = "christmas_reef"
|
|
|
|
/obj/effect/decal/festive/green_stockings
|
|
name = "Green stockings"
|
|
desc = "3 wee booties out on a row, hoping for presents from the fat man's tow."
|
|
icon_state = "green_stockings"
|
|
|
|
/obj/effect/decal/festive/red_stockings
|
|
name = "Red stockings"
|
|
desc = "Santa seems to enjoy socks a lot, huh."
|
|
icon_state = "red_stockings"
|
|
|
|
/obj/effect/decal/festive/large_red_stocking
|
|
name = "Large red stocking"
|
|
desc = "A big hecking chonker of a sock, a braisen display of greed, or simply the sock of a large man?"
|
|
icon_state = "large_red_stocking"
|
|
|
|
/obj/effect/decal/festive/large_green_stocking
|
|
name = "Large green stocking"
|
|
desc = "They say his sock grew 3 sizes that day."
|
|
icon_state = "large_green_stocking"
|
|
|
|
/obj/effect/decal/festive/christmas_ivy_string
|
|
name = "Festive ivy"
|
|
desc = "In a recent study performed by the local university, it was found that ivy doesn't grow to live and thrive, but instead to spread festive cheer. You cannot help but feel the holiday spirit wrangle around you fantastically." //I am super tired and I wordswordswords
|
|
icon_state = "christmas_ivy_string"
|