This wiki is the living record of the Pandemic Defying Bromance campaign. After each session, a transcript is generated and summarized automatically, then posted here. Use it to catch up before a session, settle arguments about what actually happened, or just relive the chaos.
Wiki.js uses standard Markdown for page content. A few things to know:
[link text](/path/to/page)/wiki/
│
├── sessions/ ← One page per session
│ ├── 26.05.03-session-1
│ ├── 26.05.10-session-2
│ └── ...
│
├── party/ ← One page per character
│ ├── fenrir
│ ├── bjorn
│ └── melek
│
├── npcs/ ← Named NPCs the party has met
│ ├── lyra
│ ├── vice-guildmaster
│ └── ...
│
├── locations/ ← Places visited or known
│ ├── the-city
│ ├── adventurers-guild
│ ├── south-sewer
│ └── ...
│
├── quests/ ← Quest log
│ ├── active
│ ├── completed
│ └── available
│
└── lore/ ← World lore, factions, history
Use lowercase with hyphens and prefix session pages with the date:
| Type | Format | Example |
|---|---|---|
| Sessions | YY.MM.DD-session-N |
26.05.03-session-1 |
| Characters | character name | fenrir |
| NPCs | character name | lyra |
| Locations | descriptive name | south-sewer |
| Quests | descriptive name | sewer-clearance |
Each session page should follow this structure:
# Session N — YYYY.MM.DD
## Party
## Summary
## In-Game Events
## Combat
## Loot
## NPCs Met
## Open Items
Tip: The transcript pipeline copies the summary to your clipboard automatically. Paste it into a new session page and clean it up from there.