Page 1 of 1

Hymn of Perseverance description error

Posted: Wed Apr 25, 2012 11:26 pm
by Laerte
This one is an old bug I had forget to report, but still exists in the svn version.

The Hymn of Perseverance description says:
Chant the glory of the moon, granting you %d%% stun, blindness and confusion resistances. In addition it surrounds you with a shield of darkness, damaging anything that attacks you for %0.2f darkness damage. You may only have one Hymn active at once. The resistances and damage will increase with the Magic stat.
This is wrong as the resistance is calculated as:

Code: Select all

getImmunities = function(self, t) return 0.15 + self:getTalentLevel(t) / 14 end
Only the damage on hit scales with spellpower.

Re: Hymn of Perseverance description error

Posted: Thu May 03, 2012 12:57 pm
by darkgod
fixed