Create a campaign dashboard
create-campaign-dashboardCreate a Foundry VTT campaign journal that tracks progress, parts, locations, quest givers, and status toggles. Parts stay locked until the previous is completed or skipped.
Instructions
Create a journal that gives an overview of a campaign in several parts: progress, current part, location and quest giver, and for each part its levels, description and a status toggle. Clicking a toggle in Foundry cycles not started, in progress, completed, skipped and saves it on the journal; figures, current part and lock markers follow the saved status whenever the page is shown. A part is locked until the one before it is completed or skipped. The journal is visible to Gamemasters only, named after the campaign and placed in a journal folder with the campaign title (created when missing). Texts are written in the language of the Gamemaster's client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Structure of the campaign. "custom" requires customParts; the other templates bring fixed parts and refuse customParts. | |
| customParts | No | The parts of a campaign with template "custom", in order. At least one. | |
| campaignTitle | Yes | Title of the campaign, e.g. "The Whisperstone Conspiracy". | |
| defaultLocation | No | Main location or setting of the campaign, shown in the overview (optional). | |
| defaultQuestGiver | No | Name of the figure who gives the party its quests, shown in the overview (optional). | |
| campaignDescription | Yes | Short description of the theme and scope of the campaign. |