mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-04 11:32:22 +01:00
This commit ports the GAABS from -tg-station13. The GAABS allows for generic, movable, hud elements for spells, powers, and items.
17 lines
439 B
Plaintext
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" |