fix: Fill blank pages which didn't get copied correctly
This commit is contained in:
@@ -0,0 +1,114 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Accessory</th>
|
||||
<th>Cost</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Gloves, Crimson</td>
|
||||
<td>1000 z</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
When you perform an attack with multi, you gain a +2 bonus to your
|
||||
Accuracy Check.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<td>Pointy Yellow Hat</td>
|
||||
<td>1000 z</td>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">You gain a +1 bonus to your Magic Checks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of the Lion</td>
|
||||
<td>1500 z</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
You gain a +2 bonus to Opposed Checks that rely on Willpower.
|
||||
</td>
|
||||
</tr>
|
||||
<td>Ring of the Owl</td>
|
||||
<td>1500 z</td>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
You gain a +2 bonus to Opposed Checks that rely on Insight.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of the Pupil</td>
|
||||
<td>1500 z</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
As long as you have at least two Bonds of admiration, you gain a +1
|
||||
bonus to both your Defense and Magic Defense.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of Tales</td>
|
||||
<td>1500 z</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
When you roll a critical success, you may spend that opportunity to gain
|
||||
1 Fabula Point.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gloves, Multigroa Skin</td>
|
||||
<td>2000 z</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">You are immune to all status effects.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of Onions</td>
|
||||
<td>2000 z</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
As long as you have this accessory equipped, increase your maximum Hit
|
||||
Points and maximum Mind Points by 2 for each different Class you have.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of Frost</td>
|
||||
<td>2500 z</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
You Absorb ice damage but have Vulnerability to fire damage.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of Magma</td>
|
||||
<td>2500 z</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
You Absorb fire damage but have Vulnerability to ice damage.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ring of the Egg</td>
|
||||
<td>3000 z</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
When reduced to 0 Hit Points, you may instead choose to resist with
|
||||
exactly 1 Hit Point. If you do, the ring breaks (costs 2000 zenit to
|
||||
repair).
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user