More actions
m Bates Larsson moved page User:Cassiel seraphim/Sandbox9 to User:Cassiel Seraphim/Sandbox9: Automatically moved page while merging the account "Cassiel seraphim" to "Cassiel Seraphim" |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 12: | Line 12: | ||
== Signature Resolution == | == 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''': | This is an old attribute that lists the relative signature of the target the weapon, drone or NPC is intended to be fired upon. This '''Signature Resolution''' is measured the same as the ship attribute '''Signature Radius''': | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="background-color:#222222;" | Signature | ! style="background-color:#222222;" | Signature | ||
| Line 18: | Line 18: | ||
! style="background-color:#222222;" | Examples that use this resolution | ! style="background-color:#222222;" | Examples that use this resolution | ||
|- | |- | ||
| {{icon|sig|18}} | | {{icon|sig|18}} 2 000 m | ||
| {{icon|isis carrier|18}} Capital-class targets | | {{icon|isis carrier|18}} Capital-class targets | ||
| NPC capitals. | | NPC capitals {{co|grey|(X-Large turrets<small> <ref name="gone">This attribute no longer shows for weapons, if you look them up ingame or in the database. Instead it will show the 40,000m default signature that '''Weapon Accuracy Score''' uses.</ref></small>)}} | ||
|- | |- | ||
| {{icon|sig|18}} 400 m | | {{icon|sig|18}} 400 m | ||
| {{icon|isis battleship|18}} Battleship-class targets | | {{icon|isis battleship|18}} Battleship-class targets | ||
| Heavy drones, sentry drones, NPC battleships | | Heavy drones, sentry drones, NPC battleships {{co|grey|(large turrets<small> <ref name="gone"></ref></small>)}} | ||
|- | |- | ||
| {{icon|sig|18}} 125 m | | {{icon|sig|18}} 125 m | ||
| {{icon|isis cruiser|18}} Cruiser-class targets | | {{icon|isis cruiser|18}} Cruiser-class targets | ||
| Medium drones, NPC cruisers | | Medium drones, NPC cruisers {{co|grey|(medium turrets<small> <ref name="gone"></ref></small>)}} | ||
|- | |- | ||
| {{icon|sig|18}} 40 m | | {{icon|sig|18}} 40 m | ||
| {{icon|isis frigate|18}} Frigate-class targets | | {{icon|isis frigate|18}} Frigate-class targets | ||
| Light drones, NPC frigates | | Light drones, NPC frigates {{co|grey|(small turrets<small> <ref name="gone"></ref></small>)}} | ||
|} | |} | ||
<small><references/></small> | |||
== Tracking Speed == | == Tracking Speed == | ||
| Line 40: | Line 41: | ||
==== Conversions ==== | ==== 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: | 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| | {{code|{{co|magenta|Weapon Accuracy Score}} = {{co|coral|Tracking Speed}} * {{co|lightblue|40000}} / {{co|lime|Signature Resolution}}}} | ||
Similarly you can find out the old tracking value from a weapon accuracy score like this: | 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| | {{code|{{co|coral|Tracking Speed}} = {{co|magenta|Weapon Accuracy Score}} / {{co|lightblue|40000}} * {{co|lime|Signature Resolution}}}} | ||