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:
@@ -0,0 +1,95 @@
|
||||
<h2>Spiritist Spells (Cont.)</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Cost</th>
|
||||
<th>Targets</th>
|
||||
<th>Duration</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Heal</td>
|
||||
<td>10 x T</td>
|
||||
<td>Up to three creatures</td>
|
||||
<td>Instantaneous</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You invigorate your companions, soothing their pain and healing their
|
||||
fatigue. Each target recovers 40 Hit Points. This amount increases to 50
|
||||
Hit Points if you are level 20 or higher, or to 60 Hit Points if you are
|
||||
level 40 or higher.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lux</td>
|
||||
<td>10 x T</td>
|
||||
<td>Up to three creatures</td>
|
||||
<td>Instantaneous</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You focus your inner energy into a barrage of blinding soul rays. Each
|
||||
target hit by this spell suffers【 HR + 15】 light damage. Opportunity:
|
||||
Each target hit by this spell suffers dazed.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mercy</td>
|
||||
<td>20</td>
|
||||
<td>One creature</td>
|
||||
<td>Scene</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You strengthen the heart of a creature against suffering and despair.
|
||||
Until this spell ends, if the target would be reduced to 0 Hit Points,
|
||||
they are instead left standing with exactly 1 Hit Point. Once that
|
||||
happens, this spell ends.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Reinforce</td>
|
||||
<td>5 x T</td>
|
||||
<td>Up to three creatures</td>
|
||||
<td>Scene</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You protect the targets from attacks that would corrupt their body and
|
||||
spirit. Choose dazed, enraged, poisoned, shaken, slow, or weak. Until
|
||||
this spell ends, each target becomes immune to the chosen status effect.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Soul Weapon</td>
|
||||
<td>10</td>
|
||||
<td>One equipped weapon</td>
|
||||
<td>Scene</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You imbue a weapon with the cleansing energy of your spirit. Until this
|
||||
spell ends, all damage dealt by the weapon becomes of the light 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>Torpor</td>
|
||||
<td>5 x T</td>
|
||||
<td>Up to three creatures</td>
|
||||
<td>Instantaneous</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
You smother the soul energy coursing through the bodies of your foes,
|
||||
hindering their movements. Choose slow or weak: you inflict the chosen
|
||||
status effect on each target hit by this spell.
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user