feat: Multiple book improvements

- Format spell tables like they are in the book
- Add permalinks to headers
- Formatting
- Book-wide search
This commit is contained in:
2026-06-26 20:50:14 -04:00
parent 7f81f85735
commit 5327b524d2
30 changed files with 25674 additions and 21123 deletions

View File

@@ -1,75 +1,102 @@
<h2>Gamble up to 20</h2>
<p><strong>Type:</strong> Special</p>
<p><strong>Target:</strong> Instantaneous</p>
<p class="duration">
You summon a vortex of chaotic energy. Roll your current Willpower die once
for every 10 Mind Points spent while casting this spell, then keep the single
die you prefer: the number on that die determines the effects of this spell.
</p>
<ol>
<li>
<strong>1:</strong> You lose half of your current Hit Points and half of
your current Mind Points.
</li>
<li>
<strong>2-3:</strong> Each creature present on the scene, including
yourself, suffers poisoned.
</li>
<li>
<strong>4-6:</strong> Each creature present on the scene, including
yourself, suffers slow.
</li>
<li>
<strong>7-8:</strong> Choose up to three creatures you can see: each of them
recovers 50 Hit Points and also recovers from all status effects.
</li>
<li>
<strong>9+:</strong> Choose any number of creatures you can see: each of
them suffers 30 damage. The damage type is determined randomly by rolling a
d6:
</li>
<ul>
<li>1. air</li>
<li>2. bolt</li>
<li>3. dark</li>
<li>4. earth</li>
<li>5. fire</li>
<li>6. poison</li>
</ul>
</ol>
<h2>Mirror 10</h2>
<p><strong>Type:</strong> One creature</p>
<p><strong>Scene Duration:</strong> Until this spell ends</p>
<p>
You twist the laws of magic. Until this spell ends, if an offensive spell is
cast on the target, the creature who cast that offensive spell will be
targeted in their stead (any other targets of the offensive spell will be
targeted as normal). Once that happens, this spell ends.
</p>
<h2>Omega rr 20</h2>
<p><strong>Type:</strong> One creature</p>
<p><strong>Duration:</strong> Instantaneous</p>
<p>
You invoke doom on your foe, turning strength into frailty. The target loses
an amount of Hit Points equal to
<code>【20 + half the target's level】</code>.
</p>
<h2>Stop rr 10</h2>
<p><strong>Type:</strong> One creature</p>
<p><strong>Duration:</strong> Instantaneous</p>
<p>
You trap a foe inside a circle of altered time and space. The target will
perform one fewer action on their next turn (to a minimum of 0 actions).
</p>
<h2>Umbra rr 10 × T</h2>
<p><strong>Type:</strong> Up to three creatures</p>
<p><strong>Duration:</strong> Instantaneous</p>
<p>
A storm of dark energy turns matter into ash. Each target hit by this spell
suffers <code>【HR + 15】</code> dark damage.
</p>
<p><em>Opportunity:</em> Each target hit by this spell suffers weak.</p>
<h3>Notes</h3>
<ul>
<li>Spells marked with rr are offensive spells and require Magic Checks!</li>
</ul>
<h2>Entropist Spells (Cont.)</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Cost</th>
<th>Targets</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td>Gamble</td>
<td>Up to 20</td>
<td>Special</td>
<td>Scene</td>
</tr>
<tr>
<td colspan="4">
You summon a vortex of chaotic energy. Roll your current Willpower die
once for every 10 Mind Points spent while casting this spell, then keep
the single die you prefer: the number on that die determines the effects
of this spell.
<ul>
<li>
1) You lose half of your current Hit Points and half of your current
Mind Points.
</li>
<li>
2-3) Each creature present on the scene, including yourself, suffers
poisoned.
</li>
<li>
4-6) Each creature present on the scene, including yourself, suffers
slow.
</li>
<li>
7-8) Choose up to three creatures you can see: each of them recovers
50 Hit Points and also recovers from all status effects.
</li>
<li>
9+) Choose any number of creatures you can see: each of them suffers
30 damage. The damage type is determined randomly by rolling a d6:
1. air 2. bolt 3. dark 4. earth 5. fire 6. poison
</li>
</ul>
</td>
</tr>
<tr>
<td>Mirror</td>
<td>10</td>
<td>One creature</td>
<td>Scene</td>
</tr>
<tr>
<td colspan="4">
You twist the laws of magic. Until this spell ends, if an offensive (r)
spell is cast on the target, the creature who cast that offensive spell
will be targeted in their stead (any other targets of the offensive
spell will be targeted as normal). Once that happens, this spell ends.
</td>
</tr>
<tr>
<td>Omega</td>
<td>20</td>
<td>One creature</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You invoke doom on your foe, turning strength into frailty. The target
loses an amount of Hit Points equal to【 20 + half the target's level】
</td>
</tr>
<tr>
<td>Stop</td>
<td>10</td>
<td>One creature</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You trap a foe inside a circle of altered time and space. The target
will perform one fewer action on their next turn (to a minimum of 0
actions).
</td>
</tr>
<tr>
<td>Umbra</td>
<td>10 x T</td>
<td>Up to three creatures</td>
<td>Scene</td>
</tr>
<tr>
<td colspan="4">
A storm of dark energy turns matter into ash. Each target hit by this
spell suffers 【HR + 15】 dark damage. Opportunity: Each target hit by
this spell suffers weak.
</td>
</tr>
</tbody>
</table>