67 lines
2.1 KiB
HTML
67 lines
2.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>The Barren Wastes</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<header>
|
||
<h1>The Barren Wastes</h1>
|
||
<p><em>A semi-arid, enigmatic expanse</em></p>
|
||
</header>
|
||
|
||
<p>
|
||
Beyond the borders of known lands lies a barren waste, an arid desert. Under
|
||
its reddish sands lie buried the remains of many failed attempts at
|
||
surpassing humanity’s limits. However, this inhospitable territory isn’t
|
||
completely devoid of life, and over the years, the local people have adapted
|
||
to adversity, learning to survive and find beauty in this hostile and
|
||
enigmatic land.
|
||
</p>
|
||
|
||
<div class="info-box">
|
||
<h2>Rocky Desert at a Glance</h2>
|
||
<p><strong>Keywords:</strong> ruin, survival, hope.</p>
|
||
|
||
<h3>Key Features</h3>
|
||
<div class="key-details">
|
||
<ul>
|
||
<li>
|
||
<strong>Terrain:</strong> canyons, caves, dunes. Common elements: A,
|
||
F, E
|
||
</li>
|
||
<li><strong>Travel Roll:</strong> d20. Rare elements: I</li>
|
||
<li>
|
||
<strong>Dangers:</strong> a forgotten and extremely unstable
|
||
alchemical experiment; a gargantuan sand scorpion; a sudden ambush by
|
||
the desert raiders.
|
||
</li>
|
||
<li>
|
||
<strong>Discoveries:</strong> a random encounter with an ascetic who
|
||
knows the secrets of the desert; a safe refuge; a precious mineral
|
||
sedimented over many centuries.
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<h3>Themes</h3>
|
||
<p>
|
||
The irreparable consequences of human arrogance, beautiful and merciless
|
||
nature, finding strength in each other.
|
||
</p>
|
||
</div>
|
||
|
||
<!-- Clean up repeated titles/metadata -->
|
||
<div class="metadata-section">
|
||
<h2>THE BARREN WASTES</h2>
|
||
<p style="font-size: 0.9em; margin-top: 15px">
|
||
<em>(Rocky Desert / Barren Waste)</em>
|
||
</p>
|
||
|
||
<hr style="border: none; border-top: 1px solid #ccc; margin: 20px 0" />
|
||
|
||
<div style="float: right; font-size: 0.85em"></div>
|
||
</div>
|
||
</html>
|