1 line
3.1 KiB
HTML
1 line
3.1 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 Dossier: Melissa Holtz</title> <link rel="stylesheet" href="book-page.css" /> </head> <div class="container"> <!-- Header/Contextual Info --> <header style=" display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; " > <h1 style=" font-size: 1.8em; border: none; padding-bottom: 0; border-left: 3px solid #c9d6e8; padding-left: 15px; " > MELISSA HOLTZ </h1> <div style="text-align: right; font-size: 0.9em; color: #777"> <span>Chapter 103 | 33 PROTAGONISTS</span> </div> </header> <!-- Basic Information Section --> <section> <h2>BASIC INFORMATION</h2> <div class="metadata-grid"> <div class="metadata-item"> <strong>Identity:</strong> <em>Exuberant Alchemist</em> </div> <div class="metadata-item"> <strong>Theme:</strong> <em>Ambition</em> </div> <div class="metadata-item"><strong>Origin:</strong> <em>Eiche</em></div> <div class="metadata-item"> <strong>Quirk:</strong> <em>Traveling Workshop</em> </div> <div class="metadata-item" style="grid-column: span 2"> <strong>Signature Weapons:</strong> Alchemical scepters </div> </div> </section> <!-- Detailed Lore Section --> <section> <h2>MELISSA IN DETAIL</h2> <ul class="detail-lore"> <li> In spite of her parents’ doubts, young Melissa worked hard and traveled far to discover the secret of alchemy, with the Ambition of attaining an official license and, upon her eventual return, bringing prosperity to the mountain hamlet of Eiche. </li> <li> Melissa saved her money to buy a cart, pulled by a mighty and loving auroch. This traveling workshop is full of mementos, notes and unusual ingredients. </li> <li> Melissa combines Gourmet, Spiritist and Sharpshooter: together with the rest of the group she adapted the Gourmet’s rules to represent alchemy, using five seasonal essences instead of tastes. Her alchemical scepters are custom arcane ranged weapons that she uses to fire her compounds, creating expanding clouds using Barrage. </li> <li> Taking inspiration from the wu xing’s Late Summer, Melissa’s Player and the rest of the group decided to add a fifth season to their setting, the Calm, which has its own seasonal essence and is a time of transition for the entire world when the elements coexist and combine in ways that are, so far, poorly understood. </li> <li> Melissa’s personal goals are rather simple, but the mystery of the Calm should have a deep influence on the story: of course, one or more Villains have plans for it. </li> </ul> </section> <div class="sidebar"></div> </div></html> |