mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
/obj/item/melee/cullingcane
|
|
name = "culling cane"
|
|
defend_chance = 15 // The base chance for the weapon to parry.
|
|
projectile_parry_chance = 15
|
|
sharp = TRUE
|
|
edge = TRUE
|
|
w_class = ITEMSIZE_LARGE
|
|
slot_flags = SLOT_BACK
|
|
force = 35
|
|
attack_verb = list("attacked", "chopped", "cleaved", "torn", "cut")
|
|
can_cleave = TRUE
|
|
icon_state = "scythe0"
|