zenno/doc/mdb: emphasize that support card event outcomes are not in the mdb
This commit is contained in:
@@ -398,6 +398,10 @@
|
|||||||
in-game shows a "Connecting..." indicator while it loads, it probably isn't in the mdb. Notably, this includes everything
|
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.)
|
related to career event outcomes. (Event information on sites like GameTora and GameWith are massive crowd-sourced efforts.)
|
||||||
</p>
|
</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>
|
<p>
|
||||||
This document is oriented toward programmers with understanding of SQL databases. Mentions of <Mono>Gallop::</Mono> are references
|
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.
|
to types visible in decompilations of the game, but no C# knowledge is needed.
|
||||||
@@ -588,7 +592,8 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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
|
<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
|
doc's
|
||||||
<a
|
<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
|
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.
|
151 gives support card effect names, 154 gives effect descriptions, 150 gives unique effect names, and 155 gives unique effect descriptions.
|
||||||
</p>
|
</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>
|
<Sec h={3} id="support_card_data">Support Card Data</Sec>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user