STINT CALCULATOR

{{ calculateVE ? 'HY & GT3' : 'LMP2 & GTE' }}

{{ selectCarError }}

{{ selectTrackError }}

{{ raceLengthError }}

{{ lapTimeError }}

{{ fuelPerLapError }}

{{ virtualEnergyError }}

RACE PLAN

TOTAL RACE LENGTH: {{ defaultStrategy.totalLaps }} laps

{{ defaultStrategy.numberOfStops }} {{ defaultStrategy.numberOfStops > 1 ? 'PITSTOPS': 'PITSTOP' }}, SO DEDUCT {{ defaultStrategy.lapsSavedByPitting }} {{ defaultStrategy.lapsSavedByPitting > 1 ? 'LAPS' : 'LAP' }} FROM THE TOTAL DUE TO SPENDING {{ defaultStrategy.totalTimeInPits }} SECONDS IN THE PITS

{{ defaultStrategy.numberOfStops }} {{ defaultStrategy.numberOfStops > 1 ? 'PITSTOPS': 'PITSTOP' }}

NO PITSTOPS (FLAG TO FLAG RACE)

PIT PLAN: {{ defaultStrategy.lapsMinusStops }} Laps


STINTS

RACE START

Virtual Energy: {{ Math.ceil(stint.virtualEnergy) }}%

Fuel: {{ Math.ceil(stint.fuel) }}L ({{ Math.floor(stint.lapsThisStint) }} laps)

Stop #{{ index }} at end of Lap {{ stint.pitOnLap }} ({{ stint.type }})

Virtual Energy: {{ Math.ceil(stint.virtualEnergy) }}%

Fuel: {{ Math.ceil(stint.fuel) }}L ({{ Math.floor(stint.lapsThisStint) }} laps)

{{ defaultStrategy.includeSafetyLap ? 'Includes an additional lap for safety' : 'Does not include safety lap' }}