Also, the autocast is setup weirdly. It is of type AC_TYPE_ALWAYS_BUFF, which means that it's targeted, but the actual effect is AoE and affects all towers in range.
Replenish ability also never automatically casts. This is because it has a typo and got assigned the aura bufftype. AC_TYPE_ALWAYS_BUFF will cast only if there's a target in range without the buff. Solve by changing autocast type to AC_TYPE_ALWAYS_IMMEDIATE.
Supposed to add 10% of max mana.
Also, the autocast is setup weirdly. It is of type AC_TYPE_ALWAYS_BUFF, which means that it's targeted, but the actual effect is AoE and affects all towers in range.
Replenish ability also never automatically casts. This is because it has a typo and got assigned the aura bufftype. AC_TYPE_ALWAYS_BUFF will cast only if there's a target in range without the buff. Solve by changing autocast type to AC_TYPE_ALWAYS_IMMEDIATE.