Spurt Speed Calculator

{speed.toFixed(3)} m/s +{duelBonus.toFixed(3)} m/s
{#each [[AptitudeLevel.A, aProf] as const, [AptitudeLevel.S, sProf] as const] as [level, inv] (level)}
With {AptitudeLevel[level]} proficiency, the equivalent speed is
{#each stylesList as [styleName, s] (s)} {inv[s]} {/each}
{/each}
While a speed skill is active, the equivalent speed for a distance S is
{#each skillProf as [v, inv] (v)} {inv} {/each}