- Joined
- Jul 30, 2012
- Messages
- 93
-
HeartStrike
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Chaos Strike-[Q]
-
Actions
- Set HS_Boolean = True
- Special Effect - Create a special effect attached to the hand,left of (Triggering unit) using Abilities\Weapons\PhoenixMissile\Phoenix_Missile.mdl
- Set HS_Special = (Last created special effect)
- Wait 8.00 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- HS_Boolean Equal to True
-
Then - Actions
- Set HS_Boolean = False
- Special Effect - Destroy HS_Special
- Else - Actions
-
If - Conditions
-
Events
-
HeartStrike loop
-
Events
- Unit - A unit Is attacked
-
Conditions
- (Unit-type of (Damage source)) Equal to Red Chaos
- HS_Boolean Equal to True
-
Actions
- Set HS_Boolean = False
- Unit - Cause (Damage source) to damage (Triggering unit), dealing (50.00 x (30.00 x (Real((Level of Chaos Strike-[Q] for (Triggering unit)))))) damage of attack type Magic and damage type Magic
- Unit - Create 1 Dummy
- Unit - Order slow...
-
Events
Does anyone know where i'm wrong ?
Thank you!