Difference between revisions of "User:Cassiel Seraphim/Sandbox9"

From EVE University Wiki
Jump to: navigation, search
m (Replaced content with "...")
m
Line 1: Line 1:
...
+
= Weapon Accuracy Score =
 +
Tracking in EVE is measured by a turret attribute called '''Weapon Accuracy Score''' or '''WAS''' for short. It is an attribute that unifies the tracking value for all weapons, regardless the size of the weapons (larger weapons have a harder time hitting smaller targets).
 +
== Easy to compare relative tracking of weapons ==
 +
Since tracking is uniformly calculated across different types and sizes, you can easily compare one gun to another. Here's an example:
 +
{| class="wikitable"
 +
! style="background-color:#222222;" | Type of weapon
 +
! style="background-color:#222222;" | Size
 +
! style="background-color:#222222;" | WAS
 +
|}
 +
= Legacy tracking attributes =
 +
While all usable turrets ingame have been changed to present '''Weapon Accuracy Score''', a lot of things like NPCs and drones still use the old legacy term '''Signature Resolution''' and '''Tracking Speed'''.
 +
 
 +
== Signature Resolution ==
 +
This is an old attribute that lists the relative signature of the target the weapon is intended to be fired upon. This '''Signature Resolution''' is measured the same as the ship attribute '''Signature Radius''':
 +
{| class="wikitable"
 +
! style="background-color:#222222;" | Signature
 +
! style="background-color:#222222;" | Intended target
 +
! style="background-color:#222222;" | Examples that use this resolution
 +
|-
 +
| {{icon|sig|18}} 400 m
 +
| {{icon|isis battleship|18}} Battleship-class targets
 +
| Heavy drones, sentry drones, NPC battleships
 +
|-
 +
| {{icon|sig|18}} 125 m
 +
| {{icon|isis cruiser|18}} Cruiser-class targets
 +
| Medium drones, NPC cruisers
 +
|-
 +
| {{icon|sig|18}} 40 m
 +
| {{icon|isis frigate|18}} Frigate-class targets
 +
| Light drones, NPC frigates
 +
|}
 +
== Tracking Speed ==
 +
The old '''Tracking Speed''' attribute didn't used to take into consideration your '''Signature Resolution''', so a large weapon could have a similar tracking speed value of a smaller gun, making them seem, at first glance, to have equally good tracking. In short it was simply the tracking value in and by itself, not accounting for the size of the gun (its resolution) and how that would lower the practical tracking.
 +
 
 +
==== Conversions ====
 +
If you want to see how well drones or NPCs track, compared to your own weapons, you can reverse-engineer the value like this:
 +
{{code|{{co|magenta|Weapon Accuracy Score}} = {{co|coral|Tracking Speed}} * {{co|slateblue|40000}} / {{co|lime|Signature Resolution}}}}
 +
Similarly you can find out the old tracking value from a weapon accuracy score like this:
 +
{{code|{{co|coral|Tracking Speed}} = {{co|magenta|Weapon Accuracy Score}} / {{co|slateblue|40000}} * {{co|lime|Signature Resolution}}}}

Revision as of 19:30, 25 May 2017

Weapon Accuracy Score

Tracking in EVE is measured by a turret attribute called Weapon Accuracy Score or WAS for short. It is an attribute that unifies the tracking value for all weapons, regardless the size of the weapons (larger weapons have a harder time hitting smaller targets).

Easy to compare relative tracking of weapons

Since tracking is uniformly calculated across different types and sizes, you can easily compare one gun to another. Here's an example:

Type of weapon Size WAS

Legacy tracking attributes

While all usable turrets ingame have been changed to present Weapon Accuracy Score, a lot of things like NPCs and drones still use the old legacy term Signature Resolution and Tracking Speed.

Signature Resolution

This is an old attribute that lists the relative signature of the target the weapon is intended to be fired upon. This Signature Resolution is measured the same as the ship attribute Signature Radius:

Signature Intended target Examples that use this resolution
Icon ship sig.png 400 m Isis battleship.png Battleship-class targets Heavy drones, sentry drones, NPC battleships
Icon ship sig.png 125 m Isis cruiser.png Cruiser-class targets Medium drones, NPC cruisers
Icon ship sig.png 40 m Isis frigate.png Frigate-class targets Light drones, NPC frigates

Tracking Speed

The old Tracking Speed attribute didn't used to take into consideration your Signature Resolution, so a large weapon could have a similar tracking speed value of a smaller gun, making them seem, at first glance, to have equally good tracking. In short it was simply the tracking value in and by itself, not accounting for the size of the gun (its resolution) and how that would lower the practical tracking.

Conversions

If you want to see how well drones or NPCs track, compared to your own weapons, you can reverse-engineer the value like this:

Weapon Accuracy Score = Tracking Speed * 40000 / Signature Resolution

Similarly you can find out the old tracking value from a weapon accuracy score like this:

Tracking Speed = Weapon Accuracy Score / 40000 * Signature Resolution