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

Multiple queries to add addition types of damage PF1e

So the idea is to query if i am adding an ablity/spell with an attack then add if yes and do that twice as this character has two abilities that add additional damage to an attack doing queries with macros embedded can be really complicated and im at a lose ive tried to do something like this before but it didn't turn out well and it really became a guessing game of what thing i needed to change i was hoping someone had something for this kind of thing already or could help me figure it out im not a coder so these things can be hard for me 
1739120620

Edited 1739120971
vÍnce
Pro
Sheet Author
Hi Diana, what PF1e sheet are you using ( Official , Community , other...) and what is the specific ability/spell/feat you are wanting to query?
Pathfinder by roll 20 Pool strike from the Magus arcana and Psychic Strike from Soul Knife
1739138292

Edited 1739138463
vÍnce
Pro
Sheet Author
I'm not real familiar with the Official sheet, but I think you could just add a couple queries to the bonus dice/damage field (assuming these damage types do not crit... not sure) ?{Psychic Strike|yes,1|no,0}*[[ [[ {[[ [[floor((@{selected|level}-3)/4)]]+2]],0}kh1 ]]d8 ]] + ?{Pool Strike?|yes,1|no,0}*[[ [[ {[[ [[floor((@{selected|level}-6)/3)]]+2]],0}kh1]]d6 ]] The damage dice should scale by level according to their descriptions.( Pool Strike , Psychic Strike ) You will not see a breakdown of the query when hovering over the results, just their totals multiplied by "1" if they have been applied. "0" if not. Example when hovering over damage result. See 1*13 for psychic strike and 1*11 for pool strike. Someone that know the sheet better may have a better option or suggestion. Hope this helps.
Thank you this has been super helpful