Question: stacking
Is there a way to make an ability stack properly without an "infinite loop"? The way I managed to make it work, is if I put "stackingLimit -1" to not have any limit, but then, the aura just never stop stacking, even if there is one source.
Let's take the Energy Weapon Cooldown from the Halcyon.
I know the Parent apply the buff each 2.5sec to the units in range, but is there a way to make the buff from the same parent to not stack, but the buff from different parents stack?
Because right now, each 2.5sec the buff is applied and after a couple of minutes I get ridiculous numbers.