Skip to content

Revisions

  • Found a typo for Cunning Strike feature that mentions 5e rather than 5.5e.

    @lovemachine44 lovemachine44 committed Aug 22, 2026
  • docs(wiki): correct the Weapon Mastery selection rules Mastery choices come from a level-up SelectPassives entry, so they are locked in once taken; the class pages claimed they could be changed on a Long Rest. Replace that sentence on all eight classes that grant Weapon Mastery, and add the same note to the Paladin page, which had none. Also fix the Weapon Mastery overview: Gunslinger gains the feature at Level 2 rather than Level 1, and Barbarian and Monster Hunter gain extra choices as they level, not just Fighter. Add a per-class table with the levels taken from Progressions.lsx. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Aug 20, 2026
  • docs(rogue): correct the Improved Sneak Attack dice The page said the feature adds 2d6 for a total of 8d6 at Level 11. The SneakAttack level map caps at 7d6 and the passive's DescriptionParams is 1d6, so it adds 1d6 for a total of 7d6. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 31, 2026
  • docs(rogue): add the Arachnoid Stalker subclass page Covers Webbing's three Bonus Action options and its web charges, Venomous Strike's d8 Poison Sneak Attack dice, and the Level 9 Paralyze Cunning Strike option, all checked against the stat files. Link it from the Home.md class table (subclass count 118 -> 119) and the Class-Rogue.md subclass list and playstyle notes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 31, 2026
  • Fix Class-Rogue: Cunning Strike is a free toggle not a damage-cost trade-off; add missing Level 6 Expertise Verified the SneakAttack spell (Target.stats): its SpellSuccess always deals the full MainMeleeWeapon + LevelMapValue(SneakAttack) damage and separately checks IF(HasPassive(CunningStrike_X)) to apply the rider effect, with no damage-dice cost anywhere in the formula — contradicting the wiki's claim that "each effect costs 1d6 of Sneak Attack damage." Also confirmed CunningStrike_Poison/Trip/Withdraw share ToggleGroup "Rogue_5_CunningStrike" (mutually exclusive toggle, not a per-attack menu). Verified the SneakAttack LevelMapSeries (1d6/2d6/3d6/4d6/5d6/8d6 at levels 1/3/5/7/9/11) and corrected the cited Level 11 total from 6d6 to 8d6. Removed the unsupported claim that Improved Sneak Attack lets you apply two Cunning Strike effects at once (no such passive or second toggle slot exists in Progressions.lsx). Also added the Level 6 Expertise grant (SelectSkillsExpertise for 2 more skills), entirely missing from the progression table. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 8, 2026
  • 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.

    @Yoonmoonsik Yoonmoonsik committed Jul 6, 2026
  • Document Fast Hands bonus-action scrolls and expanded scroll restrictions Updates the Rogue Thief page to describe Fast Hands' new ability to cast from a Spell Scroll as a Bonus Action, and rebuilds the Restricted Spells tables in Rules.md to cover all 133 restricted scrolls (1st-6th level, previously only 3rd+) with their spell levels. Notes that cantrip scrolls and Scrolls of Revivify are always exempt from the restriction. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 6, 2026
  • Docs: proofread wiki against mod data, remove flavor prose - Strip flavor/lore sentences from feature descriptions across all class and subclass pages; keep mechanics only - Fix descriptions that did not match the mod implementation: Illrigger subclasses (Hellspeaker, Painkiller, Sanguine Knight, Shadowmaster, Architect of Ruin) rewritten from actual passive data; Knowledge Domain Mind Magic/Unfettered Mind; Light Domain Radiance of the Dawn; Thief Supreme Sneak intro - Add missing Mind Domain spell table; fix Grave Domain spell count - Fix Artificer subclass grammar and duplicate/redundant lines - Standardize always-prepared spell list wording Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 2, 2026
  • Docs: add Blade of Radiance Rogue subclass page Documents Sanctified Champion, Divine Blessings, Armor of the Faithful, Divine Inspiration, and Rend the Blasphemous at Level 3, and Chains of Judgement, Divine Retaliation, and Erupting Blades at Level 9. Links it from Class-Rogue.md and Home.md. Adds the associated Blade of Radiance class/action icons and the Divine Point resource icons. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 1, 2026
  • 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>

    @Yoonmoonsik Yoonmoonsik committed Jun 29, 2026
  • 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>

    @Yoonmoonsik Yoonmoonsik committed Jun 29, 2026
  • 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>

    @Yoonmoonsik Yoonmoonsik committed Jun 29, 2026
  • 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>

    @Yoonmoonsik Yoonmoonsik committed Jun 28, 2026
  • 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>

    @Yoonmoonsik Yoonmoonsik committed Jun 28, 2026