1 line
2.9 KiB
HTML
1 line
2.9 KiB
HTML
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Character Profile: Apsu</title> <link rel="stylesheet" href="book-page.css" /> </head> <header class="meta-data"> <span>[Page 99]</span> | <span style="float: right">W33 PROTAGONISTS</span> </header> <h1>APSU</h1> <!-- BASIC INFORMATION --> <section> <h2>BASIC INFORMATION</h2> <div class="profile-grid"> <div class="profile-attribute"> <strong>Identity:</strong> <span>Waterfiend Hunter</span> </div> <div class="profile-attribute"> <strong>Theme:</strong> <span>Hope</span> </div> <div class="profile-attribute"> <strong>Origin:</strong> <span>Salt Hill</span> </div> <div class="profile-attribute"> <strong>Quirk:</strong> <span>Cursed</span> </div> <div class="profile-attribute" style="grid-column: span 2"> <strong>Signature Weapons:</strong> <span>Short swords</span> </div> </div> </section> <!-- APSU IN DETAIL --> <section class="section-break"> <h2>APSU IN DETAIL</h2> <div class="profile-grid"> <p style="grid-column: span 2"><strong>Background & Skills</strong></p> <ul> <li> The bards sing of another age, when humans waged war against the sea, using their machines to poison it. Since then, those who are born with blue hair are <strong>Cursed by the Old Woman of the Tide</strong>, scorned by the earth, and hounded by the ocean: their blood is saltwater. </li> <li> Able to see waterfiends due to his curse, Apsu earned his livelihood by catching and killing them, to extract drinking water from the remains. This brutal life was interrupted when he met an old oracle on the way to Ocean’s Mirror to negotiate a truce with the Old Woman of the Tide or, if necessary, kill her. </li> <li> Apsu is an <strong>Elementalist</strong>, <strong>Wayfarer</strong> and <strong>Weaponmaster</strong>, who uses Spellblade to cast powerful spells such as Thunderbolt, through his shortswords. </li> <li> Although his background and skill suggest a story of pain and violence, Apsu is an optimist who strives to see the silver lining in all things – his Hope theme makes him a real touchstone for the entire group. </li> </ul> </div> <!-- Game Master Instruction (Special Note) --> <div style="margin-top: 20px; border: 1px dashed #aaa; padding: 15px"> <strong>Game Master Note:</strong> The GM should involve Apsu’s Player in establishing any information about the curse of blue hair and the water spirits, especially the most dangerous and aggressive ones. </div> </section> <!-- Separator/Unrelated Content --> <div class="guest-notice"></div></html> |