- Joined
- Aug 15, 2012
- Messages
- 318
I made this close to what I did with thunder stomp but I did it wrong does no noticable damage if anyone has some insight id appreaciate it ima fiddle with the spell till its working
-
Frost Nova Cast
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Frozen Nova
-
Actions
- Set Frost_loc = (Position of (Triggering unit))
- Set Frost_group = (Units within 400.00 of loc matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and ((((Matching unit) is A ground unit) Equal to True) and (((Matching unit) is alive) Equal to True))))
-
Unit Group - Pick every unit in group and do (Actions)
-
Loop - Actions
- Set RealDmg = (Real((Intelligence of (Casting unit) (Include bonuses))))
- Unit - Cause (Triggering unit) to damage (Picked unit), dealing (RealDmg x (2.00 x (Real((Level of (Ability being cast) for (Triggering unit)))))) damage of attack type Spells and damage type Cold
-
Loop - Actions
- Custom script: call RemoveLocation(udg_Frost_loc)
- Custom script: call DestroyGroup(udg_Frost_group)
-
Events