More actions
| Line 115: | Line 115: | ||
* <math>\pagecolor{Black}\color{White}acc_{turret}</math> : "Turret accuracy score" found on the attributes tab of a turret. | * <math>\pagecolor{Black}\color{White}acc_{turret}</math> : "Turret accuracy score" found on the attributes tab of a turret. | ||
* <math>\pagecolor{Black}\color{White}sig_{target}</math> : Target signature radius. The size of the target, or more precisely the radius of an imagined circle that represents the target's sensor footprint. Measured in meters. | * <math>\pagecolor{Black}\color{White}sig_{target}</math> : Target signature radius. The size of the target, or more precisely the radius of an imagined circle that represents the target's sensor footprint. Measured in meters. | ||
* <math>\pagecolor{Black}\color{White}\max{0, x, \ldots}</math> : a math function that takes the highest value of zero or ''x''. It is used to prevent negative values in this case; any negative numbers are replaced with zero instead. | * <math>\pagecolor{Black}\color{White}\max({0, x, \ldots})</math> : a math function that takes the highest value of zero or ''x''. It is used to prevent negative values in this case; any negative numbers are replaced with zero instead. | ||
* <math>\pagecolor{Black}\color{White}\Delta_{distance}</math> : Distance between firing ship and target. | * <math>\pagecolor{Black}\color{White}\Delta_{distance}</math> : Distance between firing ship and target. | ||
* <math>\pagecolor{Black}\color{White}opt_{turret}</math> : "Turret optimal range" found on the attributes tab of a turret. Inside this range no range penalties from distance are applied. Measured in meters. | * <math>\pagecolor{Black}\color{White}opt_{turret}</math> : "Turret optimal range" found on the attributes tab of a turret. Inside this range no range penalties from distance are applied. Measured in meters. | ||