Commit Graph

5 Commits

Author SHA1 Message Date
octoturge c763b2dbbc vault backup: 2026-08-22 14:50:27 2026-08-22 14:50:27 +02:00
octoturge 9c22552392 lore(bestiariusz): Karolina/Narcyza combat-arc flavor, Malferian demon ancestry retcon
Add escalating aggression to Karolina Fey's Taktyka across all three forms,
add Narcyza's demon-normalcy/flight/claws/superiority-complex details, and
retcon Malferians from shapeshifters to demon-descended (fixing the Zayis
"obvious non-demon in demon robes" contradiction and grounding her magic's
demonic lineage literally).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xsdbKAT27PoAX9SWH3MFK
2026-08-22 14:47:30 +02:00
octoturge 3d6477df06 lore(bestiariusz): reformat NPC skill lines, rebalance Magia attributes, add talents
- Rename "Wiecej, Niz Pomiesci Smiertelne Cialo" to "Nie do Zabicia" (Nigh Unkillable)
- Add Odprysk Otchlani talent giving Nil's Slime Cube form a ranged gap-closer
- Reformat every Umiejetnosci line across all NPC statblocks to "modifier (total)"
  so skills that scale off raw skill bonus (e.g. Mistrz Magii) are readable
- Rebalance Magia attributes to respect the 1k10 character-creation table
  (valid values only 0/1/2/3/4/6), offsetting the difference via skill modifiers
  capped at +8; recompute Inicjatywa to match updated Refleks/Spostrzegawczosc
- Lower Zayis's Autorytet (Glos Rozkazu) from III to II
- Add Jednosc z Magia to Diana as an in-fiction exception granted in 2027
- Add Metamagia to Karolina's Baba Jaga form
- Give Narcyza (Forma II) and Diana (Forma III) natural flight

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xsdbKAT27PoAX9SWH3MFK
2026-08-22 14:27:42 +02:00
octoturge d6bdf7b634 feat(bestiariusz): add full NPC stat-block roster + reconcile Diana/Karolina lore
Adds Bestiariusz combat stat blocks for the setting's major NPCs (Pelagius
Caudex, Diana Koniecpolska, Karolina Fey, Narcyza Eleness Zurbach, Xillith
Isherwood, Princess Zayis), each with supporting Talenty and, where needed,
new spells/artifacts (Zayis's Thaumaturgy shield spells, Lexica Botania,
Miecz Taumiczny).

Also reconciles several NPCs against a user-authored canon power-scaling
list: Diana gets a body-horror physiology writeup, an Otchłań-overcast
immunity Talent, and a "stop, not defeat" scaling note; Karolina's Forma II
is renamed to match Wielka Księga Obrzędów canon and gains Lexica Botania +
Pełnia Mocy; Narcyza's command ability becomes an aura affecting everyone
nearby, not just her focus target. Replaces the "Eldrycki/Eldrycka" Polish
calque throughout with direct "Magia/zaklęcie Otchłani" phrasing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xsdbKAT27PoAX9SWH3MFK
2026-08-22 10:18:47 +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