chore: More formatting

This commit is contained in:
2026-06-07 00:30:21 +00:00
parent b4ee0eb212
commit 54d560980b
328 changed files with 39026 additions and 9988 deletions

View File

@@ -1,47 +1,59 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Protagonist Abilities Guide</title>
<link rel="stylesheet" href="book-page.css">
</head>
<body>
<link rel="stylesheet" href="book-page.css" />
</head>
<div class="page-header">Page 147 | W</div>
<div class="page-header">
Page 147 | W
</div>
<h1>PROTAGONISTS</h1>
<h2>CHAPTER WARDWATTLE</h2>
<h1>PROTAGONISTS</h1>
<h2>CHAPTER WARDWATTLE</h2>
<div class="card-container">
<div class="card-container">
<h3 class="card-title">WARDWATTLE</h3>
<p>A tangle of robust branches, whose thorns spread powerful poison.</p>
<span class="effect-label">EFFECT</span>
<ol class="ability-list">
<li>You are Resistant to physical damage.</li>
<li>
You are Resistant to physical damage. Additionally, after a creature hits you with a melee attack, you deal an amount of physical damage to that creature equal to (5 + your Skill Level in Chloromancy) (after their attack was resolved).
</li>
<li>
You are Resistant to physical damage. Additionally, after a creature hits you with a melee attack, you deal an amount of physical damage to that creature equal to (5 + your Skill Level in Chloromancy), and then deal an amount of poison damage to that creature equal to (5 + your Skill Level in Chloromancy) (both these damage instances happen after that creatures attack was resolved).
</li>
<li>You are Resistant to physical damage.</li>
<li>
You are Resistant to physical damage. Additionally, after a creature
hits you with a melee attack, you deal an amount of physical damage to
that creature equal to (5 + your Skill Level in Chloromancy) (after
their attack was resolved).
</li>
<li>
You are Resistant to physical damage. Additionally, after a creature
hits you with a melee attack, you deal an amount of physical damage to
that creature equal to (5 + your Skill Level in Chloromancy), and then
deal an amount of poison damage to that creature equal to (5 + your
Skill Level in Chloromancy) (both these damage instances happen after
that creatures attack was resolved).
</li>
</ol>
</div>
</div>
<div class="card-container">
<div class="card-container">
<h3 class="card-title">WRATHFUL CARNATION</h3>
<p>Despite their beauty, its yellow flowers emit an irritatingly pungent smell.</p>
<p>
Despite their beauty, its yellow flowers emit an irritatingly pungent
smell.
</p>
<span class="effect-label">EFFECT</span>
<ul class="ability-list">
<li>When this magiseed leaves your garden, choose up to one enemy you can see. Until the end of your next turn, when the chosen enemy performs an attack or casts an offensive spell (OO), they must include you among the targets of that attack or spell (if able).</li>
<li>At the end of your turn, you may remove this magiseed from your garden; if you do, erase all sections of your Growth Clock.</li>
<li>
When this magiseed leaves your garden, choose up to one enemy you can
see. Until the end of your next turn, when the chosen enemy performs an
attack or casts an offensive spell (OO), they must include you among the
targets of that attack or spell (if able).
</li>
<li>
At the end of your turn, you may remove this magiseed from your garden;
if you do, erase all sections of your Growth Clock.
</li>
</ul>
</div>
</div>
<div class="footer-note">
</div>
</body>
</html>
<div class="footer-note"></div>
</html>