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

@@ -1,4 +1,4 @@
<h1>W INFUSIONS</h1>
<h2>INFUSIONS</h2>
<p>Also: Arcane Ammunition, Blade Coatings, Combat Runes.</p>
<p>
When you successfully hit one or more targets with an attack, you may spend 2
@@ -11,57 +11,67 @@
using an infusion are both part of the action you used to attack with the
weapon.
</p>
<h2>INFUSION EFFECT</h2>
<h3>Basic Infusions</h3>
<ul>
<li>
<strong>Cryo</strong> The attack deals 5 extra damage, and its damage
becomes ice.
</li>
<li>
<strong>Pyro</strong> The attack deals 5 extra damage, and its damage
becomes fire.
</li>
<li>
<strong>Volt</strong> The attack deals 5 extra damage, and its damage
becomes bolt.
</li>
</ul>
<h3>Advanced Infusions</h3>
<ul>
<li>
<strong>Cyclone</strong> The attack deals 5 extra damage, and its damage
becomes air.
</li>
<li>
<strong>Exorcism</strong> The attack deals 5 extra damage, and its damage
becomes light.
</li>
<li>
<strong>Seismic</strong> The attack deals 5 extra damage, and its damage
becomes earth.
</li>
<li>
<strong>Shadow</strong> The attack deals 5 extra damage, and its damage
becomes dark.
</li>
</ul>
<h3>Superior Infusions</h3>
<ul role="group">
<li>
<strong>Vampire</strong>
<p>
<table>
<thead>
<tr>
<th>Infusion</th>
<th>Effect</th>
</tr>
</thead>
<tr>
<th colspan="2"><strong>Basic Infusions</strong></th>
</tr>
<tr>
<td>Cryo</td>
<td>The attack deals 5 extra damage, and its damage becomes ice.</td>
</tr>
<tr>
<td>Pyro</td>
<td>The attack deals 5 extra damage, and its damage becomes fire.</td>
</tr>
<tr>
<td>Volt</td>
<td>The attack deals 5 extra damage, and its damage becomes bolt.</td>
</tr>
<tr>
<th colspan="2"><strong>Advanced Infusions</strong></th>
</tr>
<tr>
<td>Cyclone</td>
<td>The attack deals 5 extra damage, and its damage becomes air.</td>
</tr>
<tr>
<td>Exorcism</td>
<td>The attack deals 5 extra damage, and its damage becomes light.</td>
</tr>
<tr>
<td>Seismic</td>
<td>The attack deals 5 extra damage, and its damage becomes earth.</td>
</tr>
<tr>
<td>Shadow</td>
<td>The attack deals 5 extra damage, and its damage becomes dark.</td>
</tr>
<tr>
<th colspan="2"><strong>Superior Infusions</strong></th>
</tr>
<tr>
<td>Vampire</td>
<td>
Choose one option: you recover an amount of HP equal to half the HP loss
suffered by the target of the attack; or you recover an amount of MP equal
to half the HP loss suffered by the target of the attack.
</p>
<em class="restriction"
>This infusion can only be used if the attack targeted a single
creature.</em
>
</li>
<li>
<strong>Venom</strong> The attack deals 5 extra damage, its damage becomes
poison, and each creature hit by the attack suffers poisoned.
</li>
</ul>
<em class="restriction">
This infusion can only be used if the attack targeted a single creature.
</em>
</td>
</tr>
<tr>
<td>Venom</td>
<td>
The attack deals 5 extra damage, its damage becomes poison, and each
creature hit by the attack suffers poisoned.
</td>
</tr>
</table>