Create a quest journal
create-quest-journalCreate a Gamemaster-only quest journal in Foundry VTT with structured pages for overview, objectives, rewards, secret notes, and progress. Add optional pages for handouts or extra notes.
Instructions
Create a quest journal visible to Gamemasters only. Its first page holds the title and description, a background from location, quest giver and key figure, an overview with the given details, rewards and "Status: Active", an adventure hook as read-aloud text, a secret note for the Gamemaster, objectives from the quest type and the given facts, and a section for progress notes. All given values are escaped, so they appear as text. Write richer content yourself into additionalPages, which are stored as sent. Without folderName the journal is created outside any folder. The answer lists the pages with their ids and lengths, not the HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npcName | No | Name of the key figure of the quest: opponent, ally or target (optional). | |
| rewards | No | The rewards (optional). | |
| location | No | Where the quest takes place (optional). | |
| questType | No | Kind of quest (optional). fetch, escort, kill and mystery bring fixed objectives. | |
| difficulty | No | Difficulty (optional). | |
| folderName | No | Journal folder at the top level to put the journal in, by exact name; created when missing. Omit for no folder. | |
| questGiver | No | Name of the figure who gives the quest to the party (optional). | |
| questTitle | Yes | Title of the quest, also the name of the journal. | |
| additionalPages | No | Further pages after the quest page, such as a player handout or Gamemaster notes. Their HTML is stored as sent. | |
| questDescription | Yes | What the quest is about and what it should achieve. |