76 lines
2.5 KiB
HTML
76 lines
2.5 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Tsukihime Character Profile</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<!-- Meta/Contextual Information (Visually minimal) -->
|
||
<div style="text-align: center; margin-bottom: 30px; color: #aaa">
|
||
<span>107</span> | <span>W</span> | <span>33 PROTAGONISTS</span>
|
||
</div>
|
||
|
||
<h1>TSUKIHIME</h1>
|
||
|
||
<!-- BASIC INFORMATION SECTION -->
|
||
<section class="basic-info">
|
||
<h2>BASIC INFORMATION</h2>
|
||
<dl>
|
||
<dt>Identity:</dt>
|
||
<dd>Incarnation of the Moon God</dd>
|
||
|
||
<dt>Theme:</dt>
|
||
<dd>Duty</dd>
|
||
|
||
<dt>Origin:</dt>
|
||
<dd>Second Moon</dd>
|
||
|
||
<dt>Quirk:</dt>
|
||
<dd>The Long Dream</dd>
|
||
|
||
<dt>Signature weapons:</dt>
|
||
<dd><strong style="color: #a0c4ff">Bows</strong></dd>
|
||
</dl>
|
||
</section>
|
||
|
||
<!-- TSUKIHIME IN DETAIL SECTION -->
|
||
<section class="detail-info">
|
||
<h2>TSUKIHIME IN DETAIL</h2>
|
||
|
||
<ul class="lore-list">
|
||
<li>
|
||
According to legend, when a grave danger looms over the Land of Elms and
|
||
the Second Moon shines blue, the Moon God incarnates in the world with
|
||
the shooting of an arrow. This time, the guardian is a young woman of
|
||
elegant bearing and brave heart, albeit a bit stubborn. The Priestess
|
||
named her Tsukihime, or Moon Princess.
|
||
</li>
|
||
<li>
|
||
Tsukihime’s Duty is to quell the restless spirits and purify the springs
|
||
of the four rivers that cross the region. The task will prove much
|
||
bigger than expected, and she cannot do it alone.
|
||
</li>
|
||
<li>
|
||
The moon’s favor grants Tsukihime a special affinity toward nature – her
|
||
Classes are Chimerist, Invoker and Sharpshooter.
|
||
</li>
|
||
<li>
|
||
Tsukihime’s Player should be the go-to person for everything related to
|
||
the Moon God, the Second Moon and the spirit world. At the same time,
|
||
the Princess’ knowledge of human society is extremely limited and, above
|
||
all, outdated.
|
||
</li>
|
||
<li>
|
||
Every incarnation of the Moon God is destined to return to the stars
|
||
once their purpose is fulfilled. Hence, it’s essential that Tsukihime
|
||
and the rest of the group develop strong emotional bonds over the course
|
||
of the campaign. Perhaps these bonds will be powerful enough to prevent
|
||
a painful farewell.
|
||
</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<div class="guest-customer"></div>
|
||
</html>
|