^title
-
Stomp
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to STOMP
-
Actions
- Set CompanionPoint = (Position of Companion_Test)
- Set BMloc = (Position of (Triggering unit))
- Set CompantionNearby = (Units within 500.00 of CompanionPoint matching ((((Matching unit) belongs to an ally of (Owner of (Triggering unit))) Equal to False) and (((Matching unit) is alive) Equal to True)))
- Set BMNearby = (Units within 500.00 of BMloc matching ((((Matching unit) belongs to an ally of (Owner of (Triggering unit))) Equal to False) and (((Matching unit) is alive) Equal to True)))
- Unit Group - Pick every unit in BMNearby and do (Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at BMloc, dealing ((Real((Strength of (Triggering unit) (Include bonuses)))) x 3.00) damage of attack type Spells and damage type Normal)
- Unit Group - Pick every unit in CompantionNearby and do (Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at CompanionPoint, dealing ((Real((Strength of (Triggering unit) (Include bonuses)))) x 3.00) damage of attack type Spells and damage type Normal)
- Special Effect - Create a special effect at CompanionPoint using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
- Special Effect - Create a special effect at (Position of (Triggering unit)) using Abilities\Spells\Human\Thunderclap\ThunderClapCaster.mdl
- Custom script: call RemoveLocation(udg_BMloc)
- Custom script: call RemoveLocation(udg_CompanionPoint)
- Custom script: call DestroyGroup(udg_CompantionNearby)
- Custom script: call DestroyGroup(udg_BMNearby)
-
Events
- [trigger/]