Page 1 of 1
[1.0] Crippling Shot description incorrect
Posted: Sun Jan 27, 2013 3:48 am
by jenx
It says: "The status power and status hit chance improve with your Accuracy."
but the code is the same as Pinning Shot, etc, and improves with Dexterity, not Accuracy. Otherwise Perfect STrike would improve Crippling change, and it doesn't.
Re: [1.0] Crippling Shot description incorrect
Posted: Sun Jan 27, 2013 4:27 am
by Frumple
It should be referencing accuracy, as the code is definitely calling for combatAttack and making no reference to dexterity. There might be a bug (or something else) with perfect strike, though, that prevents it from boosting the chance.
It looks like perfect strike is correctly adding to the appropriate stat, though. Are you sure perfect strike isn't improving chance to inflict cripple?
Re: [1.0] Crippling Shot description incorrect
Posted: Sun Jan 27, 2013 3:03 pm
by jenx
Frumple wrote:It should be referencing accuracy, as the code is definitely calling for combatAttack and making no reference to dexterity. There might be a bug (or something else) with perfect strike, though, that prevents it from boosting the chance.
It looks like perfect strike is correctly adding to the appropriate stat, though. Are you sure perfect strike isn't improving chance to inflict cripple?
my bad - you're right. perfect strike is improving cripple slow down percent, and blinding chance. So the descriptions just need tidying up for archery talents, as it is confusing currently.