This commit is contained in:
Commandersand
2020-01-20 15:15:28 -06:00
parent cd48f1a152
commit a3f8233130
3 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -96,9 +96,9 @@
school = "evocation"
charge_max = 200
clothes_req = 1
invocation = "UN'LTD P'WAH"
invocation = "ZAP MUTHA'FUCKA"
invocation_type = "shout"
cooldown_min = 30
cooldown_min = 40
active_icon_state = "lightning"
base_icon_state = "lightning"
sound = 'sound/magic/lightningbolt.ogg'
@@ -112,12 +112,12 @@
name = "Fireball"
desc = "This spell fires a fireball at a target and does not require wizard garb."
school = "evocation"
charge_max = 60
charge_max = 100
clothes_req = 0
invocation = "ONI SOMA"
invocation_type = "shout"
range = 20
cooldown_min = 20 //10 deciseconds reduction per rank
cooldown_min = 20 //20 deciseconds reduction per rank
projectile_type = /obj/item/projectile/magic/aoe/fireball
base_icon_state = "fireball"
action_icon_state = "fireball0"
@@ -1,6 +1,8 @@
/obj/effect/proc_holder/spell/targeted/emplosion
name = "Emplosion"
desc = "This spell emplodes an area."
charge_max = 250
cooldown_min = 50
var/emp_heavy = 2
var/emp_light = 3
+2 -2
View File
@@ -2,9 +2,9 @@
name = "Tesla Blast"
desc = "Blast lightning at your foes!"
charge_type = "recharge"
charge_max = 300
charge_max = 270
clothes_req = 1
invocation = "UN'LTD P'WAH!"
invocation = "TSL'A L'OOSE!"
invocation_type = "shout"
range = 7
cooldown_min = 30