Files
2026-06-08 21:33:39 +00:00

1 line
3.8 KiB
HTML
Raw Permalink 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-info"> <h1>MOON ORCHID</h1> <p><strong>Level 30</strong> • ELEMENTAL</p> <p> Fierce and devout fairies in the shape of delicate flowers. They use their razor-sharp petals to hunt the prey chosen by the Queen. </p> <p><strong>Traits:</strong> ephemeral, frantic, lethal, pure.</p> </header> <h2>Stats & Attributes</h2> <div class="stats-block"> <div class="stat-grid"> <div> <span class="section-header">Core Stats</span> <ul> <li><strong>DEX</strong> d10</li> <li><strong>INS</strong> d8</li> <li><strong>MIG</strong> d8</li> <li><strong>WLP</strong> d8</li> <li><strong>HP:</strong> 100</li> <li><strong>MP:</strong> 50</li> <li><strong>Init:</strong> 9</li> </ul> </div> <div> <span class="section-header">Defensive/Offensive Stats</span> <ul> <li><strong>DEF:</strong> +2</li> <li><strong>M. DEF:</strong> +1</li> <li> <strong>p A V U b D I M E R S f I R S L V U T IM</strong> (This appears to be an acronym key) </li> <li><strong>BASIC ATTACKS</strong> <em>(See details below)</em></li> </ul> </div> </div> </div> <section> <h2>Abilities & Actions</h2> <h3>⚔️ Basic Attacks</h3> <ul> <li> <strong>Nocturnal Laceration:</strong> (DEX + MIG) +6 • (HR + 10) dark damage. If the Moon Orchid is in bloom, this attack deals 5 extra damage. </li> </ul> <h3>✨ Other Actions</h3> <ul> <li> <strong>SS Rude Awakening:</strong> The Moon Orchid may use an action and spend 20 Mind Points to deal 10 dark damage to every enemy he can see. </li> </ul> <h3>🌿 Special Rules</h3> <ul class="special-rules"> <li> <strong>Elemental:</strong> The Moon Orchid is immune to poisoned. </li> <li> <strong>Ephemeral Beauty:</strong> As long as he is in bloom, the Moon Orchid becomes Vulnerable to physical damage. </li> <li> <strong>Fragile Frost:</strong> After the Moon Orchid loses Hit Points due to damage of a type he is Vulnerable to, or loses any amount of Mind Points, if he is in bloom, he stops being in bloom. </li> <li> <strong>Moon Kiss:</strong> As long as at least one Moon Orchid is in bloom, Titania loses their Vulnerabilities to fire and light damage. </li> </ul> </section> <div class="character-info" style="margin-top: 30px; border-color: #ff6b6b"> <h2>👑 TITANIA, QUEEN OF MIDNIGHTS TACTICS</h2> <ul> <li> On the first enemy turn of each round, Titania uses Wild Hunt to declare one of their hunts, in cyclical order: Hound the Prey, Gathering Horn, Thrill of the Hunt, then Hound the Prey again and so on. </li> <li> On the second enemy turn, if they have enough Mind Points, Titania uses Gaunt Bloom, otherwise they attack a random target with Fairy Arrow. </li> <li> Next, all Moon Orchids perform their turns. The first (if present) uses Rude Awakening, the second (if present) uses Nocturnal Laceration against a random target. </li> <li> On the final enemy turn, Titania uses Lunar Blanket on as many targets as possible. If the Queen has less than 10 Mind Points, they spend 1 Ultima Point to Recover instead. </li> </ul> </div> <div class="footer-note"> <p> <em>(Reference context markers: Page 197 | Opponent Card #44 | ())</em> </p> </div></html>