zenno: mention doc/lanecalc as appropriate

Fixes #14.
This commit is contained in:
2026-06-13 22:08:54 -04:00
parent 2c773391f0
commit 51f942ee18
4 changed files with 10 additions and 6 deletions
+3 -1
View File
@@ -39,7 +39,9 @@
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> &mdash; Detailed analysis of how front runners interact with race mechanics. <a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> &mdash; 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> &mdash; 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> &mdash; 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>
+3 -1
View File
@@ -10,6 +10,8 @@
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> &mdash; Detailed analysis of how front runners interact with race mechanics. <a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> &mdash; 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> &mdash; 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> &mdash; 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>
+2 -3
View File
@@ -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>
+2 -1
View File
@@ -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>