Files
CHOMPStation2/modular_chomp/code/modules/mining/tools.dm
2024-01-31 15:01:18 -05:00

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."