- Joined
- Dec 16, 2017
- Messages
- 418
Hello guys, what do i miss here?
I want every unit that get's revived by animate dead to get the following buffs.
I want every unit that get's revived by animate dead to get the following buffs.
-
Necropedia Dark Cast
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
((Entering unit) has buff Animate Dead (Necromancer DARK)) Equal to True
-
(Current research level of Necropedia (Necromancer Talent) for (Owner of (Triggering unit))) Greater than or equal to 1
-
-
Actions
-
Unit - Add Feral Spirits Critical Strike (Akama) to (Entering unit)
-
Unit - Add AD 80 Plasma Rifle to (Entering unit)
-
Unit - Add ARMOR 10 to (Entering unit)
-
Unit - Add HP 1000 to (Entering unit)
-
Unit - Add HPR 20 to (Entering unit)
-
-
-
Grim Seal Chaos Cast
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Mind Rot (Necromancer CHAOS)
-
(Current research level of Grim Seal (Necromancer Talent) for (Owner of (Triggering unit))) Greater than or equal to 1
-
-
Actions
-
Set GSC_Position = (Position of (Target unit of ability being cast))
-
Unit - Create 1 Dummy Empty for (Owner of (Triggering unit)) at GSC_Position facing 0.00 degrees
-
Unit - Add |r Grim Seal (Necromancer-Talent) to (Last created unit)
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units within 300.00 of GSC_Position) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked unit) is alive) Equal to True
-
((Picked unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True
-
(Mana of (Picked unit)) Greater than 0.00
-
-
Then - Actions
-
Unit - Order (Last created unit) to Night Elf Demon Hunter - Mana Burn (Picked unit)
-
-
Else - Actions
-
-
-
-
Custom script: call RemoveLocation(udg_GSC_Position)
-
-