Skip to content

History

Revisions

  • docs(barbarian): add the three missing Barbarian subclass pages Path of the Giant, Path of the Wild Heart and Path of Wild Magic had no wiki page. With these the wiki covers all 116 subclasses. The Wild Heart page notes that this mod grants all five totem Rages at level 3 and drops the vanilla Bestial Heart passive selection. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 27, 2026
    6b2dece
  • docs(home): correct the subclass count to 116 Counted from ClassDescriptions with a ParentGuid, merging the vanilla Shared/SharedDev/GustavX tables with the mod's overrides: 16 base classes and 116 subclasses. All 116 are reachable in game — 115 are referenced by a Progression SubClasses list and Oathbreaker is granted by breaking an oath rather than selected. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 27, 2026
    e6541c1
  • docs(paladin): add Oath of the Watchers subclass page Covers Watcher's Will (Charisma-scaled ally count, no Action cost), Abjure the Extraplanar, the oath spell list and its substitutions, and Aura of the Sentinel's +3/+4 initiative steps. Links it from the Paladin class page and Home. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 27, 2026
    75fea73
  • docs(spells): note Command's revised targeting Command now targets Undead per the 5.5e rules, and the ally restriction is lifted, so it counts as revised: 29 -> 30 revised spells. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 27, 2026
    8f0b156
  • feat(icons): add Oath of the Watchers class icon (300/140) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    1bc388f
  • feat(icons): add one-shot class icon build script Drop <IconName>.png in icons/class/ and run build_class_icons.bat: it resizes to 300/140, converts both to DDS, copies them into the mod's GUI/Assets and GUI/AssetsLowRes (152/72), registers the atlas entries in GUI/metadata.lsf, archives the resized PNGs into done/ and deletes the source. The metadata step backs the file up, converts lsf -> lsx, inserts the entries by cloning a sibling node so attribute types and sort order stay intact, converts back, then reads the result to confirm the entry count and the new keys - restoring the backup on any failure. Re-runs are idempotent: existing keys are skipped, so replacing an icon only rewrites the textures. Kept pure ASCII on purpose - the system code page is UTF-8 and cmd.exe desynchronises goto/call parsing on multi-byte characters, so Divine.exe is located by scanning rather than hard-coding its non-ASCII path. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    abdb7e3
  • feat(icons): add Twilight Domain class icon (300/140) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    6256b04
  • docs(spells): add Rime's Binding Ice to the Level 2 table Level 2 totals updated to 56 spells / 55 with a scroll, and the new-spell count to 66 in Spells.md and Home.md. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    4a98bec
  • feat(icons): add Scroll of Rime's Binding Ice icon (380/144/48) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    11e7a9a
  • docs(spells): add Dawn to the Level 5 table with scroll icon Composited Item_LOOT_SCROLL_Dawn at 380/144/48; the Spell_Dawn source fills its frame edge to edge, so the foreground is scaled down to sit inside the parchment like the other scroll icons. Spell totals updated to 65 new spells in Spells.md and Home.md. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 26, 2026
    ee02df3
  • Corrected acquisition of 3rd level spells from 7 -> 9 and removed 4th level spells since they cannot be acquired before level 12.

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    c813fc0
  • Updated Vengeance spell list to have substituted spell for 3rd level from BG3 wiki. Also corrected acquisition of 3rd level spells from 7 -> 9 and removed 4th level spells since they cannot be acquired before level 12.

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    66528a2
  • Updated Subclass Paladin Oath of the Crown (markdown)

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    cea775d
  • Updated Crown spell list to have substituted spells for 2nd & 3rd level from BG3 wiki. Also corrected acquisition of 3rd level spells from 7 -> 9 and removed 4th level spells since they cannot be acquired before level 12.

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    bae26b9
  • Corrected acquisition of 3rd level spells from 7 -> 9 and removed 4th level spells since they cannot be acquired before level 12.

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    9e2d843
  • Updated Subclass Paladin Oath of Devotion (markdown)

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    43dd649
  • Updated Devotion spell list to have correct substituted spells for 2nd & 3rd level. Also corrected acquisition of 3rd level spells from 7 -> 9 and removed 4th level spells since they cannot be acquired before level 12.

    @lovemachine44 lovemachine44 committed Jul 25, 2026
    4715453
  • Restore subtle casting on Great Old One Patron, without the Somatic note Puts the GreatOldOne_3_PsychicSpells_Subtle section back. It describes the Verbal component removal and the Stealth flag, which is what the boost actually does, and no longer remarks on the in-game description also claiming Somatic components.

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    c078a78
  • Drop the subtle casting section from Great Old One Patron Removes the GreatOldOne_3_PsychicSpells_Subtle documentation - the feature paragraph, the note about the description also claiming Somatic components, the intro clause and the playstyle bullet. The Level 3 section now covers the Psychic damage conversion only.

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    ea3b177
  • Update Great Old One Patron for the Psychic Spells rework Level 3 no longer grants Mortal Reminder (ClarifiedMortality). It now grants Psychic Spells: a hotbar toggle that converts Warlock damage spells to Psychic, plus a hidden passive that drops the Verbal component from Enchantment and Illusion spells and keeps them from breaking Stealth. The new section documents what converts and what deliberately does not - weapon damage keeps the weapon's type, already-Psychic spells have nothing to convert, and summons and Telekinesis deal damage that does not belong to the spell. Also notes that the in-game description claims Somatic components are removed as well, which they are not. Entropic Ward, Thought Shield and Eldritch Hex were checked against the stats and are unchanged; their sections are trimmed rather than rewritten. Class-Warlock's subclass line now leads with Psychic Spells.

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    96f8412
  • Revert Dwarven Resilience duplication in Dwarf subrace sections Parent race traits should not be repeated in subrace sections. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    821d1b2
  • Repeat Dwarven Resilience in Dwarf subrace sections Match the Drow/Elf convention of restating inherited base-race traits inside each subrace section, since Duergar, Gold Dwarf, and Silver Dwarf all carry Dwarf_DwarvenResilience per Progressions.tbl. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    4ce0bbb
  • Add Gold Dwarf and Silver Dwarf racial traits Document Dwarven Toughness (Gold/Hill Dwarf, IncreaseMaxHP per level) and Dwarven Armour Training (Silver/Mountain Dwarf, Light+Medium Armour Proficiency), sourced from Progressions.tbl and vanilla passive data. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    2edc289
  • Add Duergar racial traits (Mordenkainen Presents: Monsters of the Multiverse) Document Superior Darkvision, Duergar Resilience, and the level 3/5 Duergar Magic spells (self-only Enlarge/Reduce and Invisibility) added in dnd55e mod commit 55ae06a8. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    4917980
  • docs: reclassify spell audit — Hideous Laughter is existing, not new Spare the Dying and Phantom Steed keep their new-spell classification and gain descriptions (previously missing despite custom icons). Hideous Laughter reuses a custom icon but is mechanically unchanged from vanilla, so it's dropped from the new-spell count: 65 -> 64 new spells (revised stays at 29). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    5751a6b
  • docs: correct new/revised spell counts via icon audit Full audit cross-referencing every spell's action icon against the 464 vanilla BG3 spell icons: a spell counts as "new" if it uses a custom-made icon (not found in vanilla data), "revised" if it reuses a vanilla icon but has a description noting changed mechanics. Corrects the stale 58/32 split to 65/29 (includes Summon Celestial, which reuses the vanilla Planar Ally icon but is a new summon spell). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    758e33c
  • docs: bump new spell count to 59 for Holy Weapon Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    ba5f560
  • docs: add Holy Weapon to Level 5 spell list Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    bd4418f
  • docs: add Holy Weapon spell and scroll icon Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    5209b5b
  • docs: add Summon Celestial spell and scroll icon Documents the new Cleric 5th-level Summon Celestial spell in the spell tables and the Celestial Patron Warlock's Level 9 bonus spell list, plus the composited scroll icon (48/144/380).

    @Yoonmoonsik Yoonmoonsik committed Jul 25, 2026
    7e5a2e7