|
Your hit ability determines the hit rate you have with a weapon. This relation is linear. For the exact relation, see the hit rate page. The value of the hit ability can be found in the weapons information window. For non-SIB,
(HA = 4 + 0.06 * hitLevel)
For SIB,
,
(HA = 6 + ((hitLvl - hitLvlRec) / (hitLvlMaxed - hitLvlRec)) * 4)
|
|