docs(druid): rewrite Circle of the Land against the current game data
The page still described the pre-5.5 layout: Natural Recovery at Level 3,
Land's Stride at Level 6, and no mention of Land's Aid.
Document the current progression - Circle of the Land Spells and Land's Aid at
Level 3, Natural Recovery at Level 6, Nature's Ward at Level 10 - with the
costs, ranges and scaling read out of the stats, and drop Land's Stride, which
the subclass no longer has. Class-Druid picks up the same corrections in its
subclass list and summary.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
docs: drop the self-referential notes about undocumented features
Class-Illrigger and Class-Druid admitted in the text that an effect had not
been checked against the game. Fill in Styx's Apathy from its in-game
description and state Wild Strike plainly instead.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Add missing Druid class features: Melee Unarmed Attack Bonus (L3), Wild Strike (L5/L10)
Progressions.lsx shows two automatic passives granted to every Druid that
the doc didn't mention at all: MeleeUnarmedAttackBonus at Level 3 (adds
half Proficiency Bonus to melee unarmed attack rolls - verified via
Passive.stats RollBonus(MeleeUnarmedAttack,ProficiencyBonus/2)), and
WildStrike at Level 5 (upgraded to WildStrike_2 at Level 10) - both
granted unconditionally, unlike the Level 7 Elemental Fury choice.
Wild Strike itself is unmodified base-game content with no override in
this mod's Passive.stats, so its exact effect isn't verified here -
flagged as needing an in-game tooltip check rather than guessed at.
Verified accurate and left unchanged: Wild Shape's 2 charges/Temp HP
equal to Druid level (TemporaryHP(ClassLevel(Druid))), Primal Order,
and Elemental Fury's structure.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Add Hit Point Die icons to class pages and rules
Shows the die-size icon (D6/D8/D10/D12) next to each class's Hit
Point Die trait, and all four sizes in the Hit Point Dice rules
section, matching the icon convention already used in Spells.md.
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>
Add Class- and Subclass- prefixes to all class and subclass files
Rename 16 class files with Class- prefix and 96 subclass files with
Subclass- prefix. Update all wiki links across 125 files to match
new page names using [DisplayText](Prefixed-PageName) format.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>