Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Turret damage: Difference between revisions

From EVE University Wiki
removed and rewrote the bottom half
Djavin novienta (talk | contribs)
Line 3: Line 3:
{{Weapon Systems Links}}
{{Weapon Systems Links}}
==Hit chance==
==Hit chance==
A turrets chance to hit a target is calculated from the equation below. It will produce a result between 0 and 1, or 0% and 100% if you will. This value is then compared to a random number to see if the turret hits or misses.
A turrets chance to hit a target is calculated from the equation below. It will produce a result between 0 and 1, representing a probability between 0% and 100%. This value is then compared to a random number to see if the turret hits or misses.


<math>\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}</math>
<math>\pagecolor{Black}\color{White}\text{Chance to Hit} = {0.5^{\left({\left({\frac{V_{angular} \times 40000m}{WAS \times sig_{target}}}\right)^{2} + \left({\frac{max(0, Distance - opt_{turret})}{fall_{turret}}}\right)^{2}}\right)}}</math>