Commit Graph

2 Commits

Author SHA1 Message Date
octoturge a3516d7899 rules(bestiariusz): fix Inicjatywa formula, add talents/spells, calibrate to veteran NPCs
Inicjatywa was double-counting Umysł and pulling in Ciało via skill
totals; correct formula is Umysł + Refleks bonus + Spostrzegawczość
bonus (confirmed against the player character sheet's actual
spreadsheet formula). Recalculated every NPC form on the corrected
formula, then bumped Refleks/Spostrzegawczość bonuses for trained/elite
NPCs so their Initiative reads above starting-player range, matching
their in-fiction competence. Nil now rolls 4k6 instead of 2k6.

Also: Gotowość do Walki for Xillith (III/IV), Karolina (II, inherited
into III), and Pelagius (x2); Dyplomata and Gadanina for Zayis (bumped
her Empatia to +3 to actually meet Dyplomata's prerequisite); Przeskok
added to Xillith's (unreliable, per table history) and Karolina's
(reflavored as twin short-lived gateways) spell lists.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xsdbKAT27PoAX9SWH3MFK
2026-08-23 00:11:58 +02:00
octoturge bab5a62d7a refactor(rules): split all 9 rulebooks into per-topic files
The rulebooks (Podręcznik Gry, Księga Magii, and 7 others) were single
monolithic documents, some over 1000 lines, making it hard to find or link
to one specific rule. Restructured them to match the convention already
used for lore/npcs/spells/disciplines: a themed subfolder per book with one
file per topic (talent, race, status effect, action type, etc.), and the
original book file rewritten into a hub/table-of-contents linking to them.

- Where a rulebook chapter duplicated content that already has a canonical
  home elsewhere (spell lists vs spells/, artifacts vs items/, disciplines
  vs disciplines/), replaced the duplicated text with links instead of
  copying it a second time.
- Verified all ~360 internal links across the new structure resolve, and
  fixed two real bugs surfaced by that check: unescaped parentheses in
  filenames breaking Markdown link syntax, and an off-by-one relative path
  in Rozdział VII - Religia.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xsdbKAT27PoAX9SWH3MFK
2026-08-19 21:53:25 +02:00