mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
adds the relevant things (#5402)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user