diff --git a/zenno/src/lib/legacy.ts b/zenno/src/lib/legacy.ts
index 50e2837..409ba58 100644
--- a/zenno/src/lib/legacy.ts
+++ b/zenno/src/lib/legacy.ts
@@ -1,6 +1,3 @@
-import { affinity, lookup } from './data/affinity';
-import { uma, type Uma } from './data/uma';
-
/**
* A legacy, or parents and grandparents.
* Defined as an applicative over generic types to reduce the API surface.
@@ -41,9 +38,9 @@ export interface Veteran {
saddles: number[];
}
-function findUma(umas: Uma[], u: number): Uma | null {
- return umas.find((v) => v.chara_card_id === u) ?? null;
-}
+// function findUma(umas: Uma[], u: number): Uma | null {
+// return umas.find((v) => v.chara_card_id === u) ?? null;
+// }
/**
* Compute individual affinities for a legacy using the global region ruleset.
@@ -51,6 +48,7 @@ function findUma(umas: Uma[], u: number): Uma | null {
* @param legacy Legacy veterans
* @returns Individual affinities
*/
+/*
export function globalAffinity(trainee: number, legacy: Legacy You should be redirected momentarily. You should be redirected momentarily. You should be redirected momentarily. You should be redirected momentarily. She's read all about Umamusume, and she's always happy to share her knowledge and give recommendations! Tools related to understanding Umamusume characters.
In medium+ races, the extra HP consumption is a serious consideration; front runners need more stamina and recoveries than
other styles. At 1600m and shorter, the fact that Spot Struggle doesn't scale with race distance means that it can be worth
- multiple gold speed skills in total distance gained. See the mechanical speed calculator for precise
- analysis.
+ multiple gold speed skills in total distance gained. See the mechanical speed calculator for
+ precise analysis.
Zenno Rob Roy
Tools
+Race Mechanics Tools
+Character Tools
+
+
Zenno Rob Roy — Character Tools
+
+
diff --git a/zenno/src/routes/affinity/+page.svelte b/zenno/src/routes/chara/affinity/+page.svelte
similarity index 100%
rename from zenno/src/routes/affinity/+page.svelte
rename to zenno/src/routes/chara/affinity/+page.svelte
diff --git a/zenno/src/routes/convo/+page.svelte b/zenno/src/routes/chara/convo/+page.svelte
similarity index 100%
rename from zenno/src/routes/convo/+page.svelte
rename to zenno/src/routes/chara/convo/+page.svelte
diff --git a/zenno/src/routes/doc/frbm/+page.svelte b/zenno/src/routes/doc/frbm/+page.svelte
index c102b9f..3b97f37 100644
--- a/zenno/src/routes/doc/frbm/+page.svelte
+++ b/zenno/src/routes/doc/frbm/+page.svelte
@@ -416,8 +416,8 @@
- The mechanical speed calculator has an approximation of lane combo's benefit. A more precise - lane combo simulator exists at + The mechanical speed calculator has an approximation of lane combo's benefit. A more + precise lane combo simulator exists at 危険回避シミュ, but I am not sufficiently confident in my Japanese to try to guide readers through it. @@ -682,7 +682,7 @@ Angling, they are almost certainly a different running style.
- The spurt speed calculator analyzes this situation. A 1200 speed front runner with a 0.25 speed + The spurt speed calculator analyzes this situation. A 1200 speed front runner with a 0.25 speed skill active has speed equivalent to an 1187 speed pace chaser. In other words, as long as that pace chaser is built the way Global players tend to build, Pulse does not allow the front runner to pass back. So, if you happen to inherit it off a grandparent, it is not worth taking. @@ -868,7 +868,7 @@
SS supports do best on medium and long tracks, because you want to be building everyone for spot struggle on miles and sprints. However, spot struggle is the only mechanic in the game that scales superlinearly with stats, so even the difference - between 1200 and 1000 guts can matter. See the mechanical speed calculator for details. + between 1200 and 1000 guts can matter. See the mechanical speed calculator for details.
As a corollary, you also cannot win this race with B mile. A miraculous start can get to 350 speed for this race; a B mile - runner with 350 speed is equivalent to an A mile runner with only 207 speed in career. See the spurt calculatorspurt calculator. (This race is why I made it.)
diff --git a/zenno/src/routes/inherit/+page.svelte b/zenno/src/routes/inherit/+page.svelte deleted file mode 100644 index ee456e0..0000000 --- a/zenno/src/routes/inherit/+page.svelte +++ /dev/null @@ -1,3 +0,0 @@ -Given a legacy, calculate the probability distribution of activation counts for each spark.
-TODO
diff --git a/zenno/src/routes/race/+page.svelte b/zenno/src/routes/race/+page.svelte new file mode 100644 index 0000000..4ab3d08 --- /dev/null +++ b/zenno/src/routes/race/+page.svelte @@ -0,0 +1,17 @@ + + +Tools related to understanding Umamusume characters.
+ +- Given a legacy, calculate the chance of generating each spark if you fulfill the conditions to do so, and the distribution of - total spark counts. -
-TODO
diff --git a/zenno/src/routes/vet/+page.svelte b/zenno/src/routes/vet/+page.svelte deleted file mode 100644 index d608140..0000000 --- a/zenno/src/routes/vet/+page.svelte +++ /dev/null @@ -1,4 +0,0 @@ -Set up and track your veterans for Zenno Rob Roy's inspiration and spark calculators.
-All data is saved on your own machine, not transmitted or shared unless you explicitly choose to do so.
-TODO