Files
fabula-ultima-html/html/0.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

38 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>The Natural Fantasy Atlas for Fabula Ultima</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<div class="container">
<h1>The Natural Fantasy Atlas</h1>
<h2>For Fabula Ultima</h2>
<p>The outside world is vast, and the sins of the past are many. Hold tight to each other and never stop dreaming!</p>
<p><em>Fabula Ultima</em> will bring you into worlds deeply permeated by the cycles of time and nature, where young heroes face the consequences of past mistakes and demonstrate that history does not have to repeat itself, creating a brave future of coexistence, much like in classic JRPGs!</p>
<h2>What's Inside:</h2>
<ul>
<li><strong>Dive into a new JRPG subgenre based upon</strong> harmony and change with 4 new Classes (Floralist, Gourmet, Invoker, and Merchant) and new Heroic Skills to create even more combinations!</li>
<li><strong>10 Natural Fantasy Locations:</strong> Archetypal settings with tips and hints for playing an intense natural fantasy campaign or which you can use as inspiration to breathe life into your world.</li>
<li><strong>Craft Equipment and Tools:</strong> Create weapons and tools with any materials you gather using the rules for custom crafting and forging.</li>
<li><strong>Introduce Quirks:</strong> Optional rules that add even more depth to your characters, taking a break to share a convivial moment with camp activities.</li>
<li><strong>5 Villains:</strong> Challenging new bosses of increasing power to use in your adventures, providing your Players with tougher and more exciting challenges.</li>
<li><strong>208 Full-Color Pages:</strong> Featuring manga and chibi-style illustrations from international artists.</li>
</ul>
<div class="metadata">
<p>ISBN 979-12-5598-104-6</p>
<p>A game by Emanuele Galletto | fabulaultima.com</p>
<small>Fabula Ultima © 2021-2026 Need Games and Rooster Games.</small>
</div>
</div>
</body>
</html>