I created a monster that had a Charisma of 1, but was proficient in Charisma saving throws. It's proficiency bonus is +4, which would bring the total Charisma save to -1. However, there seems to be an assumption in the code that the save is always positive and it lists it as +-1 (plus then minus one). The plus is tacked on and should only be displayed if the total is 0 or more. Hope that helps. That is all.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I created a monster that had a Charisma of 1, but was proficient in Charisma saving throws. It's proficiency bonus is +4, which would bring the total Charisma save to -1. However, there seems to be an assumption in the code that the save is always positive and it lists it as +-1 (plus then minus one). The plus is tacked on and should only be displayed if the total is 0 or more. Hope that helps. That is all.