21 lines
742 B
HTML
21 lines
742 B
HTML
<link rel="stylesheet" href="/css/book-page.css">
|
|
<link rel="stylesheet" href="/css/book-page.css">
|
|
<h1>22 GAME RULES</h1>
|
|
<p><strong>Chapter Info:</strong> W | CHAPTER</p>
|
|
|
|
<h2>BASIC SHIELDS</h2>
|
|
|
|
<!-- Using a definition list to structure the item attributes -->
|
|
<dl>
|
|
<dt>Bronze Shield</dt>
|
|
<dd>Cost: 100 z | Defense: +2 | M. Defense: - | Initiative: -</dd>
|
|
<dd class="description">No Quality.</dd>
|
|
|
|
<dt>Runic Shield</dt>
|
|
<dd>Cost: 150 z | Defense: +2 | M. Defense: +2 | Initiative: -</dd>
|
|
<dd class="description">No Quality.</dd>
|
|
</dl>
|
|
|
|
<p>The most massive shield in the world is the Adamantower, forged with the hide of an extremely rare and dangerous beast.</p>
|
|
|
|
<p class="credit">Philip Forlenza (Order #)</p> |