69 lines
2.5 KiB
HTML
69 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>The World - Chapter 9</title>
|
||
<link rel="stylesheet" href="book-page.css" />
|
||
</head>
|
||
<h1>CHAPTER 9: TYPICAL FEATURES</h1>
|
||
<p>The typical Sunny Bay should include at least one of these features:</p>
|
||
<ul>
|
||
<li>A hidden beach, quite romantic, too.</li>
|
||
<li>An underwater cave where mysterious plants grow.</li>
|
||
<li>A cliff with an old lighthouse.</li>
|
||
<li>
|
||
A dangerous island that can be reached only under special conditions.
|
||
</li>
|
||
</ul>
|
||
|
||
<h2>POSITION</h2>
|
||
<p>
|
||
Locations like the Sunny Bay are often used at the start of the adventure.
|
||
It might be a place where the people of the protagonists’ village gather and
|
||
celebrate, or the stage for the first scenes of the campaign, perhaps during
|
||
a test of courage when something goes horribly wrong, causing the PCs to
|
||
work together for the first time.
|
||
</p>
|
||
|
||
<h2>THE VILLAIN'S PLANS</h2>
|
||
<p>
|
||
Usually, a place such as Lowtide is of no consequence to the Villains, but
|
||
it might provide the perfect opportunity to meet with an accomplice or
|
||
kidnap some isolated and unaware individual. Over the course of the
|
||
campaign, a Villain might land here or make the beach their lair, preventing
|
||
the locals from entering, or turning it into a tourist trap, without any
|
||
regard for the environment and the creatures that live here.
|
||
</p>
|
||
<hr />
|
||
|
||
<h2>POSSIBLE QUESTIONS FOR THE GROUP</h2>
|
||
<ul class="question-list">
|
||
<li>
|
||
One of you was born on the island. What are your childhood memories? Why
|
||
did you leave? What is your relationship with the locals?
|
||
</li>
|
||
<li>
|
||
Once a year, on a special occasion, there is a traditional festival on the
|
||
island. What is its meaning? What does it pay homage to?
|
||
</li>
|
||
<li>
|
||
What does the low tide reveal at night? Why does this phenomenon happen
|
||
only with the half-moon?
|
||
</li>
|
||
<li>
|
||
What other kinds of creatures live on the island? What distinguishes their
|
||
abodes? What kind of relationship do they have with humans?
|
||
</li>
|
||
<li>
|
||
An ancient building lies undisturbed among the vegetation. What kind of
|
||
structure is it? What was its function?
|
||
</li>
|
||
</ul>
|
||
|
||
<div class="metadata">
|
||
<!-- Retaining contextual identifiers found in the raw text -->
|
||
<span>[Document Reference: Page 51]</span> | <span>[ ]</span>
|
||
</div>
|
||
</html>
|