65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Donna Maxwell Profile</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<div class="container">
|
||
<h1>DONNA MAXWELL</h1>
|
||
|
||
<!-- Basic Information Section -->
|
||
<h2>BASIC INFORMATION</h2>
|
||
<div class="info-grid">
|
||
<div><span class="info-label">Identity:</span> Spark-spirit Huntress</div>
|
||
<div><span class="info-label">Theme:</span> Guilt</div>
|
||
<div><span class="info-label">Origin:</span> Illwind</div>
|
||
<div><span class="info-label">Quirk:</span> Ancient Weapon</div>
|
||
<div>
|
||
<span class="info-label">Signature weapons:</span> Seismic revolver
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Detailed Profile Section -->
|
||
<h2>DONNA IN DETAIL</h2>
|
||
|
||
<h3>Backstory & Abilities</h3>
|
||
<ul class="narrative-list">
|
||
<li>
|
||
Three years ago, a research team led by Donna Maxwell left the fortified
|
||
citadel of Illwind for the ruins of the Celestial Labyrinth. Driven by
|
||
arrogant curiosity, these scholars activated the ancestral mechanism
|
||
which the Scripture calls the
|
||
<strong>Matrix of Days</strong>, thereby freeing the Spark-spirit
|
||
trapped in its engine and causing the destruction of Illwind.
|
||
</li>
|
||
<li>
|
||
Armed with a seismic revolver found in the Labyrinth, Donna swore to
|
||
find and kill the Spark-spirit before it could unleash its fury once
|
||
more. She considers herself <strong>Guilty</strong> of making a
|
||
disastrous mistake, and she isn’t wrong.
|
||
</li>
|
||
<li>
|
||
Donna’s Classes are Loremaster, Sharpshooter, and Tinkerer. She uses a
|
||
variety of infusions and capitalizes on her Insight thanks to Knowledge
|
||
is Power.
|
||
</li>
|
||
<li>
|
||
Donna’s Player should be the go-to person for everything related to
|
||
Illwind and its researchers, not to mention the Celestial Labyrinth and
|
||
the dreadful wonders it hides.
|
||
</li>
|
||
<li>
|
||
Donna’s revolver is a powerful weapon that targets Magic Defense and
|
||
deals 5 extra damage to elementals (a Quality valued at around 900
|
||
zenit), but it reacts unpredictably when near ancient machines and the
|
||
ruins scattered across the entire region.
|
||
</li>
|
||
</ul>
|
||
|
||
<!-- Footer/Metadata -->
|
||
<div class="guest-info"></div>
|
||
</div>
|
||
</html>
|