Private Foundry VTT Mage 20 lore encyclopedia module workspace
  • Python 83.5%
  • JavaScript 13.2%
  • CSS 3.3%
Find a file
Varian 2fb4101880 Rebuild dist ZIP with updated import scripts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 18:19:17 -04:00
dist Rebuild dist ZIP with updated import scripts 2026-05-05 18:19:17 -04:00
module/m20-lore-encyclopedia Add import-all-packs.js and document import-pack.js usage 2026-05-05 18:18:57 -04:00
notes/qc Complete Phase 0 prototype prose 2026-05-05 15:45:40 -04:00
scripts Add Phase 0 prototype builder 2026-05-05 15:38:10 -04:00
work/sections/prototype Complete Phase 0 prototype prose 2026-05-05 15:45:40 -04:00
.gitignore Initial M20 encyclopedia scaffold 2026-05-05 15:29:53 -04:00
README.md Initial M20 encyclopedia scaffold 2026-05-05 15:29:53 -04:00

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.