type
| type |
|---|
| folder |
Worlds
Each subfolder here is a distinct world/campaign setting. Worlds are reusable — multiple campaigns can take place in the same world across different eras or continents.
Structure for Each World
world-name/
├── overview.md # Cosmology, history, tone, magic rules
├── geography/ # Continents, regions, kingdoms, maps
├── factions/ # Organizations, guilds, religions, orders
├── npcs/ # World-level NPCs (reusable across campaigns/eras)
├── lore/ # Myths, legends, major historical events
└── creatures/ # Homebrew monsters, regional ecology
Getting Started
- Create a new folder for your world (e.g.,
worlds/eldoria/) - Create
overview.mdand fill in the basics - Add subfolders as needed for geography, factions, etc.