Updates Fake Disintegrate and Spell Icons

This commit is contained in:
Fox-McCloud
2016-02-10 00:01:37 -05:00
parent 5abc032317
commit 5f2b5f1fde
6 changed files with 27 additions and 18 deletions
+7 -13
View File
@@ -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"
+1 -1
View File
@@ -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)
+1 -3
View File
@@ -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"