1 line
3.3 KiB
HTML
1 line
3.3 KiB
HTML
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Story Hooks: The Court of Seasons</title> <link rel="stylesheet" href="book-page.css" /> </head> <h1>STORY HOOKS</h1> <div class="intro-text"> <p> When bringing Cerulean Jungle into play, the GM may use the following points to enrich the story by introducing artifacts, Villains, discoveries, and rewards. </p> </div> <h2>THE COURT OF SEASONS</h2> <p> A colossal tree rises at the foot of a majestic waterfall. Its trunk splits into four sections, each with different colored leaves, matching the season that rules it. </p> <!-- Spring Court --> <section> <h3>The Spring Court</h3> <p> <strong>Denizens:</strong> The Sylphs (wind fairies). They are graceful and kind, always celebrating in a joyous atmosphere thanks to brightly colored flowers and reeds, and bright green leaves. <strong>Temperament:</strong> Lively and cheerful; the queen spreads joy wherever she goes and loves to watch court games. </p> <p> <strong>Encounter Goal:</strong> Participate in the court games.<br /> <strong>Reward:</strong> The PCs are rewarded with the <strong>Rebirth Leaf</strong>, a rare accessory that increases all healing received by 5. </p> </section> <!-- Summer Court --> <section> <h3>The Summer Court</h3> <p> <strong>Denizens:</strong> The fire Salamanders. They are famous for their exuberant and mischievous temperament, with a main color of red. <strong>Environment:</strong> A sweltering breeze makes this area extremely hot and causes the tree’s fruits to mature very quickly. </p> <p> <strong>Encounter Goal:</strong> Take a rest in the hot springs.<br /> <strong>Reward:</strong> The PCs can enjoy the hot springs, granting <strong>Resistance to fire damage</strong> until the end of the next conflict. </p> </section> <!-- Autumn Court --> <section> <h3>The Autumn Court</h3> <p> <strong>Denizens:</strong> The earth Dryads. Characterized by yellow color, they are mild-mannered, calm, generous, but very shy. They feel the deepest connection with the tree. </p> <p> <strong>Encounter Goal:</strong> Help them prepare for a winter that never comes.<br /> <strong>Reward:</strong> The queen is mellow and agreeable, rewarding help with a set of <strong>Gnarled Armor</strong>, which Absorbs earth damage but makes the wearer Vulnerable to fire. </p> </section> <!-- Winter Court --> <section> <h3>The Winter Court</h3> <p> <strong>Denizens:</strong> The ice Undines. They are blue-colored, haughty, contemptuous, bold, prideful, and easy to offend. <strong>Environment:</strong> A chilling wind makes this area positively frigid; everything is covered in white snow, and the branches are withered. </p> <p> <strong>Encounter Goal:</strong> Demonstrate that they meet the court’s high standards.<br /> <strong>Reward:</strong> If successful, they receive the <strong>Tiara of Tears</strong>, a rare accessory that increases the wearer’s Willpower die by one size. </p> </section></html> |