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

Schedule 4 Spellcasting not Preparing correct # of Spells #585

Open
DivertedCircle opened this issue Jan 29, 2023 · 0 comments
Open

Schedule 4 Spellcasting not Preparing correct # of Spells #585

DivertedCircle opened this issue Jan 29, 2023 · 0 comments

Comments

@DivertedCircle
Copy link

Describe the bug
Custom classes set up with Schedule 4 spellcasting (Artificer style) do not appear to calculate the correct number of prepared spells. Schedule 4 spellcasting was implemented in #494

To Reproduce

Steps to reproduce the behavior:

  1. Create a custom class that uses Schedule 4 spellcasting
  2. Create a character using the class.
  3. View the number of prepared spells. Schedule 4 spellcasting should reflect spellcasting modifier + class level, rounded down. At 1st level, with a class set to Intelligence as its spellcasting ability and an intelligence of 12, the number of prepared spells should be 2; 1 for the INT mod and 1 for class, because half of 1 rounds down to 0, but you always prepare at least 1 spell
  4. Error display as only 1 spell to prepare. If increasing custom class level to 6, with the same INT mod the number of prepared spells should be 4 (1 + 3). Instead it displays as 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant