93 lines
3.2 KiB
HTML
93 lines
3.2 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 World: Remote Ruins Guide</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<header>
|
||
<h1>THE WORLD</h1>
|
||
<h2>Chapter Guide</h2>
|
||
<p style="font-size: 0.9em; color: #777">Remote Ruins Gazetteer Entry</p>
|
||
</header>
|
||
|
||
<!-- Typical Features Section -->
|
||
<section id="features">
|
||
<h3 class="section-title">TYPICAL FEATURES</h3>
|
||
<p>
|
||
The typical Remote Ruin should include at least one of these features:
|
||
</p>
|
||
<ul>
|
||
<li>A unique defensive or cloaking system.</li>
|
||
<li>
|
||
An unbelievably ancient creature that protects part of the location.
|
||
</li>
|
||
<li>Great mosaics or paintings depicting the history of the world.</li>
|
||
<li>An artifact that should have never been unearthed.</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<!-- Position Section -->
|
||
<section id="position">
|
||
<h3 class="section-title">POSITION</h3>
|
||
<p>
|
||
A Remote Ruin is a classic turning point – inaccessible to the
|
||
protagonists for a good chunk of the story. Reaching it means finding a
|
||
new perspective upon the world… and discovering its most ancient shadows.
|
||
</p>
|
||
<p>
|
||
This is rarely the end point of the adventure; on the contrary, this is
|
||
where the protagonists fully realize the magnitude of their task, but they
|
||
might come back here once they find a solution.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Villains' Plans Section -->
|
||
<section id="villain-plans">
|
||
<h3 class="section-title">THE VILLAINS’ PLANS</h3>
|
||
<p>
|
||
Usually, the Remote Ruin and its amazing secrets are the main objectives
|
||
of one or more Villains from the beginning of the campaign. This could be
|
||
the lair of some ancient evil, but it’s also possible that the entity
|
||
living here is just gloomy and in pain, easy prey for the Villain’s
|
||
deceptions.
|
||
</p>
|
||
<p>
|
||
If such a creature realizes that they have been used again, rage and
|
||
desperation might turn them into a terrible scourge. Only the Player
|
||
Characters can find a way to save the creature and the world.
|
||
</p>
|
||
</section>
|
||
|
||
<!-- Questions Section -->
|
||
<section id="questions">
|
||
<h3 class="section-title">POSSIBLE QUESTIONS FOR THE GROUP</h3>
|
||
<div class="question-block">
|
||
<ul>
|
||
<li>
|
||
What allows this place to float among the clouds? Why did time never
|
||
touch the remains of this ancient civilization?
|
||
</li>
|
||
<li>
|
||
A keeper ensures that none squander the secrets of the ancients by
|
||
wasting them on deaf ears. Who are they? How do they fulfill their
|
||
duty?
|
||
</li>
|
||
<li>
|
||
This place reawakens some lost memories in you. Which one of you has
|
||
been here before? If this was once your home, why did you leave?
|
||
</li>
|
||
<li>
|
||
Strangers are forbidden to enter the city. How did you get in here?
|
||
What is the penalty for trespassers?
|
||
</li>
|
||
<li>
|
||
A deep sense of emptiness and gloom hangs in the air. What caused it?
|
||
How do the inhabitants cope with it?
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</section>
|
||
</html>
|