Confusion spell bug

Confusion spell supposed to reduce damage by half. In my case it makes attack below 0, for example -277. Further to that, unit with attack is below zero can often hit with multiple times more damage. It was funny when enemy casted confusion on my units which normaly hit for about 100 dmg and see them hitting for 1200 after the spell:P I was wondering if I could cast confusion on my own units...

4,260 views 2 replies
Reply #2 Top

I explained issue in one other thread.

The problem is that spell reduces base attack of unit, while on the other hand, when penalty is calculated it takes total attack of unit in consideration.

So unit with lots of strength has big total attack, but not so great base attack. When base attack attack is smaller then half of total attack (which is pretty much with every unit with strenght over 20) you'll get negative value.

Similar issue exist, if confusion is used against unit groups, since it's also applied per unit base attack, while calculated using total attack of the group.