βοΈ Amantia Campaign β DM Dashboard
A world shaped by divine madness, living gods, and a thousand years of fractured empires. System: D&D 5e (2024) | Status: Active
π Next Session
Prep Checklist
- Review last session recap in Recaps
- Set in-game date using Amantian Calendar
- Prep at least one encounter in Encounters
- Review active plot threads in Campaign Tracker
- Check any NPCs the party is likely to meet
ποΈ Recent Notes
TABLE file.mtime AS "Last Edited"
FROM ""
WHERE file.name != "π Amantia DM Dashboard"
SORT file.mtime DESC
LIMIT 8π Active NPCs
TABLE WITHOUT ID
"[[" + file.name + "]]" AS NPC,
location AS Location,
affiliation AS Affiliation
FROM "02 - People/NPCs"
WHERE contains(tags, "npc")
SORT file.name ASCπ Sessions
TABLE WITHOUT ID
"[[" + file.name + "]]" AS Session,
date AS Date,
summary AS Summary
FROM "05 - Sessions"
WHERE contains(tags, "session")
SORT date DESC
LIMIT 5π The World
| πΊοΈ Country Index | All nations of Amantia |
| π History of Amantia | World history from the Elder Gods forward |
| ποΈ Amantian Calendar | Turns, spans, days, and holidays |
| β¨ Cosmology & The Planes | Divine hierarchy, planes, and magic |
| 𧬠Species Index | All playable peoples |
| π Cities & Locations | Named places |
π₯ People
| π§ NPCs | All named NPCs |
| π Player Characters | The party |
| βοΈ Factions & Organizations | Powers, guilds, and cults |
βͺ Religion
| π Deity Index | All known gods by pantheon |
| ποΈ Religious Orders | Orders, sects, and cults |
π² Running the Game
| π Session Notes | Session notes |
| π Recaps | Player-facing recaps |
| βοΈ Encounters | Combat & encounter prep |
| π Items & Equipment | Treasure & magic items |
| π Campaign Tracker | Kanban β plots, prep, ideas |
| π Class Overview | Classes |
| π Origins Overview | Backgrounds & feats |
π Active Plots
TABLE WITHOUT ID
"[[" + file.name + "]]" AS Arc,
status AS Status,
summary AS Summary
FROM "09 - DM Notes"
WHERE contains(tags, "plot") OR contains(tags, "arc")
SORT file.mtime DESCπ Templates
| Template | Use For |
|---|---|
| NPC Template | Named characters |
| Location Template | Cities, dungeons, landmarks |
| Session Template | Prep & notes each session |
| Encounter Template | Combat and social encounters |
| Item Template | Magic items & artifacts |
| Faction Template | Organisations and groups |
| Deity Template | Gods and divine beings |
| Country Template | Nations and realms |
| Player Character Template | Player characters |
| Arc & Plot Template | Story arcs |