Jeff Hitchcock
Jeff Hitchcock
Adds the uses as the first column on the player's spellbook tab. These uses only display when the spellbook is wide enough and are editable like in the features tab....
Adds a new `unlinkedSpells` array to spell list journal pages for holding information on spells that may potentially become unlinked. This is useful for when a spell list might need...
This extends the deprecation period for `getBaseItem` indexes another 2 versions because fixing this requires a compendium migration and there are still people who haven't done that.
Migrates the `configuration.choices` data structure on item choice advancement to be an object with a new `replacement` boolean. This indicates that players can replace a previous choice at that level....
Spell list journal pages can now be embedded. By default they display just like the normal spell list page without the "Grouping" selector. It uses the page's default grouping by...
Adds summoning count formulas to summons profiles which allow specifying how many creatures are summoned, modifiable based on spell level or any other calculations required. The ability use dialog has...
Allows more than one ability to be specified within the spell data for `ItemGrant` and `ItemChoice` advancement types, presenting the player with a choice of abilities if more than one...
Adds UUIDs to all class features that need to consume uses from another item (channel divinity, ki abilities, metamagic, etc). Also adjusted Monk's deflect missiles to use an inline roll...
Uses the new level prerequisite data on feature items when adding a feat using the `AbilityScoreImprovementAdvancement`. This uses the overall character level rather than the specific class level.