- 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>
57 lines
2.2 KiB
HTML
57 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Botanical Entries Reference</title>
|
|
<link rel="stylesheet" href="book-page.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="page-number">
|
|
144 W
|
|
</div>
|
|
|
|
<!-- OCEAN LOTUS Entry -->
|
|
<article class="entry-section" id="ocean-lotus">
|
|
<h2>OCEAN LOTUS</h2>
|
|
<p>A graceful symbol of serenity and wisdom.</p>
|
|
|
|
<span class="metadata">T EFFECT</span>
|
|
<ul>
|
|
<li><strong>0-1:</strong> You are immune to dazed and slow.</li>
|
|
<li><strong>2:</strong> You treat your Dexterity and Insight as being one die size higher (up to a maximum of d12).</li>
|
|
<li><strong>3:</strong> You and every ally you can see treat your Dexterity and Insight as being one die size higher (up to a maximum of d12).</li>
|
|
</ul>
|
|
</article>
|
|
|
|
<!-- PILGRIM GAZALIA Entry -->
|
|
<article class="entry-section" id="pilgrim-gazalia">
|
|
<h2>PILGRIM GAZALIA</h2>
|
|
<p>Its flamboyant corolla is synonymous with abundance.</p>
|
|
|
|
<span class="metadata">T EFFECT</span>
|
|
<ul>
|
|
<li><strong>1-2:</strong> At the end of your turn, choose yourself or another Player Character you can see. The chosen character regains 2 Inventory Points.</li>
|
|
<li><strong>3:</strong> At the end of your turn, you and every other Player Character you can see regain 1 Inventory Point.</li>
|
|
</ul>
|
|
</article>
|
|
|
|
<!-- PRANCING DANDELION Entry -->
|
|
<article class="entry-section" id="prancing-dandelion">
|
|
<h2>PRANCING DANDELION</h2>
|
|
<p>A symbol of energy and vivacity, it spreads seeds through stormy winds.</p>
|
|
|
|
<span class="metadata">T EFFECT</span>
|
|
<ul>
|
|
<li><strong>1-3:</strong> At the end of your turn, choose air or bolt. Until you use this effect again or this magiseed is no longer in your garden, all damage dealt by you and every ally present on the scene becomes the chosen type, its type cannot change, and it ignores Resistances.</li>
|
|
</ul>
|
|
</article>
|
|
|
|
<!-- Trailing/Unrelated Information -->
|
|
<div class="filler-text">
|
|
<h3>W</h3>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |