Hello there~
The problems are solved. If you want an ability like that for yourself, you can use my trigger~ Just to add: The ability makes the target of it take extra magic damage for the next 10 seconds.
I thought to myself: If i try to make it without a variables and/or waits, it may work out. And so I created this, it works rather nice - the only problem is, that the ability does not give a buff(The Frost Nova Buff would slow the enemy automatically)
I also used another trick: The ability to remove the effect has a casting time of 10 seconds - this replaces the wait.
Also, to remove the ability-button, I just used the item ability for Magical Bracers and set negative values to it - the item ability is invisible by default, after all.
The problems are solved. If you want an ability like that for yourself, you can use my trigger~ Just to add: The ability makes the target of it take extra magic damage for the next 10 seconds.
I thought to myself: If i try to make it without a variables and/or waits, it may work out. And so I created this, it works rather nice - the only problem is, that the ability does not give a buff(The Frost Nova Buff would slow the enemy automatically)
I also used another trick: The ability to remove the effect has a casting time of 10 seconds - this replaces the wait.
Also, to remove the ability-button, I just used the item ability for Magical Bracers and set negative values to it - the item ability is invisible by default, after all.
-
NB_Cast
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Negative Blast (Revenant)
-
Actions
- Unit - Add Magical Armor Reduction to (Target unit of ability being cast)
- Unit - Set Level of Magical Armor Reduction for (Target unit of ability being cast) to (Level of Negative Blast (Revenant) for (Triggering unit))
- Unit - Create 1 Negative Blast Dummy for (Owner of (Triggering unit)) at (Position of (Target unit of ability being cast)) facing Default building facing degrees
- Unit - Add a 12.00 second Generic expiration timer to (Last created unit)
- Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Target unit of ability being cast)
-
Events
-
NB Remove
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Remove Magical Armor Reduction
-
Actions
- Unit - Remove Magical Armor Reduction from (Target unit of ability being cast)
-
Events
Last edited: