zenno/doc/mdb: divide support card docs into sections

This commit is contained in:
2026-08-21 15:12:42 -04:00
parent d8d9ec6543
commit 6b8b494739
+9 -1
View File
@@ -314,11 +314,13 @@
spark's normal effects instead.
</p>
<Sec h={2} id="supports">Support cards</Sec>
<Sec h={2} id="supports">Support Cards</Sec>
<p>
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>
<Sec h={3} id="support_card_data">Support Card Data</Sec>
<p>
Queries should join with <Mono>support_card_data</Mono> inside.
</p>
@@ -349,6 +351,8 @@
<li><Mono>outing_max</Mono> is the number of recreation events with the card, for pals and groups.</li>
<li><Mono>effect_id</Mono> is the specific instance of Pure Passion the card can grant, for groups.</li>
</ul>
<Sec h={3} id="support_card_effect_table">Support Card Effects</Sec>
<p>
<Mono>support_card_effect_table</Mono> gives progressions of support card stats. There is one row per stat per support card. Unique
effects are not included.
@@ -381,6 +385,8 @@
to no interpolation).
</li>
</ul>
<Sec h={3} id="support_card_unique_effect">Unique Effects</Sec>
<p>Unique effect data is in <Mono>support_card_unique_effect</Mono>.</p>
<ul class="ml-4 list-disc pb-4">
<li>
@@ -472,6 +478,8 @@
</ul>
</li>
</ul>
<Sec h={3} id="single_mode_hint_gain">Hints</Sec>
<p>
Lastly, the table <Mono>single_mode_hint_gain</Mono> lists the effects of hints during career.
</p>