(You might want to read Part One first.)
Imagine that you’re sitting still, at zero m/s. You have three targets nearby:
- A Rifter (red) is orbiting you at 500m. They’ve got their AB on, and are keeping up a steady 1200m/s speed in that tight orbit.
- An artillery Wolf (blue) is orbiting you at 20km with MWD. They’re moving at 3600m/s.
- A Jaguar (gray) is burning directly at you at 2500m/s with MWD on.
Let’s assume, for now, that you had artillery with infinite range. The damage you do is determined entirely by tracking. Which one do you shoot?
When you customize the set of columns that Eve puts in your overview panel, there’s four options for you to choose from:
- Basic velocity — Shows how fast they’re moving in their direction, in meters per second. Ignores anything you do.
- Transversal velocity — Take your direction, and project the target’s movement in that same direction. Take that part of their movement that’s parallel to your direction, subtract it from your speed, and display the difference. Measured in meters/second.
- Radial velocity — The rate at which they’re approaching or retreating from your ship. Draw a direct line from your ship to their ship, and measure how fast it changes length; ignore the line’s direction. Measured in meters/second.
- Angular velocity — the rate at which they change angle to you. Draw a direct line from your ship to their ship, and measure how fast it sweeps around your ship; ignore the line’s length. Measured in radians/second.
Notice that angular velocity is different from the other three in the units it uses — in fact, it’s the exact same units that are used to measure the tracking speed of guns!
Returning to our example:
- Because we’re not moving, all of the ships have the same transversal velocity as their normal velocity, meaning that the Rifter has the slowest transversal, and the Wolf has the highest.
- If you have radial velocity on overview, the Rifter and Wolf have zero radial velocity (because they’re orbiting you at a fixed distance), while the Jaguar is approaching you at 2500m/s.
- If you have angular velocity on overview, the directly approaching Jaguar has zero angle, and is easiest to hit. The Wolf may be moving quickly, but it’s doing so from a great distance, so your turrets only need to move a pokey 0.18 radians/second to track it. The Rifter, meanwhile, is moving at a zippy 2.4 radians/second.
Transversal is the most familiar to Eve veterans, because it was the only thing available in the early days of Eve. In theory, it provides easy feedback to how quickly something’s moving away from you — if it’s low, then you’re moving parallel to a target, and should shoot. However, transversal often lies to you, especially when you’re moving slowly or looking at distant targets; it only becomes consistently useful when you’re skirmishing with another moving target at a moderate distance.
If you’re trying to figure out what you can hit on the battlefield, angular velocity gives you a much more accurate view of the field, and it directly corresponds to the tracking of your guns. If I know my artillery has a tracking value of 0.013 (radians/sec), then I know that I’ll be able to track and hit anyone on my overview who has an angular velocity less than 0.013, assuming they’re in my optimal range. [1]
In practice, I actually tweak my overview based on what I’m flying. For artillery and other slow-cycling weapons, or for very slow ships, I use angular velocity. When I’m flying Taranises and other ships with fast tracking and high speed, I use radial velocity, since that tells me how quickly something is approaching me. I almost never have transversal on my overview anymore; the only time transversal is notably useful is if I’m trying to fly parallel to someone at a distance, and that rarely happens in modern Eve where kiting tactics are common and speed are essential.
How is this relevant to turret damage? Remember from Part One: turret damage starts by calculating a chance-to-hit for your guns, and then making a dice roll to determine if you hit (and what the damage is). Angular velocity and tracking go hand-in-hand in calculating that chance-to-hit. We’ll discuss how it’s used in Part Three.
1. CCP, if you’re reading this: It’d be significantly either to use both the tracking speed in Show-Info panes, and the Angular Velocity overview column, if you multiplied both numbers by 1000. Call it milliradians/sec.