feat: Add core rules

This commit is contained in:
2026-06-06 13:03:00 +00:00
parent c75cd188c1
commit 75c6ab9975
583 changed files with 13580 additions and 50 deletions

View File

@@ -0,0 +1,49 @@
<!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>
<body>
<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 humanitys limits. However, this inhospitable territory isnt 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>
</body>
</html>