- Joined
- Jun 20, 2017
- Messages
- 959
Basically I've come up with a way to turn almost any ability into a passive ability with a percentage chance of firing, it requires a dummy ability with an icon "Electrostatic Discharge" in this case, the real ability hidden at the 0, -11 position, and a trigger which is below, basically depending on how rare or frequent you want the ability to fire, you replace the random integer (for 50%, it would be a random number between 1 and 2, for 33%, it would be a random number between 1 and 3...etc.) In this case the fan of knives ability is the real ability and its been modified and costs no mana...
What do you guys think? With a little tweaking you could make any ability into a passive like this
i
What do you guys think? With a little tweaking you could make any ability into a passive like this
-
Strike
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Level of Electrostatic Discharge for (Attacking unit)) Equal to 1
-
-
Actions
-
Set ELDI = (Random integer number between 1 and 5)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
ELDI Equal to 1
-
-
Then - Actions
-
Unit - Order (Attacking unit) to Night Elf Warden - Fan Of Knives
-
-
Else - Actions
-
Do nothing
-
-
-
-
i