Simplify the scene_map schema
This commit is contained in:
@@ -61,7 +61,7 @@ For each scene:
|
|||||||
|
|
||||||
Primary mode guidance:
|
Primary mode guidance:
|
||||||
|
|
||||||
Use Recap / Setup for opening recap, initiative setup, session framing, or immediate continuation from prior events.
|
Use Recap for opening recap, initiative setup, session framing, or immediate continuation from prior events.
|
||||||
|
|
||||||
Use Combat when active combat or combat-resolution mechanics dominate.
|
Use Combat when active combat or combat-resolution mechanics dominate.
|
||||||
|
|
||||||
@@ -73,9 +73,9 @@ Use Travel when movement between locations is the main activity.
|
|||||||
|
|
||||||
Use Planning when the party is primarily discussing options or choosing a course of action.
|
Use Planning when the party is primarily discussing options or choosing a course of action.
|
||||||
|
|
||||||
Use Rest / Recovery when resting, healing, resource recovery, or post-encounter recovery dominates.
|
Use Rest when resting, healing, resource recovery, or post-encounter recovery dominates.
|
||||||
|
|
||||||
Use Rules / Table Discussion only when table-level rules, mechanics, or adjudication dominate enough to form their own scene.
|
Use Rules only when table-level rules, mechanics, or adjudication dominate enough to form their own scene.
|
||||||
|
|
||||||
Use Mixed only when no single mode clearly dominates.
|
Use Mixed only when no single mode clearly dominates.
|
||||||
|
|
||||||
|
|||||||
@@ -85,14 +85,14 @@
|
|||||||
"primary_mode": {
|
"primary_mode": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"Recap / Setup",
|
"Recap",
|
||||||
"Combat",
|
"Combat",
|
||||||
"Social",
|
"Social",
|
||||||
"Exploration",
|
"Exploration",
|
||||||
"Travel",
|
"Travel",
|
||||||
"Planning",
|
"Planning",
|
||||||
"Rest / Recovery",
|
"Rest",
|
||||||
"Rules / Table Discussion",
|
"Rules",
|
||||||
"Mixed"
|
"Mixed"
|
||||||
],
|
],
|
||||||
"description": "The dominant mode of play in the scene."
|
"description": "The dominant mode of play in the scene."
|
||||||
|
|||||||
Reference in New Issue
Block a user