- Joined
- Apr 5, 2009
- Messages
- 728
-
Regen Aura
-
Events
- Unit - A unit Is attacked
-
Conditions
- ((Attacking unit) has buff Regen Aura [level 1]) Equal to True
- ((Attacking unit) has buff Regen Aura [level 2]) Equal to True
- ((Attacking unit) has buff Regen Aura [level 3]) Equal to True
-
Actions
- If (((Attacking unit) has buff Regen Aura [level 1]) Equal to True) then do (Set LeveL = 1) else do (Do nothing)
- If (((Attacking unit) has buff Regen Aura [level 2]) Equal to True) then do (Set LeveL = 2) else do (Do nothing)
- If (((Attacking unit) has buff Regen Aura [level 3]) Equal to True) then do (Set LeveL = 3) else do (Do nothing)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (LeveL x 4) 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(LeveL)) x 15.00))
- Special Effect - Create a special effect attached to the origin of (Attacking unit) using Abilities\Spells\Human\Resurrect\ResurrectTarget.mdl
- Else - Actions
-
If - Conditions
-
Events