A simple trigger debuff
would this trigger work with 2 players?
-
HammerTrow
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to |cff3399ffHammer Trow|r
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
uhm i got dummy unit but what spell can debuff ? or how
-
-
would this trigger work with 2 players?
-
Holly Blessing
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to |cfff0e68cHolly blessing|r
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
Set HollyblessHP = (Integer((Life of (Triggering unit))))
-
Unit - Set life of (Triggering unit) to ((Real(HollyblessHP)) x 1.50)
-
Wait 20.00 seconds
-
Set HollyblessHPafter = (Integer((Life of (Triggering unit))))
-
Unit - Set life of (Triggering unit) to ((Real(HollyblessHPafter)) - ((Real(HollyblessHP)) / 1.50))
-
-