Files
fabula-ultima-html/books/core/270.html
Drew Malzahn 5327b524d2 feat: Multiple book improvements
- Format spell tables like they are in the book
- Add permalinks to headers
- Formatting
- Book-wide search
2026-06-26 20:50:36 -04:00

178 lines
4.3 KiB
HTML

<style>
table {
border-collapse: collapse;
width: 100%;
}
th {
/* background-color: #2d5a4e;
color: white; */
padding: 8px 12px;
text-align: left;
}
td {
padding: 6px 12px;
vertical-align: top;
}
tr.desc td {
/* background-color: #f0f4f0; */
font-size: 0.95em;
}
tr.main td {
border-top: 1px solid #ccc;
}
.icon {
width: 48px;
text-align: center;
}
</style>
<h1>SAMPLE RARE ARCANE WEAPONS</h1>
<table>
<thead>
<tr>
<th colspan="2">WEAPON</th>
<th>COST</th>
<th>ACCURACY</th>
<th>DAMAGE</th>
</tr>
</thead>
<tbody>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Blessed Mace</b></td>
<td>200 z</td>
<td>【WLP + WLP】</td>
<td>【HR + 2】light</td>
</tr>
<tr class="desc">
<td colspan="4">One-handed ◆ Melee ◆ No Quality.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Encyclopedia</b></td>
<td>600 z</td>
<td>【INS + INS】</td>
<td>【HR + 6】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ You are immune to <b>dazed</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Ars Goetia</b></td>
<td>800 z</td>
<td>【INS + INS】</td>
<td>【HR + 6】light</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ You gain a +2 bonus to Magic Checks against
<b>demons</b>, as well as a <b>+2</b> bonus to Opposed Checks against
<b>demons</b>.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Ferula</b></td>
<td>1050 z</td>
<td>【INS + WLP】</td>
<td>【HR + 2】physical</td>
</tr>
<tr class="desc">
<td colspan="4">
One-handed ◆ Melee ◆ You gain a +1 bonus to your Magic Checks.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Tyrant's Scepter</b></td>
<td>1200 z</td>
<td>【WLP + WLP】</td>
<td>【HR + 6】dark</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ Whenever you hit one or more creatures with this
weapon, each of them loses 10 Mind Points.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Cultes des Ghoules</b></td>
<td>1400 z</td>
<td>【INS + INS】</td>
<td>【HR + 6】air</td>
</tr>
<tr class="desc">
<td colspan="4">
One-handed ◆ Melee ◆ When you hit one or more creatures with this
weapon, you may recover 5 Hit Points.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Caduceus</b></td>
<td>1600 z</td>
<td>【WLP + WLP】</td>
<td>【HR + 6】physical</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ Spells you cast whose effects restore Hit Points
will restore 5 extra Hit Points.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Necronomicon</b></td>
<td>1800 z</td>
<td>【INS + WLP】+1</td>
<td>【HR + 6】dark</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ When you hit one or more creatures with an
offensive (⚡) spell, each of them suffers <b>shaken</b>.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Yellow Book</b></td>
<td>2100 z</td>
<td>【INS + INS】</td>
<td>【HR + 6】physical</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ Spells you cast deal 5 extra damage.
</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Rafflesia Staff</b></td>
<td>2200 z</td>
<td>【WLP + WLP】</td>
<td>【HR + 10】poison</td>
</tr>
<tr class="desc">
<td colspan="4">
Two-handed ◆ Melee ◆ When you hit one or more creatures with an
offensive (⚡) spell, each of them suffers <b>poisoned</b>.
</td>
</tr>
</tbody>
</table>