Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

DC Saving throws for Monsters from Compendium

Hello! Much as the title suggests I was curious if there was a some way that in the character sheet for the monsters, that come from the compendiums, that I can use for specific DC saving throws, or do I just need to continue to use a rolling [[ABIL+MOD]] function? Unlike the character sheets that actually have this section, I was just curious, thanks!
1562251846
Kraynic
Pro
Sheet Author
You might want to say which system you are playing.
1562252393
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
And which sheet for that system.
5e and using the PHB compendium provided charactermancer sheets
1564015428
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Each sheet has all the saving throws as built-in macros. %{selected|npc_con_save} Will roll a con save for a selected monster token, for example. In fact, here's a whole chat menu for npc saving throws, whispered to the GM: /w gm &{template:npcaction}{{rname=Saving Throws}}{{name=@{selected|character_name}}}{{description=[Str](~selected|npc_str_save) [Dex](~selected|npc_dex_save) [Con](~selected|npc_con_save) [Int](~selected|npc_int_save) [Wis](~selected|npc_wis_save) [Cha](~selected|npc_cha_save)}}
Thank you so much!