More actions
Naara elein (talk | contribs) removed and rewrote the bottom half |
|||
| 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, | 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> | ||