Ejemplo n.º 1
0
        public void AdjustPunchLuck()
        {
            if (PunchLuckAdjusted)
            {
                return;
            }

            this.PunchLandPercent  = PunchStats.GetPercentageLuck(this.PunchLandPercent, this.LuckFactor);
            this.JabLandPercent    = PunchStats.GetPercentageLuck(this.JabLandPercent, this.LuckFactor);
            this.PunchLuckAdjusted = true;
        }