hey guys,
I have an issue on this trigger :
I just want to reset the armor of the unit as it's inital armor before the attack action.
Help please, my knowledges are not so good for this, i already tried find a solution but i simply can't...
Thanks !
I have an issue on this trigger :
-
Curse Tower Armor reduction 1
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Attacking unit)) Equal to Curse Tower 1
-
-
-
-
Actions
-
Set MaxArmorPercentage = (Min((Armor of (Triggering unit)), ((Armor of (Triggering unit)) x 1.00)))
-
Unit - Set Armor of (Attacked unit) to (MaxArmorPercentage - ((Armor of (Triggering unit)) x 0.01))
-
Wait 10.00 seconds
-
Unit - Set Armor of (Attacked unit) to MaxArmorPercentage
-
-
I just want to reset the armor of the unit as it's inital armor before the attack action.
Help please, my knowledges are not so good for this, i already tried find a solution but i simply can't...
Thanks !
Last edited: