Page 1 of 1

Reaver's Drain skill tooltip damage doesn't match actual

Posted: Sat Dec 04, 2010 9:38 pm
by morik
With no +blight dmg equipment, my (effective) lvl 1.3 drain skill says it does 45.71 blight damage.

In actuality, it is doing 47.31 blight damage.


When I put on my +44% blight damage gear (hehe, found 2 identical randart axes with +22% blight dmg each), it says it does 65.82, but actually does 73.44

Re: Reaver's Drain skill tooltip damage doesn't match actual

Posted: Sun Dec 05, 2010 8:02 pm
by Final Master
And this is also regardless of resistance or vulnerability to the enemies? You've done this off amount of damage against a variety of enemies that have 0% resist or vulnerability to blight?

Re: Reaver's Drain skill tooltip damage doesn't match actual

Posted: Sun Dec 05, 2010 8:17 pm
by edge2054
It's a typo.

Code: Select all

format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 15, 200)))
should be

Code: Select all

format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 25, 200)))

Re: Reaver's Drain skill tooltip damage doesn't match actual

Posted: Sun Dec 05, 2010 8:21 pm
by Graziel
most of talents description will be corrected in next beta.