private float GetJumpCapacity()
        {
            var stat = statCollection.JumpCapacity();

            stat.Create();
            return(MechDefStatisticModifier.ModifyStatistic(stat, mechDef));
        }