Page 1 of 1
SVN 3113 Celerity doesn't scale with talent level
Posted: Wed Mar 30, 2011 7:22 pm
by Mushroomhermit
Not sure if this is in the process of rebalancing but I thought I'd point it out.
Celerity (first talent in speed-control) doesn't improve at all with additional talent points.
Re: SVN 3113 Celerity doesn't scale with talent level
Posted: Wed Mar 30, 2011 7:29 pm
by edge2054
It's scaling using self:combatTalentSpellDamage(t, 10, 30) which means at low talent and spellpower levels you may see less then a % (which won't show up on the tooltip).
At 5/5 and 100 spellpower it should be adding 30 to the base 10% the first level gives you or 40% total (or -0.4 movement speed).
*edit* But maybe I could adjust it so it scales a bit better but starts lower. Maybe 5 + (t, 1, 40) or something.