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
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
tags:
|
||||
- rule
|
||||
- podrecznik-gry
|
||||
- race
|
||||
- character-creation
|
||||
aliases:
|
||||
- Lamia (Naga)
|
||||
---
|
||||
Lamie (bądź nagi) to rasa wyróżniająca się tym, że od pasa w dół mają tułów/ogon przypominający węże (czy też inne pełzające zwierzęta pokryte łuskami).
|
||||
Nagi są wyśmienitymi wojownikami, bardzo często widuje się przedstawicieli tej rasy z włócznią i tarczą, lecz dzierżą także inne rodzaje broni. Preferują tradycyjną broń białą.
|
||||
Pomimo tego, że niewiele lamii ma talent magiczny, wśród nich raz na jakiś czas zdarza się dziecko ze zdolnościami do panowania nad którymś z żywiołów.
|
||||
|
||||
|
||||
Cechy Rasowe:
|
||||
* Dostępne Dziedziny Magii:
|
||||
* Magia Żywiołów
|
||||
* Magia Sakralna
|
||||
* 4 punktów do rozdania w Atrybuty
|
||||
* Darmowe Talenty:
|
||||
* Oportunista
|
||||
* Gotowość do Walki
|
||||
* Magiczna Oporność
|
||||
* 1 Punkt Umiejętności w Refleksie
|
||||
* 1 Punkt Umiejętności w Walce Wręcz
|
||||
* 1 Punkt Umiejętności w Umiejętnościach Strzeleckich
|
||||
* 8 Punktów Umiejętności do rozdania w dowolne umiejętności
|
||||
Reference in New Issue
Block a user