You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the merging of #3431 you can now assign a spell to a specific class. For any spells that have a class specified and "Spellcasting" set as their ability, it should automatically use the ability on their assigned class rather than the character-wide spellcasting ability.
The spellcasting ability should still be supported to support older spells without the class field set and to support spellcasting on NPCs which probably don't have a spellcasting class.
The text was updated successfully, but these errors were encountered:
Modifies `_typeAbilityMod` property on `SpellData` to first check
the associated spellcasting class if specified on the spell before
falling back to the global spellcasting ability.
Also made a change to `Item5e#getSaveDC` to first ask the item for
its ability to use for the DC before falling back to the global
spell DC.
With the merging of #3431 you can now assign a spell to a specific class. For any spells that have a class specified and "Spellcasting" set as their ability, it should automatically use the ability on their assigned class rather than the character-wide spellcasting ability.
The spellcasting ability should still be supported to support older spells without the class field set and to support spellcasting on NPCs which probably don't have a spellcasting class.
The text was updated successfully, but these errors were encountered: