@@ -39,7 +39,9 @@
|
|||||||
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> — Detailed analysis of how front runners interact with race mechanics.
|
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> — Detailed analysis of how front runners interact with race mechanics.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={resolve('/doc/lanecalc')}>Gaikokujin's Guide to Lanecalc</a> — English language manual for <a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise lane combo simulation.
|
<a href={resolve('/doc/lanecalc')}>Gaikokujin's Guide to Lanecalc</a> — English language manual for
|
||||||
|
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise
|
||||||
|
lane combo simulation.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> — Detailed analysis of how front runners interact with race mechanics.
|
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> — Detailed analysis of how front runners interact with race mechanics.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={resolve('/doc/lanecalc')}>Gaikokujin's Guide to Lanecalc</a> — English language manual for <a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise lane combo simulation.
|
<a href={resolve('/doc/lanecalc')}>Gaikokujin's Guide to Lanecalc</a> — English language manual for
|
||||||
|
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise
|
||||||
|
lane combo simulation.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -473,9 +473,8 @@
|
|||||||
<p>
|
<p>
|
||||||
The <a href={resolve('/race/mspeed')}>mechanical speed calculator</a> has an approximation of lane combo's benefit. A more
|
The <a href={resolve('/race/mspeed')}>mechanical speed calculator</a> has an approximation of lane combo's benefit. A more
|
||||||
precise lane combo simulator exists at
|
precise lane combo simulator exists at
|
||||||
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, but I am not sufficiently
|
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>. See
|
||||||
confident in my Japanese to try to guide readers through it.
|
<a href={resolve('/doc/lanecalc')}>my guide</a> for English instructions on how to use it.
|
||||||
<!-- TODO(zeph): i could totally annotate a picture though, or find someone else's explanation -->
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Sec h={3} id="uphills">Uphills</Sec>
|
<Sec h={3} id="uphills">Uphills</Sec>
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
Stat,
|
Stat,
|
||||||
} from '$lib/race';
|
} from '$lib/race';
|
||||||
import StatChart from '$lib/StatChart.svelte';
|
import StatChart from '$lib/StatChart.svelte';
|
||||||
|
import { resolve } from '$app/paths';
|
||||||
import SpeedDur from './SpeedDur.svelte';
|
import SpeedDur from './SpeedDur.svelte';
|
||||||
|
|
||||||
let rawPower = $state(1200);
|
let rawPower = $state(1200);
|
||||||
@@ -212,7 +213,7 @@
|
|||||||
href="https://lanecalc.hf-uma.net/"
|
href="https://lanecalc.hf-uma.net/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer">危険回避シミュ</a
|
rel="noopener noreferrer">危険回避シミュ</a
|
||||||
>.
|
>, or <a href={resolve('/doc/lanecalc')}>Gaikokujin's Guide to Lanecalc</a> for English instructions on how to use it.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user