public static double GetDirectHitRate(this CombatantData data)
 {
     return((double)data.GetDirectHitCount() / data.Swings * 100);
 }