private float GetHeatDamage(float baseValue)
            {
                var stat = statCollection.HeatDamagePerShot(baseValue);

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