Files
fabula-ultima-html/html/68.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.5 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>Something Bitter or Melancholic</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<h1>SOMETHING BITTER OR MELANCHOLIC</h1>
<p>Finally, all tense situations and conflict scenes in a natural fantasy campaign should have a bitter or melancholic aftertaste. This undertone highlights the torment of the antagonists, strengthens the bonds between the heroes and those who are in danger, or reiterates how the PCs are facing the consequences and paying the price of errors that were committed by the people of the past.</p>
<h2>Examples</h2>
<p>Here are some examples of scenarios implementing this theme:</p>
<ul>
<li>To defeat the wrathful ice spirits, the Aldermans daughter decided to wield an ancient relic with the power to destroy souls. She too is going to forfeit her own, but the clan will survive.</li>
<li>The majestic Jade-Horned Lion nourishes the region by cyclically dying and being reborn; but his current incarnation became attached to a human orphan and rejected death, ultimately turning into a monster.</li>
<li>A terrible disease strikes down settlements that surpass a certain technological level, or that dig up and activate the Progenitors machines.</li>
<li>Cornered by new fishing regulations, the people of a Player Characters native village accepted the thanes money and allowed his men-at-arms to scour the forbidden ruins under the village.</li>
<li>The heroes battle a beautiful and titanic plant monstrosity, contaminated by the experiments of a careless apprentice witch. The seed was planted by a young hunter to commemorate the death of his partner.</li>
<li>Crossing the Bone Steppe at night is very dangerous following the steps of the Warthog Goddess, whose wounds bleed continuously, restless spirits of animals killed by a now-forgotten Empire possess their own bones and assault the living.</li>
<li>Born from an egg that hatched centuries after the extinction of her species and overwhelmed by desperation, the Magmamoth Queen devoured the ancient magic of the forest, until she became a veritable living hive.</li>
</ul>
<blockquote>
“I have no doubt that it is necessary.<br>
I just wish I wasnt the one to carry this burden.”
</blockquote>
</body>
</html>