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

35 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protagonists - Camp Activities</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<div class="metadata">109 | W 33 PROTAGONISTS</div>
<h1>CHAPTER CAMP ACTIVITIES</h1>
<p>This new optional rule allows the group to put more emphasis on resting scenes rather than just a simple narrative interlude used to create a new Bond or modify existing ones, they become a way to provide special benefits to the entire group or to specific allies.</p>
<p>In and of itself, this is a simple rule, but it adds a tangible benefit to the rest scenes which allows the group to showcase the personality and nature of each character.</p>
<div class="note">
<strong>Important Consideration:</strong> If you use this option, resting scenes will take a larger part of each session, on average, and you will need to keep track of which Activities have already been used and what their benefits are (these are often single-use).
</div>
<h2>NEW CLASSIC CHARACTERS</h2>
<p>These sample natural fantasy builds expand on those provided in the Core Rulebook (see page 172), expressing the full potential of this Atlas new Classes. You will also find two premade Groups to draw inspiration from one features characters sharing a common Class, and the other with greater variety.</p>
<h2>NEW CLASSES</h2>
<p>The Natural Fantasy Atlas introduces four new Classes for Player Characters. They are designed to interact normally with those found in the Core Rulebook and other expansions without any modifications. The following pages contain some practical tips for Players and Game Masters to get the most out of these new Classes.</p>
<h2>NEW HEROIC SKILLS</h2>
<p>This last, lengthy section contains twenty-one new Heroic Skills. Some are tied to the new Classes introduced by this Atlas, but most add options for those found in the Core Rulebook.</p>
<blockquote>
“Ive never seen a flower like this.<br>I wonder what its properties are!”<br>
</blockquote>
</body>
</html>