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

Damage calculator for Characters with many attacks Pathfinder 1e

Is there a macro available that will handle Calculating all the damage for a character or creature that has many attacks. What comes to mind is a Creature with the Pounce ability may have 5 or 6 attacks.  And also have it prompt the user where we can put in the AC they are trying to hit. to only calculate those that should hit the target.
1708469701

Edited 1708469748
GiGs
Pro
Sheet Author
API Scripter
No such calculator exists, but it should be creatable via the normal dice roll mechanics (which also handle calculations). It would be tricky, mainly due to the variety of damage dice possible - you'd need a way to calculate average damage which might require an API script, but you are willing to calculate the average of a single damage roll yourself, it is definitely doable. It gets a lot more complicated if each attack does different damage.