bug: Update rare weapons tables

This commit is contained in:
2026-06-08 22:13:31 +00:00
parent 41d89cb632
commit f7574aee21
12 changed files with 3654 additions and 1486 deletions

View File

@@ -1,90 +1,167 @@
<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;
}
h2 {
font-family: sans-serif;
letter-spacing: 2px;
}
</style>
<h1>SAMPLE RARE ARCANE WEAPONS</h1>
<p>
<strong>WEAPON</strong> <strong>COST</strong> <strong>ACCURACY</strong>
<strong>DAMAGE</strong>
</p>
<h2>Blessed Mace</h2>
<ul>
<li><strong>Cost:</strong> 200 z</li>
<li><strong>Stats:</strong> 【WLP + WLP】 【HR + 2】 light</li>
<li><strong>Type:</strong> One-handed, Melee, No Quality.</li>
</ul>
<p>
<em>Encyclopedia</em>: 600 z 【INS + INS】 【HR + 6】 physical. Two-handed w
Melee w You are immune to dazed.
</p>
<h2>Ars Goetia</h2>
<ul>
<li><strong>Cost:</strong> 800 z</li>
<li><strong>Stats:</strong> 【INS + INS】 【HR + 6】 light</li>
<li>
<strong>Type:</strong> Two-handed, Melee w You gain a
<strong class="bonus"
>+2 bonus to Magic Checks against demons, as well as a +2 bonus to Opposed
Checks against demons.</strong
>
</li>
</ul>
<h2>Ferula</h2>
<ul>
<li><strong>Cost:</strong> 1050 z</li>
<li><strong>Stats:</strong> 【INS + WLP】 【HR + 2】 physical</li>
<li>
<strong>Type:</strong> One-handed, Melee w You gain a
<strong class="bonus">+1 bonus to your Magic Checks.</strong>
</li>
</ul>
<h2>Tyrant's Scepter</h2>
<ul>
<li><strong>Cost:</strong> 1200 z</li>
<li><strong>Stats:</strong> 【WLP + WLP】 【HR + 6】 dark</li>
<li>
<strong>Type:</strong> Two-handed w Melee w Whenever you hit one or more
creatures with this weapon, each of them loses 10 Mind Points.
</li>
</ul>
<h2>Cultes des Ghoules</h2>
<ul>
<li><strong>Cost:</strong> 1400 z</li>
<li><strong>Stats:</strong> 【INS + INS】 【HR + 6】 air</li>
<li>
<strong>Type:</strong> One-handed, Melee w When you hit one or more
creatures with this weapon, you may recover 5 Hit Points.
</li>
</ul>
<h2>Caduceus</h2>
<ul>
<li><strong>Cost:</strong> 1600 z</li>
<li><strong>Stats:</strong> 【WLP + WLP】 【HR + 6】 physical</li>
<li>
<strong>Type:</strong> Two-handed w Melee w Spells you cast whose effects
restore Hit Points will restore 5 extra Hit Points.
</li>
</ul>
<h2>Necronomicon</h2>
<ul>
<li><strong>Cost:</strong> 1800 z</li>
<li><strong>Stats:</strong> 【INS + WLP】 +1 【HR + 6】 dark</li>
<li>
<strong>Type:</strong> Two-handed w Melee w When you hit one or more
creatures with an offensive (rr) spell, each of them suffers shaken.
</li>
</ul>
<h2>Yellow Book</h2>
<ul>
<li><strong>Cost:</strong> 2100 z</li>
<li><strong>Stats:</strong> 【INS + INS】 【HR + 6】 physical</li>
<li>
<strong>Type:</strong> Two-handed w Melee w Spells you cast deal 5 extra
damage.
</li>
</ul>
<h2>Rafflesia Staff</h2>
<ul>
<li><strong>Cost:</strong> 2200 z</li>
<li><strong>Stats:</strong> 【WLP + WLP】 【HR + 10】 poison</li>
<li>
<strong>Type:</strong> Two-handed w Melee w When you hit one or more
creatures with an offensive (rr) spell, each of them suffers poisoned.
</li>
</ul>
<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>