mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
18 lines
489 B
Plaintext
18 lines
489 B
Plaintext
/obj/item/weapon/kinetic_crusher/glaive
|
|
name = "kinetic glaive"
|
|
icon_state = "crusher-glaive"
|
|
force = 20
|
|
detonation_damage = 20 // 40
|
|
backstab_bonus = 30 // 60
|
|
reach = 2
|
|
slot_flags = SLOT_BELT
|
|
w_class = ITEMSIZE_NORMAL
|
|
|
|
/obj/item/weapon/pickaxe/anamolous
|
|
name = "strange pickaxe"
|
|
icon_state = "ppickaxe"
|
|
item_state = "ppickaxe"
|
|
digspeed = 2
|
|
throwforce = 25.0
|
|
origin_tech = list(TECH_MATERIAL = 3)
|
|
desc = "This oddly lightweight pickaxe seems rather sturdy." |