bug: Update rare weapons tables
This commit is contained in:
@@ -1,70 +1,181 @@
|
||||
<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 BOW WEAPONS</h2>
|
||||
<p>
|
||||
<strong>WEAPON</strong> <strong>COST</strong> <strong>ACCURACY</strong>
|
||||
<strong>DAMAGE</strong>
|
||||
</p>
|
||||
<section>
|
||||
<h3>Hand Crossbow</h3>
|
||||
<p><strong>Stats:</strong> 150 z 【DEX + INS】 【HR + 4】 physical</p>
|
||||
<p>One-handed w Ranged w No Quality.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Composite Bow</h3>
|
||||
<p><strong>Stats:</strong> 250 z 【DEX + MIG】 +1 【HR + 8】 physical</p>
|
||||
<p>Two-handed w Ranged w No Quality.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Siegebreaker</h3>
|
||||
<p><strong>Stats:</strong> E 750 z 【DEX + INS】 【HR + 12】 physical</p>
|
||||
<p>Two-handed w Ranged w Damage dealt by this weapon ignores Resistances.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Yoichi</h3>
|
||||
<p><strong>Stats:</strong> 900 z 【DEX + DEX】 +1 【HR + 8】 air</p>
|
||||
<p>Two-handed w Ranged w You are immune to shaken.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Thundering Bow</h3>
|
||||
<p><strong>Stats:</strong> 1000 z 【DEX + DEX】 【HR + 8】 bolt</p>
|
||||
<p>Two-handed w Ranged w You have Resistance to bolt damage.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Looting Bow</h3>
|
||||
<p><strong>Stats:</strong> 1250 z 【DEX + INS】 【HR + 8】 fire</p>
|
||||
<p>
|
||||
Two-handed w Ranged w When you reduce a creature to 0 Hit Points with this
|
||||
weapon, you may immediately recover 2 Inventory Points.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Gatling Crossbow</h3>
|
||||
<p><strong>Stats:</strong> E 1350 【DEX + INS】 【HR + 12】 physical</p>
|
||||
<p>Two-handed w Ranged w Attacks with this weapon have multi (2).</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Dragontrap Bow</h3>
|
||||
<p><strong>Stats:</strong> E 1500 z 【DEX + DEX】 【HR + 12】 earth</p>
|
||||
<p>
|
||||
Two-handed w Ranged w When you hit a flying target with this weapon, you may
|
||||
force that target to land immediately.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Frozen Envy</h3>
|
||||
<p><strong>Stats:</strong> E 1500 z 【DEX + DEX】 【HR + 12】 ice</p>
|
||||
<p>
|
||||
Two-handed w Ranged w When you hit one or more creatures with this weapon,
|
||||
if you have at least one Bond of inferiority, you may recover 5 MP .
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Gorgon Eye</h3>
|
||||
<p><strong>Stats:</strong> E 2000 z 【DEX + DEX】 【HR + 12】 poison</p>
|
||||
<p>Two-handed w Ranged w Each target hit by this weapon suffers slow.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Artemis</h3>
|
||||
<p><strong>Stats:</strong> E 2100 z 【DEX + DEX】 +1 【HR + 12】 light</p>
|
||||
<p>Two-handed w Ranged w You have Immunity to dark damage.</p>
|
||||
</section>
|
||||
<hr />
|
||||
|
||||
<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>Hand Crossbow</b></td>
|
||||
<td>150 z</td>
|
||||
<td>【DEX + INS】</td>
|
||||
<td>【HR + 4】physical</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">One-handed ◆ Ranged ◆ No Quality.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Composite Bow</b></td>
|
||||
<td>250 z</td>
|
||||
<td>【DEX + MIG】+1</td>
|
||||
<td>【HR + 8】physical</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ No Quality.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Siegebreaker</b> <span class="rare">◆</span></td>
|
||||
<td>750 z</td>
|
||||
<td>【DEX + INS】</td>
|
||||
<td>【HR + 12】physical</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ Damage dealt by this weapon ignores Resistances.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Yoichi</b></td>
|
||||
<td>900 z</td>
|
||||
<td>【DEX + DEX】+1</td>
|
||||
<td>【HR + 8】air</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ You are immune to <b>shaken</b>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Thundering Bow</b></td>
|
||||
<td>1000 z</td>
|
||||
<td>【DEX + DEX】</td>
|
||||
<td>【HR + 8】bolt</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ You have Resistance to <b>bolt</b> damage.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Looting Bow</b></td>
|
||||
<td>1250 z</td>
|
||||
<td>【DEX + INS】</td>
|
||||
<td>【HR + 8】fire</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ When you reduce a creature to 0 Hit Points with this weapon, you may
|
||||
immediately recover 2 Inventory Points.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Gatling Crossbow</b> <span class="rare">◆</span></td>
|
||||
<td>1350 z</td>
|
||||
<td>【DEX + INS】</td>
|
||||
<td>【HR + 12】physical</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ Attacks with this weapon have <b>multi (2)</b>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Dragontrap Bow</b> <span class="rare">◆</span></td>
|
||||
<td>1500 z</td>
|
||||
<td>【DEX + DEX】</td>
|
||||
<td>【HR + 12】earth</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ When you hit a flying target with this weapon, you may force that target to
|
||||
land immediately.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Frozen Envy</b> <span class="rare">◆</span></td>
|
||||
<td>1500 z</td>
|
||||
<td>【DEX + DEX】</td>
|
||||
<td>【HR + 12】ice</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ When you hit one or more creatures with this weapon, if you have at least
|
||||
one <b>Bond</b> of <b>inferiority</b>, you may recover 5 MP.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Gorgon Eye</b> <span class="rare">◆</span></td>
|
||||
<td>2000 z</td>
|
||||
<td>【DEX + DEX】</td>
|
||||
<td>【HR + 12】poison</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ Each target hit by this weapon suffers <b>slow</b>.</td>
|
||||
</tr>
|
||||
|
||||
<tr class="main">
|
||||
<td class="icon" rowspan="2">🗡️</td>
|
||||
<td><b>Artemis</b> <span class="rare">◆</span></td>
|
||||
<td>2100 z</td>
|
||||
<td>【DEX + DEX】+1</td>
|
||||
<td>【HR + 12】light</td>
|
||||
</tr>
|
||||
<tr class="desc">
|
||||
<td colspan="4">Two-handed ◆ Ranged ◆ You have Immunity to <b>dark</b> damage.</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user