fix: Format the rest of the classes

This commit is contained in:
2026-06-27 14:42:19 -04:00
parent 0df867ffa6
commit b716f8111a
32 changed files with 901 additions and 681 deletions

View File

@@ -6,11 +6,11 @@
among those you have unlocked (basic, advanced or superior) and spend the
appropriate amount of Inventory Points.
</p>
<h2>MIX</h2>
<table style="width: 100%; border-collapse: collapse">
<thead>
<tr>
<th style="width: 20%">Level</th>
<th style="width: 20%">Mix</th>
<th style="width: 15%">IP Cost</th>
<th style="width: 65%">Description</th>
</tr>
@@ -33,12 +33,14 @@
</tr>
</tbody>
</table>
<p>
When you create a mix, roll the amount of twenty-sided dice indicated by that
mix, then assign one of those rolls to the target table (below) and one to the
effect table (on the right). Discard all remaining dice, then describe the
effects of the mix!
</p>
<p class="example">
Example: You spend 5 Inventory Points for a superior mix and roll four
twenty-sided dice. You roll 3, 14, 9 and 4. You might assign 14 to target and
@@ -47,20 +49,38 @@
bolt damage to a single enemy; or even assign 9 to target and 14 to effect to
inflict four status effects on that foe!
</p>
<p>Whatever your choice, the two dice you don't assign will be discarded.</p>
<p>
The two effects marked with "Any" on the effect table are always available and
can be chosen if none of the available effects appeal to you.
</p>
<h2>TARGET</h2>
<dl>
<dt>1-6</dt>
<dd>... you or one ally you can see that is present on the scene.</dd>
<dt>7-11</dt>
<dd>... one enemy you can see that is present on the scene.</dd>
<dt>12-16</dt>
<dd>... you and every ally present on the scene.</dd>
<dt>17-20</dt>
<dd>... every enemy present on the scene.</dd>
</dl>
<h2>INVENTION TYPES</h2>
<table>
<thead>
<tr>
<th>Die</th>
<th>The potion affects...</th>
</tr>
</thead>
<tbody>
<tr>
<td>1-6</td>
<td>... you or one ally you can see that is present on the scene.</td>
</tr>
<tr>
<td>7-11</td>
<td>... one enemy you can see that is present on the scene.</td>
</tr>
<tr>
<td>12-16</td>
<td>... you and every ally present on the scene.</td>
</tr>
<tr>
<td>17-20</td>
<td>... every enemy present on the scene.</td>
</tr>
</tbody>
</table>