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

PF2e Attack macro dropdown for choosing MAP

I'm trying to create a way of allowing players to have a macro button for their attacks (PF2e) which then brings up a drop-down box where they can select whether it's their first attack (no MAP), 2nd or 3rd attack (with MAPs). Having separate macro buttons for 3x attacks for each weapon will use up a lot of screen space, so I'm looking for an easier option for players! Is this even possible? 
I'm not familiar with PF2e rules - what is MAP? Depending on what it is, it might be very simple to achieve via a query.
1726631297

Edited 1726631370
MAP = Multiple Attack Penalty Characters can take multiple attacks in a round, with each subsequent attack incurring a larger penalty. If the weapon is considered 'Agile', the penalty is reduced: First Attack: No modifier Second Attack: -5 (-4 if Agile) Third Attack: -10 (-8 if Agile) I am assuming a Query could be written for this. I've seen similar before.
Yeah, a query could easily achieve that - ?{Attack is...|first, |second, -5|third, -10} inserted at the end of the inline roll of your attack would be a quick and easy solution.