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

61 lines
2.6 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>Magiseed List</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<h1>Magiseed List</h1>
<p>Below and in the next pages, you will find a list of standard magiseeds that each Floralist can discover by investing levels into the Chloromancy Skill.</p>
<p>Your group can also collaboratively create new magiseeds, and the Game Master may opt to include them among rewards, obtained independently of your investment in Chloromancy. Each magiseed is worth approximately 1000 zenit; try your best to keep these new magiseeds on a similar power to those on the standard list.</p>
<div class="magiseed-entry">
<h2 class="magiseed-name">ARCTIC NARCISSUS</h2>
<span class="rarity-tag"></span>
<p class="description">It stubbornly survives in frozen territories.</p>
<div class="effect-block">
<p><strong class="effect-heading">T EFFECT</strong></p>
<ul>
<li><strong>0-1:</strong> You are Resistant to earth and ice damage.</li>
<li><strong>2-3:</strong> You and your allies present on the scene are Resistant to earth and ice damage.</li>
</ul>
</div>
</div>
<div class="magiseed-entry">
<h2 class="magiseed-name">BLAZING CHRYSANTHEMUM</h2>
<span class="rarity-tag"></span>
<p class="description">Its thick petals resemble an erupting volcano.</p>
<div class="effect-block">
<p><strong class="effect-heading">T EFFECT</strong></p>
<p><strong>1-3:</strong> At the end of your turn, choose earth or fire. 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.</p>
</div>
</div>
<div class="magiseed-entry">
<h2 class="magiseed-name">DESERT DAHLIA</h2>
<span class="rarity-tag"></span>
<p class="description">A tenacious plant, it doesnt fear the dryness of dunes.</p>
<div class="effect-block">
<p><strong class="effect-heading">T EFFECT</strong></p>
<ul>
<li><strong>0-1:</strong> You are Resistant to air and fire damage.</li>
<li><strong>2-3:</strong> You and your allies present on the scene are Resistant to air and fire damage.</li>
</ul>
</div>
</div>
<div class="aside-section">
</div>
</body>
</html>