mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Updates Fake Disintegrate and Spell Icons
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
/obj/effect/proc_holder/spell/targeted/fake_gib
|
||||
/obj/effect/proc_holder/spell/targeted/touch/fake_disintegrate
|
||||
name = "Disintegrate"
|
||||
desc = "This spell instantly kills somebody adjacent to you with the vilest of magick."
|
||||
desc = "This spell charges your hand with vile energy that can be used to violently explode victims."
|
||||
hand_path = "/obj/item/weapon/melee/touch_attack/fake_disintegrate"
|
||||
|
||||
school = "conjuration"
|
||||
charge_max = 20
|
||||
school = "evocation"
|
||||
charge_max = 600
|
||||
clothes_req = 0
|
||||
invocation = "EI NATH"
|
||||
invocation_type = "shout"
|
||||
range = -1
|
||||
include_user = 1
|
||||
cooldown_min = 5 //25 deciseconds reduction per rank
|
||||
cooldown_min = 200 //100 deciseconds reduction per rank
|
||||
|
||||
sparks_spread = 3
|
||||
sparks_amt = 1
|
||||
|
||||
action_icon_state = "spell_disintegrate"
|
||||
action_icon_state = "gib"
|
||||
@@ -14,7 +14,7 @@
|
||||
selection_type = "range"
|
||||
var/list/compatible_mobs = list(/mob/living/carbon/human)
|
||||
|
||||
action_icon_state = "spell_horse"
|
||||
action_icon_state = "barn"
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/horsemask/cast(list/targets, mob/user = usr)
|
||||
if(!targets.len)
|
||||
|
||||
@@ -85,8 +85,6 @@
|
||||
emp_heavy = 6
|
||||
emp_light = 10
|
||||
|
||||
action_icon_state = "tech"
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/turf_teleport/blink
|
||||
name = "Blink"
|
||||
desc = "This spell randomly teleports you a short distance."
|
||||
@@ -144,7 +142,7 @@
|
||||
summon_type = list("/obj/effect/forcefield")
|
||||
summon_lifespan = 300
|
||||
|
||||
action_icon_state = "spell_forcewall"
|
||||
action_icon_state = "shield"
|
||||
|
||||
/obj/effect/proc_holder/spell/aoe_turf/conjure/timestop
|
||||
name = "Stop Time"
|
||||
|
||||
Reference in New Issue
Block a user