This trigger is the damage part of my spell, and is initially off
LTarget = target point of ability being cast
-
Laser Damage
-
Events
-
Time - Every 0.60 seconds of game time
-
-
Conditions
-
Actions
-
Set LaserDmgGrp = (Units within 600.00 of LTarget matching (((Matching unit) belongs to an enemy of (Owner of LCaster)) Equal to True))
-
Unit Group - Pick every unit in LaserDmgGrp and do (Actions)
-
Loop - Actions
-
Unit - Cause LCaster to damage (Picked unit), dealing (300.00 + ((Real((Level of Laser Laser for LCaster))) x (Real((Agility of LCaster (Exclude bonuses)))))) damage of attack type Magic and damage type Normal
-
-
-
Custom script: call DestroyGroup (udg_LaserDmgGrp)
-
-
LTarget = target point of ability being cast