zenno: link up affinity tool

This commit is contained in:
2026-06-08 16:45:12 -04:00
parent 5f0ad1b0e0
commit dc78d51def
2 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
import './layout.css';
import favicon from '$lib/assets/favicon.png';
import { resolve } from '$app/paths';
import { affinity } from '$lib/data/affinity';
let { children } = $props();
</script>
@@ -20,6 +21,7 @@
<a href={resolve('/')} class="mx-8 my-1 block font-semibold md:hidden">Zenno Rob Roy</a>
<a href={resolve('/spurt')} class="mx-8 my-1 inline-block">Spurt Speed</a>
<a href={resolve('/mspeed')} class="mx-8 my-1 inline-block">Mechanical Speed</a>
<a href={resolve('/affinity')} class="mx-8 my-1 inline-block">Affinity Details</a>
<a href={resolve('/convo')} class="mx-8 my-1 inline-block">Lobby Conversations</a>
<a href={resolve('/doc')} class="mx-8 my-1 inline-block">Documents</a>
</span>

View File

@@ -8,7 +8,7 @@
<h2 class="mt-8 mb-4 text-4xl">Tools</h2>
<ul class="mb-4 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
<a href={resolve('/spurt')}>Spurt Speed</a> &mdash; Calculate a horse's target speed in the last spurt and compare to other distance aptitudes
and running styles.
</li>
<li>
@@ -16,13 +16,16 @@
of individual skills.
</li>
<li>
<a href={resolve('/convo')}>Lobby Conversations</a> — Check participants in lobby conversations and get recommendations on unlocking
<a href={resolve('/affinity')}>Affinity Details</a> &mdash; Details of why characters have the base compatibility numbers they have.
</li>
<li>
<a href={resolve('/convo')}>Lobby Conversations</a> &mdash; 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.
> &mdash; Skill search by name or unique owner within Discord. Install to a server or user.
</li>
</ul>