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,91 +1,97 @@
<div>
<h2>Spell Catalogue</h2>
<section>
<h3>Ignis</h3>
<p>
<strong>Metadata:</strong> rr 10 × T | Up to three creatures |
Instantaneous
</p>
<p>
You unleash a searing barrage against your foes, conjuring flames out of
thin air. Each target hit by this spell suffers
<strong>【HR + 15】 fire damage</strong>.
</p>
<p><em>Opportunity:</em> Each target hit by this spell suffers shaken.</p>
</section>
<section>
<h3>Soaring Strike</h3>
<p><strong>Metadata:</strong> 10 | Self | Instantaneous</p>
<p>
The wind carries your strikes across the battlefield. You may immediately
perform a free attack with a melee weapon you have equipped. This attack
may target creatures that can only be targeted by ranged attacks.
</p>
<ul>
<li>
If you used a weapon belonging to the brawling or spear Category for
this attack, it deals 5 extra damage.
</li>
<li>
If you hit a flying target with this attack, you may force them to land
immediately.
</li>
</ul>
</section>
<section>
<h3>Terra</h3>
<p>
<strong>Metadata:</strong> rr 10 × T | Up to three creatures |
Instantaneous
</p>
<p>
Spires of jagged rock erupt from the ground beneath your foes, closing
around them. Each target hit by this spell suffers
<strong>【HR + 15】 earth damage</strong>. This spell cannot target
creatures who are flying, floating, falling, or otherwise in mid-air.
</p>
<p>
<em>Opportunity:</em> Each target hit by this spell performs one fewer
action on their next turn (to a minimum of 0 actions).
</p>
</section>
<section>
<h3>Thunderbolt</h3>
<p><strong>Metadata:</strong> rr 20 | One creature | Instantaneous</p>
<p>
You send lightning striking at your foe. The target suffers
<strong>【HR + 25】 bolt damage</strong>.
</p>
<p>Damage dealt by this spell ignores Resistances.</p>
</section>
<section>
<h3>Ventus</h3>
<p>
<strong>Metadata:</strong> rr 10 × T | Up to three creatures |
Instantaneous
</p>
<p>
You summon the power of winds against your enemy. Each target hit by this
spell suffers <strong>【HR + 15】 air damage</strong>.
</p>
<p>
<em>Opportunity:</em> Each flying target hit by this spell is forced to
land immediately.
</p>
</section>
<section>
<h3>Vortex</h3>
<p><strong>Metadata:</strong> 10 | Self | Scene</p>
<p>
A roaring gale surrounds you, blowing away arrows and bullets. Until this
spell ends, you gain a +2 bonus to your Defense against ranged attacks.
</p>
</section>
<aside>
<h4>Notes</h4>
<p>
<strong>cc</strong> Spells marked with <code>rr</code> are offensive
spells and require Magic Checks!
</p>
</aside>
</div>
<h2>Elementalist Spells (Cont.)</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Cost</th>
<th>Targets</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ignis</td>
<td>10 x T</td>
<td>Up to three creatures</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You unleash a searing barrage against your foes, conjuring flames out of
thin air. Each target hit by this spell suffers【 HR + 15】 fire damage.
Opportunity: Each target hit by this spell suffers shaken.
</td>
</tr>
<tr>
<td>Soaring Strike</td>
<td>10</td>
<td>Self</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
The wind carries your strikes across the battlefield. You may
immediately perform a free attack with a melee weapon you have equipped.
This attack may target creatures that can only be targeted by ranged
attacks. If you used a weapon belonging to the brawling or spear
Category for this attack, it deals 5 extra damage. If you hit a flying
target with this attack, you may force them to land immediately.
</td>
</tr>
<tr>
<td>Terra</td>
<td>10 x T</td>
<td>Up to three creatures</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
Spires of jagged rock erupt from the ground beneath your foes, closing
around them. Each target hit by this spell suffers【 HR + 15】 earth
damage. This spell cannot target creatures who are flying, floating,
falling, or otherwise in mid-air. Opportunity: Each target hit by this
spell performs one fewer action on their next turn (to a minimum of 0
actions).
</td>
</tr>
<tr>
<td>Thunderbolt</td>
<td>20</td>
<td>One creature</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You send lightning striking at your foe. The target suffers【 HR + 25】
bolt damage. Damage dealt by this spell ignores Resistances.
</td>
</tr>
<tr>
<td>Ventus</td>
<td>10 x T</td>
<td>One creature</td>
<td>Instantaneosu</td>
</tr>
<tr>
<td colspan="4">
You summon the power of winds against your enemy. Each target hit by
this spell suffers【 HR + 15】 air damage. Opportunity: Each flying
target hit by this spell is forced to land immediately.
</td>
</tr>
<tr>
<td>Vortex</td>
<td>10</td>
<td>Self</td>
<td>Scene</td>
</tr>
<tr>
<td colspan="4">
A roaring gale surrounds you, blowing away arrows and bullets. Until
this spell ends, you gain a +2 bonus to your Defense against ranged
attacks.
</td>
</tr>
</tbody>
</table>