Page 1 of 1

Error in Track talent definition

Posted: Tue Sep 21, 2010 6:07 pm
by PowerWyrm
1) The definition says: "Sense foes around you in a radius of %d for %d turns. The radius will increase with the Cunning stat." with first parameter equal to 10 + self:getDex(10) * self:getTalentLevel(t)
2) Talent is Dex based
3) The code says: local rad = 10 + self:getCun(10) * self:getTalentLevel(t)

So Dex or Cun? Should probably be Dex...

Re: Error in Track talent definition

Posted: Tue Sep 21, 2010 6:17 pm
by edge2054
I'm pretty sure it's meant to be cunning. The tree is cunning based and tracking is more about cunning in real life then it is dexterity.

Re: Error in Track talent definition

Posted: Tue Sep 21, 2010 10:32 pm
by darkgod
Yup, fixed