diff --git a/zenno/src/routes/+layout.svelte b/zenno/src/routes/+layout.svelte
index 1defa05..2f5a23d 100644
--- a/zenno/src/routes/+layout.svelte
+++ b/zenno/src/routes/+layout.svelte
@@ -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();
@@ -20,6 +21,7 @@
Zenno Rob Roy
Spurt Speed
Mechanical Speed
+ Affinity Details
Lobby Conversations
Documents
diff --git a/zenno/src/routes/+page.svelte b/zenno/src/routes/+page.svelte
index 025b5ef..7e9f106 100644
--- a/zenno/src/routes/+page.svelte
+++ b/zenno/src/routes/+page.svelte
@@ -8,7 +8,7 @@
Tools
-
- Spurt Speed — Calculate a horse's target speed in the last spurt and compare to other distance aptitudes
+ Spurt Speed — Calculate a horse's target speed in the last spurt and compare to other distance aptitudes
and running styles.
-
@@ -16,13 +16,16 @@
of individual skills.
-
- Lobby Conversations — Check participants in lobby conversations and get recommendations on unlocking
+ Affinity Details — Details of why characters have the base compatibility numbers they have.
+
+ -
+ Lobby Conversations — Check participants in lobby conversations and get recommendations on unlocking
them quickly.
-
Discord Bot — Skill search by name or unique owner within Discord. Install to a server or user.
+ > — Skill search by name or unique owner within Discord. Install to a server or user.