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
To make the spellcasting block of NPCs easier to set up for each actor, the system could use a pre-calculated spell attack bonus (prof + mod) and the full name for the spellcasting ability (currently only the ability key is easily available in roll data).
The text was updated successfully, but these errors were encountered:
Adds `attack` to each ability which is the default attack to hit
using that ability (e.g. prof + mod).
Also adds the spell attack and ability label to actor attributes
inside a new `attributes.spells` object. This moves the old
`spelldc` and `spellmod` into that object with deprecation
warnings.
Closes#5003
To make the spellcasting block of NPCs easier to set up for each actor, the system could use a pre-calculated spell attack bonus (prof + mod) and the full name for the spellcasting ability (currently only the ability key is easily available in roll data).
The text was updated successfully, but these errors were encountered: