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

Need help adding caster DC bonus to a spell like ability.

Is there a way to automatically add an adjusted caster DC bonus to a spell like ability in the pathfinder character sheet so far I have [[10+floor(@{class1_level}/2)+@{wisdom_mod}+2]] which gives me my current DC but when I add spells/buff condition  it does not adjust automatically for some reason, please help!
1678049415
Gauss
Forum Champion
Which Pathfinder character sheet are you using? If you don't know the name please supply a screenshot of the character sheet.
1678054940

Edited 1678055045
It says Pathfinder Roleplaying Game at the top left. Its for 1st edition, if that helps!
1678055549

Edited 1678055609
Gauss
Forum Champion
There are multiple Pathfinder character sheets, three match that description. A screenshot will show me which one you are using. :)
1678057424

Edited 1678060030
Gauss
Forum Champion
Ok now we are on the same character sheet. :) Where are you adding your DC to? A screenshot there would help also. (I know it is a Spell-like ability, just want to make sure we are on the same page there too.) Also, what buffs and conditions are you trying to add? 
one moment:)
I would like to see if it would work for Judgement of Peircing and other conditions buffs if allowed of course... the idea is to have the DC adjust if the buff is turned on  
1678083399

Edited 1678084178
Gauss
Forum Champion
I need the specific buffs (as in the setting you put in for each buff). I can then probably put something together where they will be included in the DC.  Edit: I tested that location, it will accept buffs if the specific buff is put into the DC's code.  Example:  [[10+floor(@{class1_level}/2)+@{wisdom_mod}+2 + @{caster2_dcbonus_level_9}  ]] Then a buff to  caster2_dcbonus_level_9 works.  So basically any buff you want to be in the DC needs to be written into the DC in advance. Then when you checkmark the buff it will apply that to the DC. 
Ok so ignore the protection spell but one is a item buff and the other is a Inquisitor ability  not a spell :(
1678087403

Edited 1678087527
 trying to add the temp bonus to spell DC to my Abyssal Scourge DC
1678116697

Edited 1678116771
Gauss
Forum Champion
As you stated, Protection from Outsiders (spell) shouldn't apply.  Headband of Mental Prowess applies indirectly. It is already factored in via the @{wisdom_mod} portion of the DC. So that leaves Judgment (Piercing). From what I can tell "DC" goes through some behind the scenes character sheet coding to become multiple bonuses for individual levels: @{caster#+dcbonus_level_#} (replace # with numbers).  I suggest using this for your DC: [[10+floor(@{class1_level}/2)+@{wisdom_mod}+2 + @{caster1_dcbonus_level_9}  ]] That will take your Judgment (Piercing) into account on the DC.  Earlier you mentioned conditions, are there any conditions that need to be accounted for? Any other buffs that need to be accounted for?
I think Im good thankyou for everything!