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
|
||||
- black-market
|
||||
aliases:
|
||||
- Ryzyko Wykrycia
|
||||
---
|
||||
Każda transakcja na czarnym rynku niesie ze sobą ryzyko zwrócenia uwagi organów ścigania, Inkwizycji lub wrogich organizacji.
|
||||
|
||||
**Rzut MG na Tabeli Wykrycia (po każdej transakcji):**
|
||||
|
||||
| Wynik (2k6) | Konsekwencja |
|
||||
|--------------|--------------|
|
||||
| 1-3 | Brak konsekwencji - transakcja przeszła niezauważona |
|
||||
| 4-5 | Pogłoski - postać jest "na radarze", przyszłe transakcje mają +1 do trudności przez miesiąc |
|
||||
| 6-7 | Obserwacja - organy ścigania dyskretnie monitorują postać; test Spostrzegawczości (PT 4) by to zauważyć |
|
||||
| 8-9 | Przeszukanie - postać zostaje zatrzymana do kontroli; znalezienie nielegalnych przedmiotów = aresztowanie |
|
||||
| 10 | Najazd - Inkwizycja lub policja przeprowadza nalot; postać musi uciekać lub stawić czoła aresztowaniu |
|
||||
|
||||
**Modyfikatory do rzutu:**
|
||||
- Przedmiot Kategorii D (ekstremalnie nielegalny): +3
|
||||
- Przedmiot Kategorii C (nielegalny): +2
|
||||
- Przedmiot Kategorii B (regulowany): +1
|
||||
- Transakcja przez Czarną Giełdę (zabezpieczenia): -2
|
||||
- Transakcja w "bezpiecznej przystani" (Amsterdam, Marsylia): -1
|
||||
- Postać ma wrogów w organach ścigania: +2
|
||||
Reference in New Issue
Block a user