Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-calculated spell attack & ability labels for NPCs usable in lookups #5003

Open
arbron opened this issue Jan 15, 2025 · 0 comments · May be fixed by #5004
Open

Add pre-calculated spell attack & ability labels for NPCs usable in lookups #5003

arbron opened this issue Jan 15, 2025 · 0 comments · May be fixed by #5004
Assignees
Milestone

Comments

@arbron
Copy link
Collaborator

arbron commented Jan 15, 2025

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).

@arbron arbron added this to the D&D5E 4.2.0 milestone Jan 15, 2025
@arbron arbron self-assigned this Jan 15, 2025
arbron added a commit that referenced this issue Jan 15, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant