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 .
×

Pathfinder 1e - Offical Sheet

Trying to add a straight forward buff for a spell, Sense Vitals, that grants bonus sneak attack dice based on caster level Tried the formula  [[ floor((@{caster1_level}-1)/3) + 1 ]]d6 to melee damage and [[ floor((@{caster1_level}-1)/3) + 1 ]]d6 to sneak attack but neither works I know the formula is correct, as in the extra dice box this works any ideas on how to set this up?
1776803197
Gauss
Forum Champion
Hi Paul P.,  Could you supply a screenshot of where you are putting the calculation and what the error/not working/etc. looks like?
I tried, but the posting errored Basically the formula in the Buffs section of the sheet doesn't work, and I believe that this is documented as being the case. But there doesn't seem to be any way to toggle on "roll extra dice" without resorting to the Community sheet.
1776873255
vÍnce
Pro
Sheet Author
Hi Paul, are you including the "sneak attack" damage with the spell itself or with an attack? You should be able to include it as extra damage in either case.  Does caster1_level exist on the official sheet?  I would try "class1_level" and use kl1 to ensure the damage never exceeds 5d6. example; [[ {[[floor((@{class1_level}-1)/3) + 1]], 5}kl1 ]]d6
1776882048
Gauss
Forum Champion
Paul P. said: I tried, but the posting errored Basically the formula in the Buffs section of the sheet doesn't work, and I believe that this is documented as being the case. But there doesn't seem to be any way to toggle on "roll extra dice" without resorting to the Community sheet. Please make sure you save the image to your computer, then upload it to the forum. Screengrab then pasting the image in the forum may not work (probably won't work).
The Buffs section is coded in the sheet to parse the entries and apply the results. The typical format is [modifier] [type] to [field] (ex. "+2 morale to ac"), where the sheet applies modifier type stacking logic and handles the [type] being an optional element.  I don't know that it can handle this at all, where the target is a field on a dynamic repeating section (weapon attacks or spells).