- Joined
- Apr 22, 2009
- Messages
- 165
-
Telikinetic Helaing Aura
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
((Attacking unit) has buff Telikinetic Healing Aura (Level 1) ) Equal to True
-
((Attacking unit) has buff Telikinetic Healing Aura (Level 2) ) Equal to True
-
((Attacking unit) has buff Telikinetic Healing Aura (Level 3) ) Equal to True
-
-
-
-
Actions
-
If (((Attacking unit) has buff Telikinetic Healing Aura (Level 1) ) Equal to True) then do (Set TelikineticHealingAura = 1) else do (Do nothing)
-
If (((Attacking unit) has buff Telikinetic Healing Aura (Level 2) ) Equal to True) then do (Set TelikineticHealingAura = 2) else do (Do nothing)
-
If (((Attacking unit) has buff Telikinetic Healing Aura (Level 3) ) Equal to True) then do (Set TelikineticHealingAura = 3) else do (Do nothing)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TelikineticHealingAura Greater than or equal to (Random integer number between 1 and 100)
-
-
Then - Actions
-
Unit - Set life of (Attacking unit) to ((Life of (Attacking unit)) + ((Real(TelikineticHealingAura)) x 10.00))
-
Unit - Set mana of (Attacking unit) to ((Mana of (Attacking unit)) + ((Real(TelikineticHealingAura)) x 10.00))
-
-
Else - Actions
-
Do nothing
-
-
-
-