SVN 3113 Celerity doesn't scale with talent level

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Mushroomhermit
Thalore
Posts: 159
Joined: Wed Jul 07, 2010 4:11 pm
Location: The Intardnet

SVN 3113 Celerity doesn't scale with talent level

#1 Post 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.
darkgod wrote:dixed

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: SVN 3113 Celerity doesn't scale with talent level

#2 Post 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.

Post Reply