- Joined
- Sep 13, 2013
- Messages
- 155
-
Channel Power
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Channel Power
-
-
Actions
-
Set FlameTongueIndex = (FlameTongueIndex + 1)
-
Set FlameTongueTargets[FlameTongueIndex] = (Units within (225.00 + (50.00 x (Real((Level of Channel Power for (Triggering unit)))))) of (Target point of ability being cast) matching ((((Matching unit) is A structure) Equal to False) and ((((Matching unit) is A Hero) Equal to False) and (((Matching un
-
Set FlameTongueDur[FlameTongueIndex] = 15.00
-
Unit - Add Disarm to (Triggering unit)
-
Unit - Remove (Ability being cast) from (Triggering unit)
-
Unit Group - Pick every unit in FlameTongueTargets[FlameTongueIndex] and do (Actions)
-
Loop - Actions
-
Unit - Add Flametongue Damage (+10) to (Picked unit)
-
Unit - Set level of Flametongue Damage (+10) for (Picked unit) to (Level of Channel Power for (Triggering unit))
-
Special Effect - Create a special effect attached to the origin of (Picked unit) using Abilities\Spells\Orc\AncestralSpirit\AncestralSpiritCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
-
-
Custom script: call DestroyGroup(udg_FlameTongueTargets[udg_FlameTongueIndex])
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
FlameTongueIndex Equal to 1
-
-
Then - Actions
-
Trigger - Turn on Channel Power Loop <gen>
-
-
Else - Actions
-
-
-
-
Channel Power Loop
-
Events
-
Time - Every 0.10 seconds of game time
-
-
Conditions
-
Actions
-
For each (Integer FlameTongueCurrentIndex) from 1 to FlameTongueIndex, do (Actions)
-
Loop - Actions
-
Set FlameTongueDur[FlameTongueCurrentIndex] = (FlameTongueDur[FlameTongueCurrentIndex] - 0.10)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
FlameTongueDur[FlameTongueCurrentIndex] Less than or equal to 0.00
-
-
Then - Actions
-
Unit Group - Pick every unit in FlameTongueTargets[FlameTongueCurrentIndex] and do (Actions)
-
Loop - Actions
-
Unit - Remove Flametongue Damage (+10) from (Picked unit)
-
-
-
Custom script: call DestroyGroup(udg_FlameTongueTargets[udg_FlameTongueCurrentIndex])
-
Set FlameTongueTargets[FlameTongueCurrentIndex] = FlameTongueTargets[FlameTongueIndex]
-
Set FlameTongueDur[FlameTongueCurrentIndex] = FlameTongueDur[FlameTongueIndex]
-
Set FlameTongueIndex = (FlameTongueIndex - 1)
-
Set FlameTongueCurrentIndex = (FlameTongueCurrentIndex - 1)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
FlameTongueIndex Equal to 0
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-
-
-