Hymn of Perseverance description error

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Laerte
Halfling
Posts: 88
Joined: Sat Sep 11, 2010 12:23 pm

Hymn of Perseverance description error

#1 Post 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.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Hymn of Perseverance description error

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply