Files
fabula-ultima-html/books/natural-fantasy-atlas/204.html
2026-06-07 00:30:21 +00:00

125 lines
4.0 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>Character Profile Sheet</title>
<link rel="stylesheet" href="book-page.css" />
</head>
<header class="character-header">
<h1>ELDGREN, THE ANCIENT</h1>
<p style="font-size: 1.2em; margin-bottom: 5px">(Champion 5) | Level 40</p>
<p>
<strong>Class/Archetype:</strong> PLANT<br />
<strong>Traits:</strong> ashen, immense, resentful, tortured.
</p>
</header>
<!-- Stats Block -->
<h2>Core Statistics</h2>
<div class="stats-grid">
<div class="stat-block">
<p>
<strong>DEX:</strong> d6 | <strong>INS:</strong> d8 |
<strong>MIG:</strong> d12
</p>
<p><strong>WLP:</strong> d10 | <strong>HP:</strong> 700 • 350 MP</p>
<p>
<strong>Init:</strong> 12 | <strong>DEF:</strong> +0 |
<strong>M. DEF:</strong> +0
</p>
<p><strong>Attacks:</strong> p A VU B RS d E VU F IM I RS l T AB</p>
</div>
</div>
<!-- Basic Attacks -->
<h2>Basic Actions</h2>
<ul>
<li>
<strong>M Ashen Antlers</strong>
<div class="effect-details">
(MIG + MIG) +4 | (HR + 20) fire damage.<br />
If Eldgren bears a grudge, this attack deals 5 extra damage. If this
attack misses while bearing a grudge, she loses 30 Hit Points after
resolving the attack.
</div>
</li>
<li>
<strong>Toxic Despair</strong>
<div class="effect-details">
(INS + MIG) +4 | (HR + 15) poison damage. This attack has multi (2). If
a creature hit by this attack is suffering from poisoned, they suffer
shaken and weak.
</div>
</li>
</ul>
<!-- Spells -->
<h2>Spells</h2>
<ul>
<li>
<strong>Rekindle the Embers</strong>
<div class="effect-details">
(MIG + WLP) +4 | 10 × T MP • Up to three creatures • Instantaneous.<br />
Each target suffers enraged.
</div>
</li>
<li>
<strong>Scorching Gaze</strong>
<div class="effect-details">
(MIG + WLP) +4 | 10 MP • One creature • Instantaneous.<br />
Eldgren deals (HR + 25) fire damage to the target, and the target
suffers shaken.
</div>
</li>
</ul>
<!-- Other Actions -->
<h2>Other Actions</h2>
<ul>
<li>
<strong>Thousand-year Fury</strong>
<div class="effect-details">
Eldgren may use an action to deal 30 damage to the creature toward which
she bears a grudge, plus 10 extra damage for every other time she has
used this action since the start of the scene. Then, Eldgren stops
bearing her grudge. Damage dealt by this action has no type and thus
ignores Affinities.
</div>
</li>
</ul>
<!-- Special Rules -->
<h2>Special Abilities & Conditions</h2>
<div class="special-rules">
<ul>
<li>
<strong>Ancestral Grudge:</strong> When an enemy causes Eldgren to lose
Hit Points, she starts bearing a grudge toward them. She can bear only
one grudge at a time. If Eldgren recovers Hit Points while bearing a
grudge, instead she recovers no Hit Points and stops bearing a grudge.
</li>
<li>
<strong>Misery:</strong> Eldgren is immune to poisoned. As long as there
are two or more creatures suffering from poisoned present on the scene,
Eldgren may treat her Defense and Magic Defense scores as being equal to
13.
</li>
<li>
<strong>Plant:</strong> Eldgren is immune to dazed, enraged, and shaken.
</li>
<li>
<strong>Suffering Exhale:</strong> When Eldgren enters Crisis for the
first time during a scene, all creatures present on the scene suffer
poisoned.
</li>
<li>
<strong>Tough Grudge:</strong> As long as she bears a grudge, Eldgren
gains Immunity to all damage types except air and earth.
</li>
</ul>
</div>
<div class="disclaimer">[ ()] - Data extracted from PDF document.</div>
</html>