- Add html/index.html: book viewer with auto-discovering sidebar, prev/next navigation, keyboard shortcuts, and URL hash persistence - Add html/book-page.css: shared stylesheet for all book pages derived from fabula-ultima-sheet.css (dark theme, CSS variables, Cinzel/ Crimson Text fonts, common class styles) - Add book.js entry point so webpack injects the shared CSS into the book viewer; update webpack.config.js for two entry points, split CSS chunk, CopyWebpackPlugin for book pages, and /book dev server rewrite rule - Add scripts/strip_watermark.py: removes "Guest Customer (Order #52072168)" watermark artifacts from all 210 book pages - Add scripts/restyle_book.py: strips per-page <style> blocks and injects <link rel="stylesheet" href="book-page.css"> into all pages - Update Justfile deploy to scp -r dist/* for the new /book subtree Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
69 lines
3.0 KiB
HTML
69 lines
3.0 KiB
HTML
<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 Undersson’s 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 weapon’s 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 weapon’s 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> |