Originally Posted by fourdots
So how is "increasing your casting speed" different from "reducing the cast time of your spells"? I always just assumed one was synonymous with the other, unless he's also referring to the lessening of the global cooldown.
|
Very likely he is referring to how you compute the change. People often get confused by the fact that, say, 25% increase in haste is not the same as a 25% reduction in cast time; it is actually a 20% reduction in cast time. You calculate it by taking the haste increase,
h, and dividing by it:
ctr = 1 / (1 +
h) -- where h is haste and ctr is cast time reduction.