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

Pathfinder Second Edition sheet -- add circumstance bonus to multiple attack damage?

Hi, I'm pretty new to formulas in sheets, so I may be missing something. Weapons with the Forceful trait give a damage bonus to attacks beyond the first. Is there a way to code this into the additional other or additional damage fields using repeating_melee_strikes, etc? Either way, thanks for your help
You could add a query in the 'Other' damage like ?{Forceful Damage|First,|Second,2|Subsequent,4} or just mention it in the attack notes. I prefer doing this, and just paste the following in the notes for any weapon with that trait: **FORCEFUL:** **+2 circumstance** to dmg on 2nd atk w/ this weapon, **+4 circumstance** to dmg on subsequent atks
Thanks -- I had already added it to the attack notes as sort of a placeholder method. For some reason, there's a big lag in the query call, so I'll just stick with the notes method.