57 lines
2.8 KiB
HTML
57 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Octavia - Protagonist Profile</title>
|
||
<link rel="stylesheet" href="book-page.css">
|
||
</head>
|
||
<body>
|
||
|
||
<header>
|
||
<span>Page 105</span> | W 33 PROTAGONISTS: OCTA VIA POLPI
|
||
</header>
|
||
|
||
<section id="basic-information">
|
||
<h2>BASIC INFORMATION</h2>
|
||
|
||
<!-- Using a grid-like structure for key metadata -->
|
||
<div class="metadata-list">
|
||
<div><strong>Identity:</strong></div><span>Proud Ocean Merchant</span>
|
||
<div><strong>Theme:</strong></div><span>Rebellion</span>
|
||
<div><strong>Origin:</strong></div><span>Yonaguni</span>
|
||
<div><strong>Quirk:</strong></div><span>Stubborn Scion</span>
|
||
<!-- Combining weapons into a list format -->
|
||
<div style="grid-column: 1 / -1;">
|
||
<strong>Signature Weapons:</strong>
|
||
<ul>
|
||
<li>Reinforced Pipe</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<h2>OCTAVIA IN DETAIL</h2>
|
||
|
||
<!-- Key character descriptions (formatted as bulleted paragraphs) -->
|
||
<ul>
|
||
<li>The youngest offspring of the Polpi merchant clan, Octavia is a young oceanid, whose stubbornness and cutting humor hide a heart of gold. This spirit led her to rebel against her own family's ways of conducting business, prompting her decision to travel the surface world and build a commerce and communication network that addresses local needs—and outmaneuver her relatives in the process.</li>
|
||
<li>Octavia is always accompanied by two tireless bodyguards: Crabecca and Breamthony. Breamthony shares some of her opinions about the rest of the family, while Crabecca remains constantly worried for her safety.</li>
|
||
<li>Octavia’s shrewdness is well represented by her Merchant and Orator Classes. In times of emergency, she can deal substantial blows with her reinforced pipe (which utilizes the staff profile).</li>
|
||
</ul>
|
||
|
||
<!-- Player/GM Instructions -->
|
||
<div class="section-note">
|
||
<h3>Campaign Guidance Notes</h3>
|
||
<ul>
|
||
<li>The Player should provide information about the Polpi clan, the oceanids, and the underwater territory of Yonaguni. This must include details regarding available transportation methods for surface-dwellers planning a visit.</li>
|
||
<li>At the start of the campaign, Octavia is driven by her need for Rebellion. However, over the course of the game, she should realize the true nature of her feelings and demonstrate increased maturity.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
<div class="final-notice">
|
||
</div>
|
||
|
||
</body>
|
||
</html> |