mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
|
|
/obj/item/gun/magic/firestaff
|
|
name = "flaming staff"
|
|
desc = "A long, everburning torch."
|
|
icon = 'icons/obj/wizard.dmi'
|
|
icon_state = "staffoffire"
|
|
item_state = "staff"
|
|
fire_sound = 'sound/weapons/emitter.ogg'
|
|
w_class = ITEMSIZE_HUGE
|
|
checks_antimagic = TRUE
|
|
max_charges = 6
|
|
charges = 0
|
|
recharge_rate = 4
|
|
charge_tick = 0
|
|
can_charge = TRUE
|
|
|
|
projectile_type = /obj/item/projectile/energy/fireball
|