81 lines
2.6 KiB
HTML
81 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 List</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<h1>Magiseed List</h1>
|
||
|
||
<p>
|
||
Below and in the next pages, you will find a list of standard magiseeds that
|
||
each Floralist can discover by investing levels into the Chloromancy Skill.
|
||
</p>
|
||
|
||
<p>
|
||
Your group can also collaboratively create new magiseeds, and the Game
|
||
Master may opt to include them among rewards, obtained independently of your
|
||
investment in Chloromancy. Each magiseed is worth approximately 1000 zenit;
|
||
try your best to keep these new magiseeds on a similar power to those on the
|
||
standard list.
|
||
</p>
|
||
|
||
<div class="magiseed-entry">
|
||
<h2 class="magiseed-name">ARCTIC NARCISSUS</h2>
|
||
<span class="rarity-tag">★</span>
|
||
<p class="description">It stubbornly survives in frozen territories.</p>
|
||
|
||
<div class="effect-block">
|
||
<p><strong class="effect-heading">T EFFECT</strong></p>
|
||
<ul>
|
||
<li>
|
||
<strong>0-1:</strong> You are Resistant to earth and ice damage.
|
||
</li>
|
||
<li>
|
||
<strong>2-3:</strong> You and your allies present on the scene are
|
||
Resistant to earth and ice damage.
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="magiseed-entry">
|
||
<h2 class="magiseed-name">BLAZING CHRYSANTHEMUM</h2>
|
||
<span class="rarity-tag">★</span>
|
||
<p class="description">Its thick petals resemble an erupting volcano.</p>
|
||
|
||
<div class="effect-block">
|
||
<p><strong class="effect-heading">T EFFECT</strong></p>
|
||
<p>
|
||
<strong>1-3:</strong> At the end of your turn, choose earth or fire.
|
||
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.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="magiseed-entry">
|
||
<h2 class="magiseed-name">DESERT DAHLIA</h2>
|
||
<span class="rarity-tag">★</span>
|
||
<p class="description">
|
||
A tenacious plant, it doesn’t fear the dryness of dunes.
|
||
</p>
|
||
|
||
<div class="effect-block">
|
||
<p><strong class="effect-heading">T EFFECT</strong></p>
|
||
<ul>
|
||
<li><strong>0-1:</strong> You are Resistant to air and fire damage.</li>
|
||
<li>
|
||
<strong>2-3:</strong> You and your allies present on the scene are
|
||
Resistant to air and fire damage.
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="aside-section"></div>
|
||
</html>
|