- 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>
42 lines
2.8 KiB
HTML
42 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Special Rules of Effects</title>
|
||
<link rel="stylesheet" href="book-page.css">
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<h1>Protagonists</h1>
|
||
<p style="font-size: 0.9em; color: #666;">Page 153 | Chapter Rules</p>
|
||
</header>
|
||
|
||
<h2>Special Rules of Effects</h2>
|
||
|
||
<p>Delicacies and their effects follow a few unique rules:</p>
|
||
|
||
<ul>
|
||
<li>Each delicacy always features one, two, or three effects, depending on which taste combinations you used (the effects may also be four or six if you use the All You Can Eat Heroic Skill, on page 161); you decide in which order to apply these effects, and may choose to forgo any number of them (this choice must be exactly the same for all targets of the delicacy).</li>
|
||
<li>Effects 5 to 12 can only be applied during conflict scenes.</li>
|
||
<li>A delicacy can only have one type 5 effect (which is to say, a damage-dealing effect); if a delicacy has two or more type 5 effects due to the taste combinations you used, you must choose one of them and forgo the others.</li>
|
||
<li>A delicacy can only have one type 12 effect (which is to say, a damage type-changing effect); if a delicacy has two or more type 12 effects due to the taste combinations you used, you must choose one of them and forgo the others.</li>
|
||
</ul>
|
||
|
||
<p>Other than that, all of a delicacy’s effects are cumulative, and will be fully applied to each of its target.</p>
|
||
|
||
<div class="example">
|
||
<strong>Example:</strong> If you obtain a type 2 effect on sweet + umami, a type 5 effect on bitter + umami, and a type 9 effect on bitter + sweet, the delicacy created combining these tastes will be able to deal damage, inflict a status effect, and also prevent the use of Skill actions for a brief period!
|
||
</div>
|
||
|
||
<div class="advice">
|
||
<h2>And Finally, A Bit of Advice!</h2>
|
||
<p>This Class is quite atypical: there is no real way to perfectly control the role your character will cover, because your abilities are procedurally generated over the course of the campaign. However, remember that you may prepare delicacies outside of conflict scenes: it will cost you some ingredients, true, but you will be able to “scout” the effects ahead of time and avoid trial and error during a critical situation.</p>
|
||
<p>Other than that, pay attention to which effects best synergize with each other and with the rest of your group, and take advantage of the multi property to apply the same delicacy to two or more enemies!</p>
|
||
</div>
|
||
|
||
<footer>
|
||
<blockquote>“The Temple of Five Spices is rumored to hold the recipe for a dish that can summon the soul of the deceased.”</blockquote>
|
||
</footer>
|
||
</body>
|
||
</html> |