a (passive) spell that reduce damage

Status
Not open for further replies.
Level 8
Joined
Jul 22, 2008
Messages
331
.............

Devotion Aura... use this:
1. Create ability that does nothing (Let's say Ability_nothing);
2. Create Devotion Aura (Let's say Ability_something)
_Targets allowed: check only self
3. For both abilities set the same Icon and same Icon position.
4 Make a trigger:
  • Damage reducing
  • Events
    • Unit - Unit starts the effect of an ability
  • Conditions
    • Ability being cast equal to Ability_nothing
  • Actions
    • Unit - Remove Ability_nothing
    • Unit - Add Ability_something
    • Wait for 10 seconds
    • Unit - Remove Ability_something
    • Unit - Add Ability_nothing
It can work
 
Status
Not open for further replies.
Top