What is wrong with my triggers? (I based my ability on the ability 'Thunder Clap')
-
Pyroblast
-
Events
-
Unit - A unit Stops casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Pyroblast
-
-
Actions
-
Set Pyroblast_INT = (Level of Pyroblast for Pyroblast_CASTER)
-
Set Pyroblast_CASTER = (Casting unit)
-
Set Pyroblast_TARGET = (Target unit of ability being cast)
-
Trigger - Turn on Pyroblast Scorch <gen>
-
-
-
Pyroblast Scorch
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Pyroblast_TARGET has buff Scorched ) Equal to True
-
-
Then - Actions
-
Unit - Cause Pyroblast_CASTER to damage Pyroblast_TARGET, dealing 20.00 damage of attack type Spells and damage type Normal
-
-
Else - Actions
-
-
-