Files
2026-04-22 23:57:24 -05:00
..
2026-04-22 23:57:24 -05:00

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

  1. Create a new folder for your world (e.g., worlds/eldoria/)
  2. Create overview.md and fill in the basics
  3. Add subfolders as needed for geography, factions, etc.