Hello guys I have thought about an ability that will suit for a Tank Hero, something that will reduce all incoming damages to him by 50% for 7 seconds. Also that will support multiple levels, for example on level 1 reduces all damage by 10%, 15% on level 2 and 20% on level 3.
I tried putting negative value to reduce the damage, I hope its right
. I just don't know how make it support multiple levels.
-
Defensive Stance
-
Events
-
Game - PDD_damageEventTrigger becomes Equal to 0.00
-
-
Conditions
-
(PDD_target has buff Defensive Stance) Equal to True
-
-
Actions
-
Set PDD_amount = (PDD_amount x -0.10)
-
-
