Skip to content

wizzlethorpe/wands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W.A.N.D.S.

A Harry Potter 5e adaptation (Wands & Wizards) for the D&D 5e system, authored as a wizzlethorpe vault. This one source produces two things:

  • a role-gated reference wiki (every spell, item, creature, and rule), and
  • an installable Foundry VTT module (the compendium packs), compiled from the same content.

Layout

WANDS/
├── index.md            wiki home
├── Rules/              hand-authored chapters (Houses, Casting Styles, …)
├── Compendium/         spells, items, creatures, features, … (one page per entry)
│   └── <Type>/         <Name>.md (+ <Name>.foundry.json sidecar of dnd5e data)
├── settings.md         vault config (managed by the `vaults` CLI)
└── foundry/            the Foundry module (built by vfmc; see foundry/, wiki-ignored)

Each compendium page is both a wiki article and a Foundry document: the markdown body is the description, and foundry: frontmatter (+ a .foundry.json sidecar, or inline foundry.data for roll tables) carries the dnd5e mechanics.

Build & deploy

# Reference wiki (static site → Cloudflare Pages)
vaults build          # render locally
vaults preview        # view it
vaults push           # deploy

# Foundry module (LevelDB compendium packs + module.json, in WANDS/foundry/)
vfmc .                 # compile this vault into foundry/

The Foundry module dir (foundry/) is an extensible module you own — vfmc rewrites only its packs/ and the packs array of module.json; custom code (src/), styles, UI lang/, and Babele translations are preserved. See foundry/scripts/ for dev-install.sh and release.sh.

Credits

Content is based on Wands & Wizards by MadManNBlueBox.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors