98 lines
3.6 KiB
HTML
98 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Adversary Dossier</title>
|
|
<link rel="stylesheet" href="book-page.css" />
|
|
</head>
|
|
<h1>Chapter 9: Antagonists Dossier</h1>
|
|
<p style="font-weight: bold">Adversary Index (44)</p>
|
|
|
|
<!-- ANCIENT ROBOT Section -->
|
|
<div class="adversary-section">
|
|
<h3>Ancient Robot</h3>
|
|
<p>
|
|
The outer shell of this complex adversary is the
|
|
<strong>Armor</strong> (<span style="font-style: italic">soldier</span>)
|
|
with high Defenses and Hit Points, flanked by two
|
|
<strong>Armaments</strong> (<span style="font-style: italic">soldier</span
|
|
>). These Armaments are more fragile but capable of unleashing attacks and
|
|
spells.
|
|
</p>
|
|
<p>
|
|
Inside resides a <strong>Core</strong> (<span style="font-style: italic"
|
|
>elite</span
|
|
>), which is completely invulnerable as long as the Armor remains on the
|
|
scene. This Core creates a new Armament at the end of each round if fewer
|
|
than two exist. Both the initial and subsequent Armaments are chosen at
|
|
random from a six-option list, each possessing different Affinities and
|
|
offensive capabilities.
|
|
</p>
|
|
<p>
|
|
If the Core is reduced to 0 Hit Points, the entire robot deactivates
|
|
immediately.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- MAGMASAUR Section -->
|
|
<div class="adversary-section">
|
|
<h3>Magmasaur</h3>
|
|
<p>
|
|
This adversary consists of three primary components: a
|
|
<strong>Body</strong> (<span style="font-style: italic">elite</span>), a
|
|
<strong>Head</strong> (<span style="font-style: italic">elite</span>), and
|
|
a powerful <strong>Tail</strong> (<span style="font-style: italic"
|
|
>soldier</span
|
|
>).
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
The <strong>Tail</strong> attacks with large swipes and can even inflict
|
|
a status effect, but it cannot be regenerated if defeated.
|
|
</li>
|
|
<li>
|
|
The <strong>Head</strong> can cause grievous injuries with its bite and
|
|
flaming breath.
|
|
</li>
|
|
<li>
|
|
The <strong>Body</strong> strikes with sharp claws or, if in Crisis, a
|
|
powerful body slam.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Furthermore, at the end of each round, complex regeneration occurs: If the
|
|
Head is defeated but not the Body, the Head returns to the scene with Hit
|
|
Points equal to its Crisis value. The same revival mechanic applies to the
|
|
Body if it is defeated while the Head remains active.
|
|
</p>
|
|
</div>
|
|
|
|
<!-- STORM SPIRIT Section -->
|
|
<div class="adversary-section">
|
|
<h3>Storm Spirit</h3>
|
|
<p>
|
|
In contrast to previous examples, this adversary comprises three parts of
|
|
the same rank: the <strong>Essence of Lightning</strong> (<span
|
|
style="font-style: italic"
|
|
>soldier</span
|
|
>), which uses electric attacks and spells; the
|
|
<strong>Essence of Air</strong> (<span style="font-style: italic"
|
|
>soldier</span
|
|
>), which inflicts status effects like slow or weak; and the
|
|
<strong>Essence of Water</strong> (<span style="font-style: italic"
|
|
>soldier</span
|
|
>), which heals the other parts' Hit Points and Mind Points.
|
|
</p>
|
|
<p>
|
|
These three Essences maintain a delicate balance. However, if one Essence
|
|
is defeated, the remaining Essences become significantly more powerful,
|
|
doubling both their maximum and current Hit Points, not to mention
|
|
increasing their number of turns starting from the next round!
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Footer/Metadata -->
|
|
<div class="metadata"><em>Document Snippet.</em> <br /></div>
|
|
</html>
|