[DNM] holster stuff, doesn't work yet

This commit is contained in:
David Winters
2021-04-03 22:25:03 -04:00
parent 9be5b90306
commit be762a81ed
3 changed files with 50 additions and 1 deletions
@@ -0,0 +1,16 @@
/obj/item/weapon/melee/rapier
name = "rapier"
desc = "A gleaming steel blade with a gold handguard and inlayed with an outstanding red gem."
icon = 'icons/obj/weapons_vr.dmi'
icon_state = "rapier"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi',
)
force = 25
throwforce = 10
w_class = ITEMSIZE_NORMAL
sharp = 1
edge = 0
attack_verb = list("stabbed", "lunged at", "dextrously struck", "sliced", "lacerated", "impaled", "diced", "charioted")
hitsound = 'sound/weapons/bladeslice.ogg'