- Joined
- Jul 22, 2021
- Messages
- 65
Hello,
so as title says I want the "Defend" ability to activate bonus armor when it's active.
What I did to make it work:
so as title says I want the "Defend" ability to activate bonus armor when it's active.
What I did to make it work:
- added "Armor Bonus" ability based on Devotion Aura (but works only on self);
- disabled said ability at the start of the game;
- when Defend is being used it enables Armor Bonus ability;
- if Defend is being used again it disables armor ability.
-
Defend On
-
Events
-
Unit - Footman Scout (Melee Stance) 0022 <gen> Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Defend
-
-
Actions
-
Player - Enable Armor Bonus for Player 2 (Blue)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on Defend Off <gen>
-
-
-
Defend Off
-
Events
-
Unit - Footman Scout (Melee Stance) 0022 <gen> Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Defend
-
-
Actions
-
Player - Disable Armor Bonus for Player 2 (Blue)
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on Defend On <gen>
-
-