Files
fabula-ultima-html/html/146.html
Drew Malzahn c75cd188c1 feat: Add book viewer at /book with shared design system
- 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>
2026-06-06 03:36:35 +00:00

53 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protagonists Abilities</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<h1>33 PROTAGONISTS</h1>
<div class="section-entry">
<h3>REGAL PROTEA</h3>
<p class="description">A colorful and tenacious flower, favored by an ancient dynasty.</p>
<h4>T EFFECT</h4>
<ol>
<li>You are immune to shaken and weak.</li>
<li>You treat your <strong>Might</strong> and <strong>Willpower</strong> as being one die size higher (up to a maximum of d12).</li>
<li>You and every ally you can see treat your <strong>Might</strong> and <strong>Willpower</strong> as being one die size higher (up to a maximum of d12).</li>
</ol>
</div>
<div class="section-entry">
<h3>REMEDY LILY</h3>
<p class="description">Its elegant flowers filter and purify spiritual energy.</p>
<h4>T EFFECT</h4>
<ol>
<li>At the end of your turn, you and every ally you can see recover from poisoned, slow, and weak.</li>
<li>At the end of your turn, you and every ally you can see recover an amount of Hit Points equal to (15 + your Skill Level in <strong>Chloromancy</strong>).</li>
</ol>
</div>
<div class="section-entry">
<h3>SERRATED ROSE</h3>
<p class="description">Its thorns form a tangle equally breathtaking and dangerous.</p>
<h4>T EFFECT</h4>
<ol>
<li>At the end of your turn, you may choose an enemy you can see. If you do, that enemy suffers <strong>slow</strong>.</li>
<li>At the end of your turn, every enemy you can see suffers <strong>slow</strong>.</li>
<li>At the end of your turn, you deal an amount of physical damage equal to (15 + your Skill Level in <strong>Chloromancy</strong>) to each enemy you can see who is suffering from slow.</li>
</ol>
</div>
<div class="metadata-section">
</div>
</body>
</html>