Files
Paradise/code/datums/spells/fake_gib.dm
AnturK 568d289a67 Generic Action\Action Button System
This commit ports the GAABS from -tg-station13. The GAABS allows for
generic, movable, hud elements for spells, powers, and items.
2015-05-11 09:32:08 -07:00

17 lines
439 B
Plaintext

/obj/effect/proc_holder/spell/wizard/targeted/fake_gib
name = "Disintegrate"
desc = "This spell instantly kills somebody adjacent to you with the vilest of magick."
school = "conjuration"
charge_max = 20
clothes_req = 0
invocation = "EI NATH"
invocation_type = "shout"
range = -1
include_user = 1
cooldown_min = 5 //25 deciseconds reduction per rank
sparks_spread = 3
sparks_amt = 1
action_icon_state = "spell_disintegrate"