Files
VOREStation/code/game/objects/items/toys_vr.dm
T
2020-05-14 22:11:01 -04:00

63 lines
2.1 KiB
Plaintext

/obj/item/toy/plushie/lizardplushie
name = "lizard plushie"
desc = "An adorable stuffed toy that resembles a lizardperson."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_lizard"
attack_verb = list("clawed", "hissed", "tail slapped")
/obj/item/toy/plushie/lizardplushie/kobold
name = "kobold plushie"
desc = "An adorable stuffed toy that resembles a kobold."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "kobold"
pokephrase = "Wehhh!"
drop_sound = 'sound/voice/weh.ogg'
attack_verb = list("raided", "kobolded", "weh'd")
/obj/item/toy/plushie/slimeplushie
name = "slime plushie"
desc = "An adorable stuffed toy that resembles a slime. It is practically just a hacky sack."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_slime"
attack_verb = list("blorbled", "slimed", "absorbed", "glomped")
gender = FEMALE //given all the jokes and drawings, I'm not sure the xenobiologists would make a slimeboy
/obj/item/toy/plushie/box
name = "cardboard plushie"
desc = "A toy box plushie, it holds cotten. Only a baddie would place a bomb through the postal system..."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "box"
attack_verb = list("open", "closed", "packed", "hidden", "rigged", "bombed", "sent", "gave")
/obj/item/toy/plushie/borgplushie
name = "robot plushie"
desc = "An adorable stuffed toy of a robot."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "securityk9"
attack_verb = list("beeped", "booped", "pinged")
/obj/item/toy/plushie/borgplushie/medihound
icon_state = "medihound"
/obj/item/toy/plushie/borgplushie/scrubpuppy
icon_state = "scrubpuppy"
/obj/item/toy/plushie/foxbear
name = "toy fox"
desc = "Issa fox!"
icon = 'icons/obj/toy_vr.dmi'
icon_state = "fox"
/obj/item/toy/plushie/nukeplushie
name = "operative plushie"
desc = "A stuffed toy that resembles a syndicate nuclear operative. The tag claims operatives to be purely fictitious."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_nuke"
attack_verb = list("shot", "nuked", "detonated")
/obj/item/toy/plushie/otter
name = "otter plush"
desc = "A perfectly sized snuggable river weasel! Keep away from Clams."
icon = 'icons/obj/toy_vr.dmi'
icon_state = "plushie_otter"