bug: Pages numbered correctly in books/core
This commit is contained in:
@@ -1,93 +1,106 @@
|
||||
<link rel="stylesheet" href="/css/book-page.css">
|
||||
<link rel="stylesheet" href="/css/book-page.css">
|
||||
<h1>Item Equipment Listings</h1>
|
||||
<p class="metadata">Page 282 | ITEM COST DEFENSE M. DEFENSE INITIATIVE</p>
|
||||
<h1>CHAPTER SAMPLE RARE SHIELDS</h1>
|
||||
<h2>Available Shields</h2>
|
||||
|
||||
<!-- Item: Black Belt -->
|
||||
<div class="item-entry">
|
||||
<h2>Black Belt</h2>
|
||||
<p class="stats">1000 z DEX die INS die -</p>
|
||||
<p class="effect">Your attacks with brawling weapons deal 5 extra damage.</p>
|
||||
</div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ITEM</th>
|
||||
<th>COST</th>
|
||||
<th>DEFENSE</th>
|
||||
<th>M. DEFENSE</th>
|
||||
<th>INITIATIVE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Aegis, Fulgur</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to bolt damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Gelum</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to ice damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Gorgonis</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to poison damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Ignis</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to fire damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Lux</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to light damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Terra</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to earth damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Umbra</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to dark damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Aegis, Ventus</strong></td>
|
||||
<td>800 z +2</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>You have Resistance to air damage.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Demonshield</strong></td>
|
||||
<td>E 950 z +2</td>
|
||||
<td>+2</td>
|
||||
<td>+2</td>
|
||||
<td>After a creature deals damage to you, if you are in Crisis, you may have that creature suffer shaken.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Shield of Spring</strong></td>
|
||||
<td>E 1150 z +2</td>
|
||||
<td>+2</td>
|
||||
<td>+2</td>
|
||||
<td>Whenever you recover Hit Points, you recover 5 extra Hit Points.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Seraph Shield</strong></td>
|
||||
<td>E 2050 z +2</td>
|
||||
<td>+2</td>
|
||||
<td>+2</td>
|
||||
<td>As long as you are in Crisis, you are immune to all status effects.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Adamantower</strong></td>
|
||||
<td>E 2500 z +3</td>
|
||||
<td>+3</td>
|
||||
<td>+3</td>
|
||||
<td>You gain a +1 bonus to Defense and Magic Defense (already included).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!-- Item: Meditation Robe -->
|
||||
<div class="item-entry">
|
||||
<h2>Meditation Robe</h2>
|
||||
<p class="stats">1000 z DEX die +1 INS die +2 -2</p>
|
||||
<p class="effect">Whenever you recover Mind Points, you recover 5 extra Mind Points.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Archmage Robe -->
|
||||
<div class="item-entry">
|
||||
<h2>Archmage Robe</h2>
|
||||
<p class="stats">1200 z DEX die +1 INS die +2 -2</p>
|
||||
<p class="effect">You gain a +1 bonus to your Magic Checks.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Automaton Suit -->
|
||||
<div class="item-entry">
|
||||
<h2>Automaton Suit</h2>
|
||||
<p class="stats">E 1250 z 11 INS die +1 -3</p>
|
||||
<p class="effect">You have Immunity to earth and poison damage, but Vulnerability to bolt damage.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Adamantorso -->
|
||||
<div class="item-entry">
|
||||
<h2>Adamantorso</h2>
|
||||
<p class="stats">E 1300 z 12 INS die -4</p>
|
||||
<p class="effect">You have Resistance to physical damage.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Ardent Yoroi -->
|
||||
<div class="item-entry">
|
||||
<h2>Ardent Yoroi</h2>
|
||||
<p class="stats">E 1300 z 12 INS die -4</p>
|
||||
<p class="effect">You gain a +1 bonus to your Accuracy Checks.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Demongrin -->
|
||||
<div class="item-entry">
|
||||
<h2>Demongrin</h2>
|
||||
<p class="stats">E 1500 z 12 INS die -4</p>
|
||||
<p class="effect">After a creature hits you with a melee attack, you deal 5 fire damage to that creature (after the attack has been resolved).</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Bio Plate -->
|
||||
<div class="item-entry">
|
||||
<h2>Bio Plate</h2>
|
||||
<p class="stats">E 1700 z 11 INS die -3</p>
|
||||
<p class="effect">You have Immunity to poison damage.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: White Tunic -->
|
||||
<div class="item-entry">
|
||||
<h2>White Tunic</h2>
|
||||
<p class="stats">1700 z DEX die +1 INS die +2 -2</p>
|
||||
<p class="effect">Spells you cast whose effects restore Hit Points will restore 5 extra Hit Points.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Granny Vest -->
|
||||
<div class="item-entry">
|
||||
<h2>Granny Vest</h2>
|
||||
<p class="stats">2000 z DEX die INS die +2 -1</p>
|
||||
<p class="effect">As long as you have this armor equipped, you treat your Willpower as if it were one die size higher (up to a maximum of d12).</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Black Tunic -->
|
||||
<div class="item-entry">
|
||||
<h2>Black Tunic</h2>
|
||||
<p class="stats">2200 z DEX die +1 INS die +2 -2</p>
|
||||
<p class="effect">Spells you cast deal 5 extra damage.</p>
|
||||
</div>
|
||||
|
||||
<!-- Item: Red Tunic -->
|
||||
<div class="item-entry">
|
||||
<h2>Red Tunic</h2>
|
||||
<p class="stats">2500 z DEX die INS die +2 -1</p>
|
||||
<p class="effect">You are treated as having an arcane weapon equipped for the sake of Skills that require it.</p>
|
||||
</div>
|
||||
|
||||
<!-- Footer/Metadata -->
|
||||
<div class="order-details">
|
||||
<section id="metadata">
|
||||
<p>Philip Forlenza (Order #)</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user