Magus Zeal
Expert II
On UOGUIDE, WW damage bonus is 36 HP if 4 opponents:
www.uoguide.com
On Servuo, it seems it caps out at 2hp (unless that is a factor of 200%, but the varible"damageBonus" seems to relate to HP to me.
Whirlwind - UOGuide, the Ultima Online Encyclopedia
On Servuo, it seems it caps out at 2hp (unless that is a factor of 200%, but the varible"damageBonus" seems to relate to HP to me.
Code:
double damageBonus = 1.0 + Math.Pow((count * bushido) / 60, 2) / 100; if (damageBonus > 2.0) damageBonus = 2.0;