48 lines
2.0 KiB
Svelte
48 lines
2.0 KiB
Svelte
<script lang="ts">
|
|
import { resolve } from '$app/paths';
|
|
</script>
|
|
|
|
<h1 class="m-8 text-center text-7xl">Zenno Rob Roy</h1>
|
|
<p>She's read all about Umamusume, and she's always happy to share her knowledge and give recommendations!</p>
|
|
|
|
<h2 class="mt-8 mb-4 text-4xl">Race Mechanics Tools</h2>
|
|
<ul class="mb-4 list-disc pl-4">
|
|
<li>
|
|
<a href={resolve('/race/spurt')}>Spurt Speed</a> — Calculate a horse's target speed in the last spurt and compare to other
|
|
distance aptitudes and running styles.
|
|
</li>
|
|
<li>
|
|
<a href={resolve('/race/mspeed')}>Front Runner Mechanical Speed Comparator</a> — Compare spot struggle and lane combo to the
|
|
effects of individual skills.
|
|
</li>
|
|
</ul>
|
|
<h2 class="mt-8 mb-4 text-4xl">Character Tools</h2>
|
|
<ul>
|
|
<li>
|
|
<a href={resolve('/chara/affinity')}>Affinity Details</a> — Details of why characters have the base compatibility numbers
|
|
they have.
|
|
</li>
|
|
<li>
|
|
<a href={resolve('/chara/convo')}>Lobby Conversations</a> — Check participants in lobby conversations and get recommendations
|
|
on unlocking them quickly.
|
|
</li>
|
|
<li>
|
|
<a href="https://discord.com/oauth2/authorize?client_id=1461931240264568994" target="_blank" rel="noopener noreferrer"
|
|
>Discord Bot</a
|
|
> — Skill search by name or unique owner within Discord. Install to a server or user.
|
|
</li>
|
|
</ul>
|
|
|
|
<h2 class="my-4 text-4xl">Documents</h2>
|
|
<ul class="mb-4 list-disc pl-4">
|
|
<li>
|
|
<a href={resolve('/doc/frbm')}>Front Runner Black Magic</a> — Detailed analysis of how front runners interact with race mechanics.
|
|
</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.
|
|
</li>
|
|
</ul>
|
|
|
|
<h2 class="my-4 text-4xl">About</h2>
|
|
<p>My repository of tools to fill some gaps I've felt in Umamusume optimization, as well as original research and editorials.</p>
|