Księga Magii also grew since the last sync (2970-line doc now). Checked
structural coverage against the vault: Rozdział I (disciplines) and
Rozdział IV (artifacts) are correctly split into disciplines/*.md and
already match the doc. Rozdział VII (spell-creation formulas/tables)
verified byte-for-byte accurate.
Found one real structural gap: Rozdział VIII "Dzika Magia Dzikich Wiedźm"
had zero presence in rules/01 - not even a summary+link - even though the
actual content already exists, complete and accurate, in
disciplines/Dzika Wiedźmia Magia.md. Added the missing chapter stub.
Spot-checked spells across schools (general/air/sacred/superspells) for
stat-block accuracy against the doc - found and fixed a real, recurring
bug: several spells have a "Wymagania" (requirements) line in the book
that never made it into the vault's structured `requirements` field:
- Ostrze Dawida: requires Race (Anioł) - was empty
- Fanatyczne Poświęcenie: requires Race (Człowiek) - was empty
- All 8 superspells require Mistrzostwo (mastery) of a discipline - none
of them encode this anywhere. Added the requirement text into each
spell's body since the schema has no dedicated "mastery" field and
guessing at unknown discipline enum keys seemed worse than not
guessing. Left as follow-up if the app schema should grow a field for
this.
- Zagłada (Doom) specifically requires a 4-mage ritual (main caster + 3
others who already know the spell, none can be Źródło Mocy) - this one
*does* have dedicated frontmatter fields (requiresGroupCast, minCasters)
that were sitting at false/1. Fixed to true/4.
Did not attempt a full line-by-line read of all ~104 spells or the
~900 lines of Rozdział I-VI narrative/spell prose given the book's size;
spot-checked a representative sample per chapter/school instead. A
systematic requirements-field audit across all spell files is a
reasonable follow-up given what turned up here.
Fetched the "Klątwa Otchłani" doc and checked it against rules/02
(mechanics), lore/02 (Otchłań worldbuilding), and the eldritch spell
files it links out to.
- Missing rules content: "Przywołanie Istoty z Otchłani" gave no way to
actually determine required successes ("depends on the creature", full
stop) - the book's per-creature table (Tajemny Krab 2, Strażnik
Otchłani 4, Czempion Otchłani 6, Simulacrum 10 successes, plus their
Otchłań-bond level requirements) was dropped entirely. Restored it.
- Wrong cross-reference: rules/02's Wstęp pointed to
[[03. Ekonomia Magicznego Świata]] (a different book's lore file
entirely) instead of [[02. Otchłań i Magia]].
- Two more headings that degraded to plain text during a prior sync
("Bariera Ziemi", "Przebudzenie" in lore/02) - same failure pattern as
Arcanum Sanguinis, now fixed.
- Chapter renumbering inconsistency: rules/02 renumbers every chapter
locally (I-V) except the last one, which stayed "Rozdział X" from the
book's original numbering. Renumbered to VI for consistency with its
siblings.
Verified: Nil/Mundus/Tempus/Mistrz Losu personifications (already split
to npcs/Kult Otchłani/*.md) and all 5 eldritch spell stat blocks match
the doc. Rozdział III (Kara za nieudolność) and VIII (Choroby
Psychiczne) are empty in the book itself, not a sync gap.