So, one of my abilities for a homebrew paladin sublcass I'm making adds a bonus to one's AC equal to half their proficiency bonus rounded down. How do I do this? The most I can get to is the following;
Modifier Type: Bonus Armor Class Fixed Value (-2 because 7th level has a +3 Proficiency Bonus) Additional Bonus Types; Proficiency Bonus
This can't be the right way and I'm hoping for some help, please. I'm begging here.
There is no way to have it automatically calculate based or of half PB, the system isn’t set up to do that. To do what you want, you would need to add a feature at the base level, 9th level, and 17th levels that each gives a +1 bonus.
The easier thing to do would be to just use a snippet that’ll calculate half PB, and leave it up to the player to manually adjust their AC directly on their character sheet whenever the snippet increases by 1. Here’s the snippet you would use: {{proficiency/2#signed}}
So, one of my abilities for a homebrew paladin sublcass I'm making adds a bonus to one's AC equal to half their proficiency bonus rounded down. How do I do this? The most I can get to is the following;
Modifier Type: Bonus
Armor Class
Fixed Value (-2 because 7th level has a +3 Proficiency Bonus)
Additional Bonus Types; Proficiency Bonus
This can't be the right way and I'm hoping for some help, please. I'm begging here.
There is no way to have it automatically calculate based or of half PB, the system isn’t set up to do that. To do what you want, you would need to add a feature at the base level, 9th level, and 17th levels that each gives a +1 bonus.
The easier thing to do would be to just use a snippet that’ll calculate half PB, and leave it up to the player to manually adjust their AC directly on their character sheet whenever the snippet increases by 1. Here’s the snippet you would use: {{proficiency/2#signed}}
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Ah okay! Thank you!