feat: Add core rules
This commit is contained in:
124
books/core/277.html
Normal file
124
books/core/277.html
Normal file
@@ -0,0 +1,124 @@
|
||||
<link rel="stylesheet" href="/css/book-page.css">
|
||||
<link rel="stylesheet" href="/css/book-page.css">
|
||||
<header>
|
||||
<h1>Equipment Catalog</h1>
|
||||
</header>
|
||||
|
||||
<section id="weapon-list">
|
||||
<h2>Sample Rare Heavy Weapons</h2>
|
||||
|
||||
<p class="metadata"><strong>Attributes:</strong> WEAPON | COST | ACCURACY | DAMAGE</p>
|
||||
|
||||
<!-- Weapon 1 -->
|
||||
<div>
|
||||
<h3>Bardiche <abbr title="Electric">E</abbr> 350 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 14】 physical</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w No Quality.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 2 -->
|
||||
<div>
|
||||
<h3>Artisan's Mallet <abbr title="Electric">E</abbr> 450 z</h3>
|
||||
<p><strong>Stats:</strong> 【INS + MIG】 【HR + 6】 physical</p>
|
||||
<ul>
|
||||
<li>One-handed w Melee w Deals 5 extra damage to constructs.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 3 -->
|
||||
<div>
|
||||
<h3>Beowulf <abbr title="Electric">E</abbr> 550 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 10】 physical</p>
|
||||
<ul>
|
||||
<li>One-handed w Melee w Deals 5 extra damage to monsters.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 4 -->
|
||||
<div>
|
||||
<h3>Belly of the Beast <abbr title="Electric">E</abbr> 650 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 14】 poison</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w Deals 5 extra damage to humanoids.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 5 -->
|
||||
<div>
|
||||
<h3>Forest Hatchet <abbr title="Electric">E</abbr> 750 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 10】 physical</p>
|
||||
<ul>
|
||||
<li>One-handed w Melee w Deals 5 extra damage to beasts and plants.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 6 -->
|
||||
<div>
|
||||
<h3>Adamanthammer <abbr title="Electric">E</abbr> 1050 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 14】 physical</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w You gain a +1 bonus to Defense.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 7 -->
|
||||
<div>
|
||||
<h3>Aura Hammer <abbr title="Electric">E</abbr> 1350 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 14】 light</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w Attacks with this weapon have multi (2).</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 8 -->
|
||||
<div>
|
||||
<h3>Gravity Mace <abbr title="Electric">E</abbr> 1850 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 14】 earth</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w Each target hit by this weapon suffers slow.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 9 -->
|
||||
<div>
|
||||
<h3>Mjolnir <abbr title="Electric">E</abbr> 1850 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 10】 bolt</p>
|
||||
<ul>
|
||||
<li>One-handed w Melee w Each target hit by this weapon suffers dazed.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 10 -->
|
||||
<div>
|
||||
<h3>Wyrmwing <abbr title="Electric">E</abbr> 2050 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 18】 fire</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w You have Immunity to fire damage.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 11 -->
|
||||
<div>
|
||||
<h3>Soul of Pillage <abbr title="Electric">E</abbr> 2550 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 18】 dark</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w Each target hit by this weapon suffers enraged.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Weapon 12 -->
|
||||
<div>
|
||||
<h3>Winter Kolossus <abbr title="Electric">E</abbr> 2550 z</h3>
|
||||
<p><strong>Stats:</strong> 【MIG + MIG】 【HR + 18】 ice</p>
|
||||
<ul>
|
||||
<li>Two-handed w Melee w You gain a +1 bonus to Defense and Magic Defense.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p class="order-details">Philip Forlenza (Order #)</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user