zenno/doc/mdb: emphasize that support card event outcomes are not in the mdb
ci/woodpecker/push/horsebot Pipeline was successful
ci/woodpecker/push/zenno Pipeline failed

This commit is contained in:
2026-09-14 17:07:25 -04:00
parent caa19dd85a
commit e00fe0965a
+9 -1
View File
@@ -398,6 +398,10 @@
in-game shows a "Connecting..." indicator while it loads, it probably isn't in the mdb. Notably, this includes everything
related to career event outcomes. (Event information on sites like GameTora and GameWith are massive crowd-sourced efforts.)
</p>
<p>Since I see this question about weekly, allow me to reiterate.</p>
<p class="text-4xl font-bold">
Support card event outcomes are not in master.mdb or any other locally stored file. Not even the list of possible skills.
</p>
<p>
This document is oriented toward programmers with understanding of SQL databases. Mentions of <Mono>Gallop::</Mono> are references
to types visible in decompilations of the game, but no C# knowledge is needed.
@@ -588,7 +592,8 @@
{/each}
</tbody>
</table>
Horses in gates<i>after</i> the Gap After Gate listed in this table have the gap width added to their starting lane.
Horses in gates
<i>after</i> the Gap After Gate listed in this table have the gap width added to their starting lane.
<Mono>initial_lane_type</Mono> is 2 on Oi, Kawasaki, and Funabashi; 3 on Longchamp; 4 on Morioka; and 1 elsewhere. (The race mechanics
doc's
<a
@@ -1271,6 +1276,9 @@
Relevant <Mono>text_data</Mono> categories include 75 for name including variant, 76 for variant alone, 77 for character name. Category
151 gives support card effect names, 154 gives effect descriptions, 150 gives unique effect names, and 155 gives unique effect descriptions.
</p>
<p class="text-4xl font-bold">
Support card event outcomes are not in master.mdb or any other locally stored file. Not even the list of possible skills.
</p>
<Sec h={3} id="support_card_data">Support Card Data</Sec>
<p>