Skip to main content

2 posts tagged with "wiki-2-0"

View All Tags

Wiki 2.0.1

· 2 min read

Supported Foundry Versions Download Count

Bug Fix

  • Every Spirit Magic spell had broken Rqid flags (its language tag was a translation placeholder that never actually resolved), so nothing could look a spell up directly by its rqid - most notably rqg system 6.1.0's new Spell Matrix Enchantment item feature, which failed to find any Spirit Magic spell dragged onto it from this compendium. Spells your characters had already learned were never affected by this - only fresh lookups by rqid were broken, so this only becomes relevant once you're running rqg system 6.1.0+.
  • Unbalanced HTML tags in several bestiary, rune magic, skill, and homeland description entries could make parts of the text render incorrectly - all now fixed.
  • The Discorporation spell's "see also" link and Create Fissure's reference to the falling rules were both dead placeholder links that never got filled in - Discorporation now links to the correct spell, and Create Fissure now cites the core rulebook (RQG p156) directly.

Under the Hood

  • The build pipeline now automatically checks @RQID[...] cross-references, HTML structure, other Foundry document links, and local asset file references against the actual compendium content on every push, to catch this class of bug going forward before it ships.

Wiki 2.0.0

· One min read

Required RQG System Version Supported Foundry Versions Download Count

This is the first release built on the modernized compendium data pipeline. It's a fresh-start release rather than a content update — no intentional gameplay or content changes were made. Its sole purpose is to establish a clean baseline that's fully aligned with the current fvtt-system-rqg data models.

  • Compendium data is now validated against JSON Schemas generated live from the fvtt-system-rqg DataModels. This caught a batch of pre-existing content bugs — misspelled or renamed fields, invalid null values on non-nullable fields, and similar issues — that had gone unnoticed until now.
  • This release requires rqg system v6.0.0+ and Foundry v14+. If you're running an older system version, stay on the previous release (v1.3.5) for now.