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:
+27
@@ -0,0 +1,27 @@
|
||||
---
|
||||
tags:
|
||||
- rule
|
||||
- zloto-stal-i-magia
|
||||
- item
|
||||
aliases:
|
||||
- Specjalne Przedmioty Krasnoludzie
|
||||
---
|
||||
**Sakwa Kupca**
|
||||
*Rzadki artefakt krasnoludzki*
|
||||
Magiczna sakwa, która zawsze pokazuje dokładną sumę znajdujących się w niej monet. Dodatkowo chroni zawartość przed kradzieżą - tylko właściciel może ją otworzyć.
|
||||
Cena: 7 500 PLN
|
||||
|
||||
**Pieczęć Klanu**
|
||||
*Bardzo rzadki artefakt*
|
||||
Służy do potwierdzania autentyczności umów i dokumentów. Kontrakt opatrzony Pieczęcią Klanu nie może być złamany bez poważnych magicznych konsekwencji dla łamiącego.
|
||||
Cena: Nie na sprzedaż (tylko dla członków klanu)
|
||||
|
||||
**Lunetka Wartości**
|
||||
*Rzadki artefakt*
|
||||
Pozwala określić dokładną wartość rynkową dowolnego przedmiotu patrzącemu przez nią. Działa na przedmioty niemagiczne automatycznie, na magiczne wymaga testu Wiedzy Magicznej (PT 3).
|
||||
Cena: 15 000 PLN
|
||||
|
||||
**Kufer Nieskończonych Przegródek**
|
||||
*Bardzo rzadki artefakt*
|
||||
Kufer, który wewnątrz jest znacznie większy niż na zewnątrz. Może pomieścić do 1000 kg przedmiotów przy wadze własnej 5 kg. Przedmioty są magicznie katalogowane.
|
||||
Cena: 2000 zł
|
||||
Reference in New Issue
Block a user