Spells / Between the Eyes
Between the Eyes
changedChanged in build 1.60.1.69876. 1 field differs from Classic Era 1.15.9.69722: effects.
The current record
Between the Eyes
Ranged Finishing move that causes damage per combo point, increased by Attack Power, and Stuns the target:
1 point: ${$m1/100*($<base>+$<percombo>)} to ${$M1/100*($<base>+$<percombo>)} damage, 1 sec Stun
2 points: ${$m1/100*($<base>+$<percombo>*2)} to ${$M1/100*($<base>+$<percombo>*2)} damage, 2 sec Stun
3 points: ${$m1/100*($<base>+$<percombo>*3)} to ${$M1/100*($<base>+$<percombo>*3)} damage, 3 sec Stun
4 points: ${$m1/100*($<base>+$<percombo>*4)} to ${$M1/100*($<base>+$<percombo>*4)} damage, 4 sec Stun
5 points: ${$m1/100*($<base>+$<percombo>*5)} to ${$M1/100*($<base>+$<percombo>*5)} damage, 5 sec Stun
Cooldown shared with Kidney Shot.
Stunned.
The highlighted formula above is computed by the game client from spell power, level and
talents. The client does not store the final number, so we show the template verbatim
rather than invent a value.
What changed
Both values are read verbatim from the client tables in the build shown. We publish the change, never a verdict on it.