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 buff calculaion help?

Hello, I've been looking all around the roll20 wiki, the forums, the roll20 reddit and some other places, but i can't find any help on setting up custom buff calcs (the window with #/Equation). Where can i find any info on how the buff macros work? For example, what's the formula for making my buff automatically calculate my INT into attack rolls?
1567992342

Edited 1568007542
vÍnce
Pro
Sheet Author
Hi Senrian, which PF1e sheet are you using?  Community or Official Roll20 ? Community Sheet; (example of adding INT-mod to attack and damage) Curious as to your use case?  There may be other options to consider.  BTW, there are various types of macro fields on the sheet(a,b,c,d).  Check the sheet's footer for a description/requirement of each type.
Thanks for your example! I am using the community sheet, sorry for not specifying. I was just looking on how to make the buffs to calculate automatically without the player or GM needing to tweak it in certain situations and i couldn't find any info on the commands, queries and expressions.
1568073134
vÍnce
Pro
Sheet Author
Senrian said: Thanks for your example! I am using the community sheet, sorry for not specifying. I was just looking on how to make the buffs to calculate automatically without the player or GM needing to tweak it in certain situations and i couldn't find any info on the commands, queries and expressions. Roll20's Help wiki has a  Dice Reference  page as well as info on basic  Macros  commands that can utilize sheet attribute values, dice rolls, Text , etc. The editable macro-text fields on the PF community sheet ( Macro-text Field Key ) allow various types of input.  Some fields must evaluate to a number at the time of entry such as a basic computation that may or may not include existing attribute data.  Other fields might allow an inline roll ie [[ 1d6+INT-mod ]] The value of which will be determined once a roll is sent to chat.  You should be able to use the wiki links above as well as mousing over any attribute on the sheet which will show it's attribute name, to handle most any type of "adjustment" or custom macro you might need.  You can also find info about the various roll templates used for the Community sheet here  in case you want to create a custom macro for something not covered by the sheet... Cheers.