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] Sneak attack macro, is it possible to do this?

So, I have been statting up a big bad(?) guy for later in my campaign, and as she is likely to see combat, I have been writing her macros up now, to save hassle later. However, I ran into a problem. While I can make her macros all fine and dandy, with all her vital striking, criticals, and sneak attacks, I have yet to figure out to do the last step. She has Powerful Sneak and Deadly Sneak rouge talents, meaning any 1s or 2s she rolls on her sneak attack dice are considered 3s. I cannot for the life of me figure out how to do this with a macro, can anyone offer a suggestion/advice? Her full sneak attack is 15d8, so I don't want to simply reroll them, it would annihilate anyone that came against her, especially seeing as she already does just under 1,000 damage with a sneak attack critical vital strike. If this is not possible, I will likely just reassign those rouge talents, but as she is all about the sneak attacks, (20 rouge, 10 assassin), it fits her perfectly. Thank you for your time, Shannon Pasco.
1464092498

Edited 1464092551
You'd need to use a rollable table with the values of 3,3,3,4,5,6,7,8 and reference it with a nested inline roll. That should work. [[1d4 [Weapon Dmg] + [[15t[DeadlySneak]]]
Thank you! I completely forgot about rollable tables. Seeing as I have a big beasty that uses these to determine what flavor pain he is unleashing, I really should have thought of them. Cheers SkyCaptain!
1464097704
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
could also probably use kh1 to do this
1464124678

Edited 1464125010
Scott C. said: could also probably use kh1 to do this You could, but it would require using a keep/drop function per die , which would get tedious to implement. e.g. summing {d8, 3 + 0d0}kh1 +  {d8, 3 + 0d0}kh1 + ... + {d8, 3 + 0d0}kh1 together 15 times.
1464125953
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
True, but if you wanted the rolls to autocalculate, the rollable table wouldn't give you that (unless of course you use Aaron's Recursive Tables script). Just realized Shannon was a pro user and so that was an option.
Scott C. said: True, but if you wanted the rolls to autocalculate, the rollable table wouldn't give you that By "autocalculate", do you mean roll the correct number of sneak attack dice?