Files
fabula-ultima-html/books/core/30.html
2026-06-08 21:33:39 +00:00

60 lines
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>SCENES</h1>
<p>
In order to play the game, you must first understand the concept of scenes.
</p>
<p>
A scene is a segment of gameplay with a beginning and an end, focused around a
specific character, obstacle, or conflict.
</p>
<p>
Scenes are an easy way to split the game into manageable “time sections” and
also act as a “stage”: characters who are not part of the current scene may
not perform any kind of action to affect the story. It is the Game Masters
responsibility to declare the beginning and end of each scene, but the Players
can ask the Game Master to set up specific scenes as well.
</p>
<p>Generally, a scene flows like this:</p>
<div>
<h3>Beginning the Scene</h3>
<p>
The Game Master introduces the scene and describes the situation (a process
known as framing the scene), especially the following:
</p>
<ul>
<li>
Which characters are present on the scene (this is often self-evident).
</li>
<li>The time and location of the scene.</li>
<li>
Creatures, items or other elements that the characters may interact with.
</li>
</ul>
<p class="note">
<em>Note:</em> The GM should keep things simple — one or two sentences are
enough.
</p>
</div>
<h3>Playing the Scene</h3>
<p>
Player Characters interact with what is present on the scene, and their
actions and decisions push the story forward. The GM describes how the
environment and Non-Player Characters react, and adds details to the scene as
needed. Characters may also enter and/or leave the scene, provided the GM
agrees.
</p>
<p>
Additionally, there will be times when the outcome of a characters action
needs to be determined by rolling dice (see Checks, on
<a href="/books/core/#page-38">page 38</a>).
</p>
<h3>Ending the Scene</h3>
<p>
The Game Master can end the scene at any point, often wrapping things up with
a short description of what happens. You should generally end a scene when:
</p>
<ul>
<li>The situation has been resolved (for better or worse).</li>
<li>Gameplay has moved to a different time or location.</li>
</ul>
<p>Once a scene has ended, another one will begin.</p>