adds the relevant things (#5402)

This commit is contained in:
Heretical Lizard
2022-12-17 18:59:53 -05:00
committed by GitHub
parent 98a9921c4f
commit 0113a34738
17 changed files with 115 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
//Ratvarian spear: A relatively fragile spear from the Celestial Derelict. Deals extreme damage to silicons and enemy cultists, but doesn't last long when summoned.
/obj/item/weapon/ratvarian_spear
name = "ratvarian spear"
desc = "A razor-sharp spear made of brass. It thrums with barely-contained energy."
icon = 'modular_chomp/icons/obj/clockwork_objects.dmi'
icon_state = "ratvarian_spear"
item_state = "ratvarian_spear"
item_icons = list(slot_l_hand_str = 'modular_chomp/icons/mob/items/clockwork_lefthand.dmi', slot_r_hand_str = 'modular_chomp/icons/mob/items/clockwork_righthand.dmi')
force = 20
throwforce = 30
armor_penetration = 10
sharp = TRUE
edge = TRUE
attack_verb = list("stabbed", "poked", "slashed")
hitsound = 'sound/weapons/bladeslice.ogg'
w_class = ITEMSIZE_HUGE