feat: Links to pages

This commit is contained in:
2026-06-08 21:33:39 +00:00
parent 006307a62e
commit 4dbdb12876
555 changed files with 1374 additions and 51161 deletions

View File

@@ -1,87 +1 @@
<link rel="stylesheet" href="book-page.css" />
<main>
<h1>9 CLOCKWORK KEYS</h1>
<div class="weapon-entry">
<p>
These special keys fit perfectly in Lady Underssons back socket (see page
101) and power the special electrical beam she fires from her chest.
</p>
<!-- BRASS KEY -->
<article>
<h3>BRASS KEY <span class="cost">Worth 300 zenit</span></h3>
<p>The weapons basic form.</p>
<div class="stats-container">
<div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div>
<div class="stat-item"><strong>Damage:</strong> (HR + 7) bolt</div>
</div>
<ul style="margin-top: 15px">
<li>Arcane</li>
<li>Two-handed</li>
<li>Ranged</li>
<li>No Quality.</li>
</ul>
<p class="description">
This weapon has the accurate, defense boost and elemental
customizations.
</p>
</article>
<!-- OXIDIZED KEY -->
<article>
<h3>OXIDIZED KEY <span class="cost">Worth 800 zenit</span></h3>
<p>A possible rare evolution.</p>
<div class="stats-container">
<div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div>
<div class="stat-item"><strong>Damage:</strong> (HR + 7) bolt</div>
</div>
<ul style="margin-top: 15px">
<li>Arcane</li>
<li>Two-handed</li>
<li>Ranged</li>
<!-- This appears to be a single description, not an attribute tag -->
</ul>
<p>
<strong>Special Ability:</strong> All damage dealt by your spells
becomes air and its type cannot change. When an ally present on the
scene performs the Guard action, you may swap this clockwork key with a
different one in your backpack.
</p>
<p class="description">
This weapon has the accurate, defense boost and elemental
customizations.
</p>
</article>
</div>
<h1>9 FLORAL SCISSORS</h1>
<div class="weapon-entry">
<p>
These huge scissor-swords are the weapon of choice of Jacek, the
Floralist. They can chop even the toughest shrub with ease.
</p>
<!-- ROSENSCHWERT -->
<article>
<h3>ROSENSCHWERT <span class="cost">Worth 300 zenit</span></h3>
<p>The weapons basic form.</p>
<div class="stats-container">
<div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div>
<div class="stat-item"><strong>Damage:</strong> (HR + 10) physical</div>
</div>
<ul style="margin-top: 15px">
<li>Sword</li>
<li>Two-handed</li>
<li>Melee</li>
<li>No Quality.</li>
</ul>
<p class="description">
This weapon has the accurate, magic defense boost and powerful
customizations.
</p>
</article>
</div>
<div class="metadata">W ()</div>
</main>
<link rel="stylesheet" href="book-page.css" /><main> <h1>9 CLOCKWORK KEYS</h1> <div class="weapon-entry"> <p> These special keys fit perfectly in Lady Underssons back socket (see page 101) and power the special electrical beam she fires from her chest. </p> <!-- BRASS KEY --> <article> <h3>BRASS KEY <span class="cost">Worth 300 zenit</span></h3> <p>The weapons basic form.</p> <div class="stats-container"> <div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div> <div class="stat-item"><strong>Damage:</strong> (HR + 7) bolt</div> </div> <ul style="margin-top: 15px"> <li>Arcane</li> <li>Two-handed</li> <li>Ranged</li> <li>No Quality.</li> </ul> <p class="description"> This weapon has the accurate, defense boost and elemental customizations. </p> </article> <!-- OXIDIZED KEY --> <article> <h3>OXIDIZED KEY <span class="cost">Worth 800 zenit</span></h3> <p>A possible rare evolution.</p> <div class="stats-container"> <div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div> <div class="stat-item"><strong>Damage:</strong> (HR + 7) bolt</div> </div> <ul style="margin-top: 15px"> <li>Arcane</li> <li>Two-handed</li> <li>Ranged</li> <!-- This appears to be a single description, not an attribute tag --> </ul> <p> <strong>Special Ability:</strong> All damage dealt by your spells becomes air and its type cannot change. When an ally present on the scene performs the Guard action, you may swap this clockwork key with a different one in your backpack. </p> <p class="description"> This weapon has the accurate, defense boost and elemental customizations. </p> </article> </div> <h1>9 FLORAL SCISSORS</h1> <div class="weapon-entry"> <p> These huge scissor-swords are the weapon of choice of Jacek, the Floralist. They can chop even the toughest shrub with ease. </p> <!-- ROSENSCHWERT --> <article> <h3>ROSENSCHWERT <span class="cost">Worth 300 zenit</span></h3> <p>The weapons basic form.</p> <div class="stats-container"> <div class="stat-item"><strong>Accuracy:</strong> (DEX + INS)</div> <div class="stat-item"><strong>Damage:</strong> (HR + 10) physical</div> </div> <ul style="margin-top: 15px"> <li>Sword</li> <li>Two-handed</li> <li>Melee</li> <li>No Quality.</li> </ul> <p class="description"> This weapon has the accurate, magic defense boost and powerful customizations. </p> </article> </div> <div class="metadata">W ()</div></main>