- Joined
- Dec 2, 2016
- Messages
- 733
This this ability grounded, when the chainlightning is casted. It applies the 'grounded' ability shortly after. When this buff is applied chain lightning does 60% less damage.
This trigger works for maybe 2-3 times, and properly removes the buff. But after that even if it's the first chain the buff is always applied and is doing 60% less damage.
Any idea what could be causing this?
This trigger works for maybe 2-3 times, and properly removes the buff. But after that even if it's the first chain the buff is always applied and is doing 60% less damage.
Any idea what could be causing this?
-
Chain buff
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to Chain of Death
-
isGrounded Equal to False
-
-
Then - Actions
-
Set isGrounded = True
-
Wait 0.10 seconds
-
Game - Display to (All players) the text: yes
-
Unit - Add Grounded to (Target unit of ability being cast)
-
Wait 8.00 seconds
-
Set isGrounded = False
-
Game - Display to (All players) the text: off
-
Unit - Remove Grounded from (Target unit of ability being cast)
-
-
Else - Actions
-
-
-