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

72 lines
2.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>Magiseed Catalog</title>
<link rel="stylesheet" href="book-page.css" />
</head>
<header>
<h1>M A G I S E E D</h1>
<h2>A Comprehensive Catalog</h2>
</header>
<section id="protagonists">
<h3>Protagonists</h3>
<div class="grid-container">
<!-- HOOKLEAF NIGHTSHADE -->
<div class="seed-entry">
<span class="seed-title">HOOKLEAF NIGHTSHADE</span>
<p class="description">
Its purplish berries contain a deadly magical venom.
</p>
<div>
<span class="effect-header">T EFFECT</span>
<span class="effect-level">0-1:</span> All damage you deal becomes
poison, its type cannot change, and it ignores Immunities and
Resistances. <span class="effect-level">2-3:</span> All damage you
deal becomes poison, its type cannot change, and it ignores Immunities
and Resistances. Additionally, when you deal poison damage for the
first time during your turn, you deal extra damage equal to (your
Skill Level in Chloromancy) and each creature that lost Hit Points
this way suffers poisoned.
</div>
</div>
<!-- HORNED HAWTHORN -->
<div class="seed-entry">
<span class="seed-title">HORNED HAWTHORN</span>
<p class="description">
Favored by witches and surgeons alike for its purifying properties.
</p>
<div>
<span class="effect-header">T EFFECT</span>
<span class="effect-level">0-1:</span> You are Resistant to dark and
poison damage. <span class="effect-level">2-3:</span> You and your
allies present on the scene are Resistant to dark and poison damage.
</div>
</div>
<!-- LUNAR MAGNOLIA -->
<div class="seed-entry">
<span class="seed-title">LUNAR MAGNOLIA</span>
<p class="description">It blooms in the darkest hours of the night.</p>
<div>
<span class="effect-header">T EFFECT</span>
<span class="effect-level">1-3:</span> At the end of your turn, choose
ice or light. Until you use this effect again or this magiseed is no
longer in your garden, all damage dealt by you and every ally present
on the scene becomes the chosen type, its type cannot change, and it
ignores Resistances.
</div>
</div>
</div>
</section>
<hr style="margin: 50px auto; width: 50%" />
<footer>
<h3>Recent Inquiries</h3>
</footer>
</html>