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,89 +1,181 @@
<h1>SAMPLE RARE FLAIL WEAPONS</h1>
<section>
<article>
<h2>Old Whip</h2>
<p><strong>Cost/Stats:</strong> 650 z | 【DEX + DEX】 【HR + 8】</p>
<p>
<strong>Type:</strong> Two-handed, Melee, Deals 5 extra damage to beasts
and monsters.
</p>
</article>
<article>
<h2>Dusk Star</h2>
<p><strong>Cost/Stats:</strong> 750 z | 【DEX + DEX】 【HR + 4】</p>
<p><strong>Type:</strong> One-handed, Melee. You are immune to shaken.</p>
</article>
<article>
<h2>Witchbane</h2>
<p><strong>Cost/Stats:</strong> 800 z | 【DEX + DEX】 +1 【HR + 8】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. Damage dealt by this weapon
reduces the target's Mind Points instead of their Hit Points. If the
target's Mind Points reach 0, any excess damage is applied to their Hit
Points as normal.
</p>
</article>
<article>
<h2>Salamander</h2>
<p><strong>Cost/Stats:</strong> 1000 z | 【DEX + MIG】 【HR + 8】</p>
<p>
<strong>Type:</strong> One-handed, Melee. You have Resistance to fire
damage.
</p>
</article>
<article>
<h2>Nunchaku</h2>
<p><strong>Cost/Stats:</strong> 1100 z | 【DEX + MIG】 【HR + 8】</p>
<p>
<strong>Type:</strong> One-handed, Melee. You gain a +1 bonus to Defense.
</p>
</article>
<article>
<h2>Dominatrix</h2>
<p><strong>Cost/Stats:</strong> 1200 z | 【DEX + WLP】 【HR + 8】</p>
<p>
<strong>Type:</strong> One-handed, Melee. You gain a +2 bonus to Accuracy
Checks and Magic Checks against enraged targets.
</p>
</article>
<article>
<h2>Whipblade</h2>
<p><strong>Cost/Stats:</strong> 1400 z | 【DEX + MIG】 +1 【HR + 12】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. Attacks with this weapon have
multi (2).
</p>
</article>
<article>
<h2>Silk Wire</h2>
<p><strong>Cost/Stats:</strong> 1450 z | 【DEX + DEX】 【HR + 12】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. You have Resistance to physical
damage.
</p>
</article>
<article>
<h2>Kusarigama</h2>
<p><strong>Cost/Stats:</strong> 1650 z | 【DEX + DEX】 【HR + 8】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. Each target hit by this weapon
suffers slow.
</p>
</article>
<article>
<h2>Jormungand</h2>
<p><strong>Cost/Stats:</strong> 2400 z | 【DEX + MIG】 【HR + 12】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. Attacks with this weapon have
multi (3).
</p>
</article>
<article>
<h2>Koi Whisker</h2>
<p><strong>Cost/Stats:</strong> 2800 z | 【DEX + WLP】 【HR + 12】</p>
<p>
<strong>Type:</strong> Two-handed, Melee. You have Immunity to dark and
light damage.
</p>
</article>
</section>
<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;
}
.rare {
color: #c0392b;
}
h2 {
font-family: sans-serif;
letter-spacing: 2px;
}
</style>
<h2>SAMPLE RARE FLAIL WEAPONS</h2>
<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>Old Whip</b></td>
<td>650 z</td>
<td>【DEX + DEX】</td>
<td>【HR + 8】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ Deals 5 extra damage to <b>beasts</b> and <b>monsters</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Dusk Star</b></td>
<td>750 z</td>
<td>【DEX + DEX】</td>
<td>【HR + 4】dark</td>
</tr>
<tr class="desc">
<td colspan="4">One-handed ◆ Melee ◆ You are immune to <b>shaken</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Witchbane</b></td>
<td>800 z</td>
<td>【DEX + DEX】+1</td>
<td>【HR + 8】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ Damage dealt by this weapon reduces the target's <b>Mind Points</b> instead
of their <b>Hit Points</b>. If the target's Mind Points reach 0, any excess damage is applied to their Hit
Points as normal.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Salamander</b></td>
<td>1000 z</td>
<td>【DEX + MIG】</td>
<td>【HR + 8】physical</td>
</tr>
<tr class="desc">
<td colspan="4">One-handed ◆ Melee ◆ You have Resistance to <b>fire</b> damage.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Nunchaku</b></td>
<td>1100 z</td>
<td>【DEX + MIG】</td>
<td>【HR + 8】physical</td>
</tr>
<tr class="desc">
<td colspan="4">One-handed ◆ Melee ◆ You gain a +1 bonus to Defense.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Dominatrix</b></td>
<td>1200 z</td>
<td>【DEX + WLP】</td>
<td>【HR + 8】fire</td>
</tr>
<tr class="desc">
<td colspan="4">One-handed ◆ Melee ◆ You gain a +2 bonus to Accuracy Checks and Magic Checks against
<b>enraged</b> targets.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Whipblade</b> <span class="rare"></span></td>
<td>1400 z</td>
<td>【DEX + MIG】+1</td>
<td>【HR + 12】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ Attacks with this weapon have <b>multi (2)</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Silk Wire</b> <span class="rare"></span></td>
<td>1450 z</td>
<td>【DEX + DEX】</td>
<td>【HR + 12】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ You have Resistance to <b>physical</b> damage.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Kusarigama</b></td>
<td>1650 z</td>
<td>【DEX + DEX】</td>
<td>【HR + 8】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ Each target hit by this weapon suffers <b>slow</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Jormungand</b> <span class="rare"></span></td>
<td>2400 z</td>
<td>【DEX + MIG】</td>
<td>【HR + 12】dark</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ Attacks with this weapon have <b>multi (3)</b>.</td>
</tr>
<tr class="main">
<td class="icon" rowspan="2">🗡️</td>
<td><b>Koi Whisker</b> <span class="rare"></span></td>
<td>2800 z</td>
<td>【DEX + WLP】</td>
<td>【HR + 12】physical</td>
</tr>
<tr class="desc">
<td colspan="4">Two-handed ◆ Melee ◆ You have Immunity to <b>dark</b> and <b>light</b> damage.</td>
</tr>
</tbody>
</table>