So I am trying to have an ability that is like thorns, but instead of an aura its castable so it has a duration.
I thought of an idea to add it, but removing it is the hard part.
So to add it I basically just have an autocast ability like inner fire that does technically nothing, but a trigger that says when you finish casting the ability add my "Thorns abilty" to the unit. The problem is how would I remove it when my "fake inner fire" buff ends
(I don't think it matters but it is still an aura for the duration, and its technically thorns and elunes grace)
I am trying to create a buff you place on yourself, that gives an aura to reflect melee/ranged/spell dmg for a short period of time
I thought of an idea to add it, but removing it is the hard part.
So to add it I basically just have an autocast ability like inner fire that does technically nothing, but a trigger that says when you finish casting the ability add my "Thorns abilty" to the unit. The problem is how would I remove it when my "fake inner fire" buff ends
(I don't think it matters but it is still an aura for the duration, and its technically thorns and elunes grace)
-
Untitled Trigger 004
-
Events
-
Time - Every 0.10 seconds of game time
-
-
Conditions
-
((Triggering unit) has buff Dummy Reflect ) Equal to False
-
-
Actions
-
Unit - Remove Reflect from (Triggering unit)
-
-
I am trying to create a buff you place on yourself, that gives an aura to reflect melee/ranged/spell dmg for a short period of time