The Hymn of Perseverance description says:
This is wrong as the resistance is calculated as: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.
Code: Select all
getImmunities = function(self, t) return 0.15 + self:getTalentLevel(t) / 14 end