41 lines
2.4 KiB
Svelte
41 lines
2.4 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">Tools</h2>
|
||
<ul class="list-disc pl-4">
|
||
<li>
|
||
<a href={resolve('/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('/mspeed')}>Front Runner Mechanical Speed Comparator</a> — Compare spot struggle and lane combo to the effects
|
||
of individual skills.
|
||
</li>
|
||
<li>
|
||
<a href={resolve('/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="mt-8 mb-4 text-4xl">About</h2>
|
||
<p>Tools to fill some gaps I've felt in Umamusume optimization.</p>
|
||
<p>This site is very under construction. To demonstrate just how under construction it is, here is lorem ipsum:</p>
|
||
<p>
|
||
Lorem ipsum (/ ˌ l ɔː. r ə m ˈ ɪ p. s ə m/ LOR-əm IP-səm) is a dummy or placeholder text commonly used in graphic design,
|
||
publishing, and web development. It is typically a corrupted version of De finibus bonorum et malorum, a 1st-century BC text by
|
||
the Roman statesman and philosopher Cicero, with words altered, added, and removed to make it nonsensical and improper Latin.
|
||
The first two words are the truncation of dolorem ipsum ("pain itself"). Lorem ipsum's purpose is to permit a page layout to be
|
||
designed, independently of the copy that will subsequently populate it, or to demonstrate various fonts of a typeface without
|
||
meaningful text that could be distracting. Versions of the Lorem ipsum text have been used in typesetting since the 1960s, when
|
||
advertisements for Letraset transfer sheets popularized it. Lorem ipsum was introduced to the digital world in the mid-1980s,
|
||
when Aldus employed it in graphic and word-processing templates for its desktop publishing program PageMaker. Other popular word
|
||
processors, including Pages and Microsoft Word, have since adopted Lorem ipsum, as have many LaTeX packages, web content
|
||
</p>
|