mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
/obj/effect/proc_holder/spell/targeted/touch/fake_disintegrate
|
|
name = "Disintegrate"
|
|
desc = "This spell charges your hand with vile energy that can be used to violently explode victims."
|
|
hand_path = "/obj/item/melee/touch_attack/fake_disintegrate"
|
|
|
|
school = "evocation"
|
|
charge_max = 600
|
|
clothes_req = 0
|
|
cooldown_min = 200 //100 deciseconds reduction per rank
|
|
|
|
action_icon_state = "gib" |