feat: Links to pages
This commit is contained in:
@@ -1,77 +1 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Protagonists Abilities</title>
|
||||
<link rel="stylesheet" href="book-page.css" />
|
||||
</head>
|
||||
<h1>33 PROTAGONISTS</h1>
|
||||
|
||||
<div class="section-entry">
|
||||
<h3>REGAL PROTEA</h3>
|
||||
<p class="description">
|
||||
A colorful and tenacious flower, favored by an ancient dynasty.
|
||||
</p>
|
||||
|
||||
<h4>T EFFECT</h4>
|
||||
<ol>
|
||||
<li>You are immune to shaken and weak.</li>
|
||||
<li>
|
||||
You treat your <strong>Might</strong> and <strong>Willpower</strong> as
|
||||
being one die size higher (up to a maximum of d12).
|
||||
</li>
|
||||
<li>
|
||||
You and every ally you can see treat your <strong>Might</strong> and
|
||||
<strong>Willpower</strong> as being one die size higher (up to a maximum
|
||||
of d12).
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="section-entry">
|
||||
<h3>REMEDY LILY</h3>
|
||||
<p class="description">
|
||||
Its elegant flowers filter and purify spiritual energy.
|
||||
</p>
|
||||
|
||||
<h4>T EFFECT</h4>
|
||||
<ol>
|
||||
<li>
|
||||
At the end of your turn, you and every ally you can see recover from
|
||||
poisoned, slow, and weak.
|
||||
</li>
|
||||
<li>
|
||||
At the end of your turn, you and every ally you can see recover an
|
||||
amount of Hit Points equal to (15 + your Skill Level in
|
||||
<strong>Chloromancy</strong>).
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="section-entry">
|
||||
<h3>SERRATED ROSE</h3>
|
||||
<p class="description">
|
||||
Its thorns form a tangle equally breathtaking and dangerous.
|
||||
</p>
|
||||
|
||||
<h4>T EFFECT</h4>
|
||||
<ol>
|
||||
<li>
|
||||
At the end of your turn, you may choose an enemy you can see. If you do,
|
||||
that enemy suffers <strong>slow</strong>.
|
||||
</li>
|
||||
<li>
|
||||
At the end of your turn, every enemy you can see suffers
|
||||
<strong>slow</strong>.
|
||||
</li>
|
||||
<li>
|
||||
At the end of your turn, you deal an amount of physical damage equal to
|
||||
(15 + your Skill Level in <strong>Chloromancy</strong>) to each enemy
|
||||
you can see who is suffering from slow.
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="metadata-section"></div>
|
||||
</html>
|
||||
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Protagonists Abilities</title> <link rel="stylesheet" href="book-page.css" /> </head> <h1>33 PROTAGONISTS</h1> <div class="section-entry"> <h3>REGAL PROTEA</h3> <p class="description"> A colorful and tenacious flower, favored by an ancient dynasty. </p> <h4>T EFFECT</h4> <ol> <li>You are immune to shaken and weak.</li> <li> You treat your <strong>Might</strong> and <strong>Willpower</strong> as being one die size higher (up to a maximum of d12). </li> <li> You and every ally you can see treat your <strong>Might</strong> and <strong>Willpower</strong> as being one die size higher (up to a maximum of d12). </li> </ol> </div> <div class="section-entry"> <h3>REMEDY LILY</h3> <p class="description"> Its elegant flowers filter and purify spiritual energy. </p> <h4>T EFFECT</h4> <ol> <li> At the end of your turn, you and every ally you can see recover from poisoned, slow, and weak. </li> <li> At the end of your turn, you and every ally you can see recover an amount of Hit Points equal to (15 + your Skill Level in <strong>Chloromancy</strong>). </li> </ol> </div> <div class="section-entry"> <h3>SERRATED ROSE</h3> <p class="description"> Its thorns form a tangle equally breathtaking and dangerous. </p> <h4>T EFFECT</h4> <ol> <li> At the end of your turn, you may choose an enemy you can see. If you do, that enemy suffers <strong>slow</strong>. </li> <li> At the end of your turn, every enemy you can see suffers <strong>slow</strong>. </li> <li> At the end of your turn, you deal an amount of physical damage equal to (15 + your Skill Level in <strong>Chloromancy</strong>) to each enemy you can see who is suffering from slow. </li> </ol> </div> <div class="metadata-section"></div></html>
|
||||
Reference in New Issue
Block a user