How do i make a hero deal damage when striking from behind?
Im making a spell based on wind walk,but i want to make the hero deal damage only if he breaks stealth from behind. i made the base trigger,all i need is a condition for the backstab attack.
Im making a spell based on wind walk,but i want to make the hero deal damage only if he breaks stealth from behind. i made the base trigger,all i need is a condition for the backstab attack.
-
Rogue Stealth2
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Picked unit) has buff Stealth ) Equal to True
-
(I need the backstab condition here)
-
-
Actions
-
Unit - Order (Attacking unit) to damage (Attacked unit) for ((Real((Level of Stealth for (Triggering unit)))) x 50.00) using attack type Chaos and damage type Normal.
-
-