Reorganize spell scroll restriction rules and fix third-caster wording
Restructures the Restricted Spells tables in Rules.md by spell level instead
of school (easier to look up by scroll level), folds the Wizard-proxy
subclass list into Restriction Rules as a plain list linking to each
subclass's own page, and fixes several scroll display names (Elminster's
Elusion, Snilloc's Snowball Swarm, Tasha's Mind Whip) to match the mod.
Also cleans up the five third-caster subclass pages (Arcane Trickster,
Eldritch Knight, Spellslinger, Architect of Ruin, Occultist Guild): removes
the internal WIZARD_PROXY tag name and incorrect school-restriction wording
(none of them are limited to specific schools), and states plainly that each
is treated as having Wizard spellcasting ability.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Fix: switch icon image references to relative paths
Now that folder is renamed to ASCII (done/), relative paths
resolve correctly in GitHub wiki without needing absolute URLs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix: rename icon folder from 완료 to done, update all image URLs
Korean folder name caused 404 on raw.githubusercontent.com.
Renamed icons/class/300/완료 → icons/class/300/done and updated
all 52 wiki page image references accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix: use absolute raw.githubusercontent.com URLs for class icons
GitHub wiki does not resolve relative paths to images in the wiki repo.
Replace all icon image references with full raw.githubusercontent.com URLs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix: URL-encode Korean folder name in icon paths
Replace 완료 with %EC%99%84%EB%A3%8C in all icon image references
so GitHub wiki can resolve the paths correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Docs: add class icons to top of class and subclass wiki pages
- Add Shadow Domain to Home.md Cleric subclass list
- Add class icon images to 52 class/subclass pages where icons exist
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove cringe-y writing from remaining wiki docs
- Remove superlatives: "the most powerful", "highest single-target", "highest flexibility", "most support-oriented", "most durable", etc.
- Remove editorial comparisons: "strictly better than", "highest single-turn attack count available"
- Remove dramatic calls to action in Kensei intro paragraph
- Replace "one of the most [X] in the game" with factual or contextual phrasing
- Replace "pure caster" with "spellcasting-focused"
- Replace "most powerful" long-term tool with "strongest"
- Tone down hype in Banneret, Battle Master, Champion, Ranger Hunter, Druid Land, Stars, Unbroken, Paladin Devotion, Glory, Vengeance, Ancients
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
remove redundant footer nav from all wiki pages (127 files)
Sidebar already provides navigation; --- divider + link footers were duplicating it.
Home.md preserved (has real mod.io/GitHub links after ---).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: remove redundant H1 headings from all wiki pages
GitHub Wiki auto-renders the page title (filename) as H1,
so explicit # headings in the content caused double H1 rendering.
Removed 127 leading H1 headings across all pages.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
refactor: replace all SVG banner/badge references with text across wiki
- Banner SVGs → # heading (text derived from alt text or hardcoded map)
- Badge SVGs → removed (decorative only)
- Numbered section SVGs (01–13, banner1, badges) → mapped to proper titles
- Shared subclass SVGs (illrigger-subclass, gunslinger-subclass) → title from alt text
- Empty <div align="center"> blocks cleaned up
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Subclass files: include parent class name in filename
Rename all Subclass-{Name}.md to Subclass-{Class}-{Name}.md format.
Update all links across 122 files to match new page names.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>