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,89 +1,95 @@
<h1>ELEMENTALIST SPELLS</h1>
<h2>SPELL</h2>
<div class="spell-entry">
<h3>Elemental Shroud</h3>
<p><strong>Cost:</strong> 5</p>
<p><strong>Targets:</strong> T</p>
<p><strong>Duration:</strong> Up to three creatures</p>
<p><strong>Action:</strong> Scene</p>
<p>
You weave magical energy and protect the targets from the fury of the
elements.
</p>
<p>
Choose a damage type: air, bolt, earth, fire or ice. Until this spell ends,
each target gains Resistance against the chosen damage type.
</p>
</div>
<div class="spell-entry">
<h3>Elemental Weapon</h3>
<p><strong>Cost:</strong> 10</p>
<p><strong>Targets:</strong> One weapon</p>
<p><strong>Duration:</strong> Scene</p>
<p>
You imbue a weapon with elemental energy. Choose a damage type: air, bolt,
earth, fire, or ice. Until this spell ends, all damage dealt by the weapon
becomes of the chosen damage type.
</p>
<ul>
<li>
If you have that weapon equipped while you cast this spell, you may
perform a free attack with it as part of the same action.
</li>
<li>
This spell can only be cast on a weapon equipped by a willing creature.
</li>
</ul>
</div>
<div class="spell-entry">
<h3>Flare</h3>
<p><strong>Cost:</strong> rr 20</p>
<p><strong>Targets:</strong> One creature</p>
<p><strong>Duration:</strong> Instantaneous</p>
<p>
You channel a single ray of fire towards your foe, its temperature so high
that it will pierce through most defenses. The target suffers
<strong>【HR + 25】</strong> fire damage.
</p>
<p>Damage dealt by this spell ignores Resistances.</p>
</div>
<div class="spell-entry">
<h3>Fulgur</h3>
<p><strong>Cost:</strong> rr 10</p>
<p><strong>Targets:</strong> × T</p>
<p><strong>Duration:</strong> Up to three creatures</p>
<p><strong>Action:</strong> Instantaneous</p>
<p>
You weave electricity into a wave of crackling bolts. Each target hit by
this spell suffers <strong>【HR + 15】</strong> bolt damage.
</p>
<p class="opportunity">
<strong>Opportunity:</strong> Each target hit by this spell suffers dazed.
</p>
</div>
<div class="spell-entry">
<h3>Glacies</h3>
<p><strong>Cost:</strong> rr 10</p>
<p><strong>Targets:</strong> × T</p>
<p><strong>Duration:</strong> Up to three creatures</p>
<p><strong>Action:</strong> Instantaneous</p>
<p>
You coat your foes under a thick layer of frost. Each target hit by this
spell suffers <strong>【HR + 15】</strong> ice damage.
</p>
<p class="opportunity">
<strong>Opportunity:</strong> Each target hit by this spell suffers slow.
</p>
</div>
<div class="spell-entry">
<h3>Iceberg</h3>
<p><strong>Cost:</strong> rr 20</p>
<p><strong>Targets:</strong> One creature</p>
<p><strong>Duration:</strong> Instantaneous</p>
<p>
A pillar of ice magic envelops your foe, suddenly dropping their body
temperature to a critical level. The target suffers
<strong>【HR + 25】</strong> ice damage.
</p>
<p>Damage dealt by this spell ignores Resistances.</p>
</div>
<h2>Elementalist Spells</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Cost</th>
<th>Targets</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td>Elemental Shroud</td>
<td>5 x T</td>
<td>Up to three creatures</td>
<td>scene</td>
</tr>
<tr>
<td colspan="4">
You weave magical energy and protect the targets from the fury of the
elements. Choose a damage type: air, bolt, earth, fire or ice. Until
this spell ends, each target gains Resistance against the chosen damage
type.
</td>
</tr>
<tr>
<td>Elemental Weapon</td>
<td>10</td>
<td>One weapon</td>
<td>Scene</td>
</tr>
<tr>
<td colspan="4">
You imbue a weapon with elemental energy. Choose a damage type: air,
bolt, earth, fire, or ice. Until this spell ends, all damage dealt by
the weapon becomes of the chosen damage type. If you have that weapon
equipped while you cast this spell, you may perform a free attack with
it as part of the same action. This spell can only be cast on a weapon
equipped by a willing creature.
</td>
</tr>
<tr>
<td>Flare</td>
<td>20</td>
<td>One creature</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You channel a single ray of fire towards your foe, its temperature so
high that it will pierce through most defenses. The target suffers【 HR
+ 25】 fire damage. Damage dealt by this spell ignores Resistances.
</td>
</tr>
<tr>
<td>Fulgur</td>
<td>10 x T</td>
<td>Up to three creatures</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You weave electricity into a wave of crackling bolts. Each target hit by
this spell suffers 【HR + 15】 bolt damage. Opportunity: Each target hit
by this spell suffers dazed.
</td>
</tr>
<tr>
<td>Glacies</td>
<td>10 x T</td>
<td>Up to three creatures</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
You coat your foes under a thick layer of frost. Each target hit by this
spell suffers【 HR + 15】 ice damage. Opportunity: Each target hit by
this spell suffers slow.
</td>
</tr>
<tr>
<td>Iceberg</td>
<td>20</td>
<td>One creature</td>
<td>Instantaneous</td>
</tr>
<tr>
<td colspan="4">
A pillar of ice magic envelops your foe, suddenly dropping their body
temperature to a critical level. The target suffers【 HR + 25】 ice
damage. Damage dealt by this spell ignores Resistances.
</td>
</tr>
</tbody>
</table>