Anorithil bugs (b21)
Posted: Sun Mar 27, 2011 2:45 am
Two bugs I've noticed: The duration of the Eclipse talent "Totality" scales with cunning, not the resistance penetration. Quod vide, from eclipse.lua:
Also, the Mind Blast talent in Twilight doesn't show its range or shape. Maybe something in its description or tooltip to show that it is a ball with a radius of 3, centered on you? I had inferred it only confused targets adjacent to me from it's range: melee thing in the tooltip, until I used it on a skeleton mage vault and giggled when ALL the mages got confused for a very long time.
Code: Select all
...
local penetration = t.getDuration(self, t)
local duration = t.getResistancePenetration(self, t)
...