Alexis's ancient wand

The approved application: https://forum.vore-station.net/viewtopic.php?f=26&t=1108 (It also has the images, sound and code)
This commit is contained in:
Stobarico
2017-09-17 20:04:48 -03:00
parent 522b7229ff
commit e1b4e0dff8
4 changed files with 17 additions and 0 deletions

View File

@@ -606,7 +606,24 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
desc = "An elaborately made custom walking stick with a dark wooding core, a crimson red gemstone on its head and a steel cover around the bottom. you'd probably hear someone using this down the hall."
icon = 'icons/vore/custom_items_vr.dmi'
//Stobarico - Alexis Bloise
/obj/item/weapon/cane/wand
name = "cane"
desc = "A cane used by a true gentlemen. Or a clown."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "alexiswand"
item_icons = list (slot_r_hand_str = 'icons/vore/custom_items_vr.dmi', slot_l_hand_str = 'icons/vore/custom_items_vr.dmi')
item_state_slots = list(slot_r_hand_str = "alexiswandmob_r", slot_l_hand_str = "alexiswandmob_l")
flags = CONDUCT
force = 1.0
throwforce = 2.0
w_class = ITEMSIZE_SMALL
matter = list(DEFAULT_WALL_MATERIAL = 50)
attack_verb = list("sparkled", "whacked", "twinkled", "radiated", "dazzled", "zapped")
hitsound = 'sound/weapons/sparkle.ogg'
/obj/item/weapon/cane/wand/attack_self(mob/user)
playsound(loc, 'sound/weapons/sparkle.ogg', 50, 1)
/obj/item/device/fluff/id_kit_ivy
name = "Holo-ID reprinter"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
sound/weapons/sparkle.ogg Normal file

Binary file not shown.