I want to give a homebrew monster the Cloak of Protection, which should give it a +1 to AC and Saving Throws. Is there any way to change a homebrew monster's saving throws beyond giving them proficiency? I can't find something like that anywhere...
This is unfortunately not currently possible; monster stat blocks only consider whether a monster is proficient in a saving throw, and automatically calculate the saving throw bonus.
wonky workaround is to not select any proficiencies and then add them manually - layout is a bit off as it moves them down the stat block, but its close enough imo. Go to the Special Traits section, click the 'Source Code' button and add this as the first line (editing "X" for whatever +value you want):
<h3 style="color: #800000; font-size: 14px;"><strong>Saving Throws </strong>STR +X, DEX +X, CON +X, INT +X, WIS +X, CHA +X</h3>
I want to give a homebrew monster the Cloak of Protection, which should give it a +1 to AC and Saving Throws. Is there any way to change a homebrew monster's saving throws beyond giving them proficiency? I can't find something like that anywhere...
This is unfortunately not currently possible; monster stat blocks only consider whether a monster is proficient in a saving throw, and automatically calculate the saving throw bonus.
wonky workaround is to not select any proficiencies and then add them manually - layout is a bit off as it moves them down the stat block, but its close enough imo. Go to the Special Traits section, click the 'Source Code' button and add this as the first line (editing "X" for whatever +value you want):
<h3 style="color: #800000; font-size: 14px;"><strong>Saving Throws </strong>STR +X, DEX +X, CON +X, INT +X, WIS +X, CHA +X</h3>
Guide to the Five Factions (PWYW)
Deck of Decks
I'll give this a try, thanks!
Yeah, that's what I figured, but wasn't sure if I was missing something