110 lines
3.5 KiB
HTML
110 lines
3.5 KiB
HTML
<!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>
|
||
<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 weapon’s
|
||
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 weapon’s 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 doesn’t
|
||
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>
|
||
</html>
|