Private Foundry VTT Mage 20 lore encyclopedia module workspace
- Python 83.5%
- JavaScript 13.2%
- CSS 3.3%
|
|
||
|---|---|---|
| dist | ||
| module/m20-lore-encyclopedia | ||
| notes/qc | ||
| scripts | ||
| work/sections/prototype | ||
| .gitignore | ||
| README.md | ||
M20 Lore Encyclopedia
Local Foundry VTT module workspace for building a private Mage: The Ascension 20th Anniversary lore encyclopedia.
Layout
source/m20.pdf- local symlink to the rulebook PDF, ignored by git.work/pages/- generated per-page extraction output, ignored by git.work/sections/- cleaned section Markdown.notes/qc/- calibration notes and manual review checklists.module/m20-lore-encyclopedia/- Foundry module files.scripts/- local extraction and calibration tooling.
First Pass
source .venv/bin/activate
python scripts/render_calibration.py
python scripts/extract.py --printed-start 38 --printed-end 53 --offset 0
Update notes/qc/page-mapping.md with the verified offset before bulk extraction.