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

70 lines
3.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>Weapon Customization Details</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<div class="document-container">
<header>
<h1>WEAPON CUSTOMIZATIONS</h1>
<!-- The raw text had '113' and 'W' which suggest context/page numbering -->
<span style="float: right; font-size: 0.9em; color: #7f8c8d;">Page 113</span>
</header>
<section class="customization-list">
<!-- Customizations are structured as Definition Term (dt) followed by Description (dd) -->
<dl>
<dt>Accuracy Boost</dt>
<dd>Adds a <strong style="color: green;">+2 bonus</strong> to the weapons Accuracy Check formula.</dd>
</dl>
<dl>
<dt>Defense Boost</dt>
<dd>You gain a <strong style="color: green;">+2 bonus to Defense</strong>, and you are treated as having a shield equipped for the sake of your Skills (for instance, Defensive Mastery or Dodge see Core Rulebook, pages 197 and 203).</dd>
</dl>
<dl>
<dt>Elemental</dt>
<dd>Choose air, bolt, dark, earth, fire, ice, light or poison. The weapon now deals damage of the chosen type instead of physical, and also deals <strong style="color: green;">2 extra damage</strong>.</dd>
</dl>
<dl>
<dt>Magic Defense Boost W</dt>
<dd>You gain a <strong style="color: green;">+2 bonus to Magic Defense</strong>.</dd>
</dl>
<dl>
<dt>Powerful W</dt>
<dd>The weapon deals 5 extra damage, or 7 extra damage if it is a heavy weapon.
<div class="warning">This customization is not available for arcane and dagger weapons, or for weapons with the quick customization (see below).</div>
</dd>
</dl>
<dl>
<dt>Quick (counts as two customizations) W</dt>
<dd>When you perform the Attack action and choose to attack with this weapon, you may perform two attacks (against the same target or against different targets). If you do, both attacks follow the rules for two-weapon fighting (see Core Rulebook, page 69).</dd>
</dl>
<dl>
<dt>Transforming</dt>
<dd><strong>(Increases the custom weapons cost by 100 zenit)</strong>
<p>This weapon has a second form, which must be designed as a separate custom weapon, must have the transforming customization, and doesnt cost you any zenit.</p>
<p>While you have one of the two forms equipped, you can equip the other form whenever you want. During a conflict scene, you can only do so during your turn, while no other effect is being resolved, and only once per turn.</p>
<p class="note">If one or both of the forms are martial (W ), remember that you must have the appropriate Classes to equip them. Additionally, a transforming weapon can still only have one Quality (the Quality applies to both forms).</p>
</dd>
</dl>
<dl>
<dd></dd> <!-- Empty definition for the specific order text -->
</dl>
</section>
</div>
</body>
</html>