- Joined
- Dec 2, 2016
- Messages
- 733
This tower is unique, it can only do X damage to lets say a certain hero while against a certain type of ground unit it can do 5x the base damage.
I triggered it
This trigger doesn't seem to work with that ability. How can I make this work?
I triggered it
-
Wall tower frenchman damage
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Attacking unit)) Equal to Wall Tower
-
(Unit-type of (Triggering unit)) Equal to Frenchman
-
-
Then - Actions
-
Unit - Set life of (Triggering unit) to ((Percentage life of (Triggering unit)) - 1000.00)
-
-
Else - Actions
-
-
-
This trigger doesn't seem to work with that ability. How can I make this work?