private float GetShotsWhenFired(int baseValue)
            {
                var stat = statCollection.ShotsWhenFired(baseValue);

                stat.Create();
                return(MechDefStatisticModifier.ModifyWeaponStatistic(stat, mechDef, weaponDef));
            }