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
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:
Create a custom class that uses Schedule 4 spellcasting
Create a character using the class.
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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: