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 2e Referencing Attacks with MAP

1597940109

Edited 1597940224
I'm trying to build a macro to reference Attack #2 and #3 in Pathfinder 2nd edition. These incur multiple attack penalties (which can vary, usually -5 or -4 for Attack #2, then -10 and -8 for Attack #3) and are embedded into the "#2" and "#3" buttons in the character sheet: The references I found on the wiki only refer to Weapon 1 (+1 striking rapier) and Weapon 2 (dagger of venom). %{selected|repeating_melee-strikes_$0_ATTACK-DAMAGE} %{selected|repeating_melee-strikes_$1_ATTACK-DAMAGE} Is there a similar reference to Weapon 1's Attack #2? The wiki might be outdated, as the image shows no #2 and #3 buttons, and talks about manually entering in the multiple attack penalty. Wiki section: <a href="https://wiki.roll20.net/Pathfinder_Second_Edition_Official#Dynamic_Reference_to_Rolls" rel="nofollow">https://wiki.roll20.net/Pathfinder_Second_Edition_Official#Dynamic_Reference_to_Rolls</a> Older thread I found: <a href="https://app.roll20.net/forum/post/7970737/pathfinder-2e-referencing-monster-attacks-slash-abilities" rel="nofollow">https://app.roll20.net/forum/post/7970737/pathfinder-2e-referencing-monster-attacks-slash-abilities</a>
1597941081
Kraynic
Pro
Sheet Author
If you right click on the #2 (and #3) button and select "Inspect Element", that might tell you the direct reference to that version of the attack.
Thank you!