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. spark's normal effects instead.
</p> </p>
<Sec h={2} id="supports">Support cards</Sec> <Sec h={2} id="supports">Support Cards</Sec>
<p> <p>
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>
<Sec h={3} id="support_card_data">Support Card Data</Sec>
<p> <p>
Queries should join with <Mono>support_card_data</Mono> inside. Queries should join with <Mono>support_card_data</Mono> inside.
</p> </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>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> <li><Mono>effect_id</Mono> is the specific instance of Pure Passion the card can grant, for groups.</li>
</ul> </ul>
<Sec h={3} id="support_card_effect_table">Support Card Effects</Sec>
<p> <p>
<Mono>support_card_effect_table</Mono> gives progressions of support card stats. There is one row per stat per support card. Unique <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. effects are not included.
@@ -381,6 +385,8 @@
to no interpolation). to no interpolation).
</li> </li>
</ul> </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> <p>Unique effect data is in <Mono>support_card_unique_effect</Mono>.</p>
<ul class="ml-4 list-disc pb-4"> <ul class="ml-4 list-disc pb-4">
<li> <li>
@@ -472,6 +478,8 @@
</ul> </ul>
</li> </li>
</ul> </ul>
<Sec h={3} id="single_mode_hint_gain">Hints</Sec>
<p> <p>
Lastly, the table <Mono>single_mode_hint_gain</Mono> lists the effects of hints during career. Lastly, the table <Mono>single_mode_hint_gain</Mono> lists the effects of hints during career.
</p> </p>