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 Character Sheet Attributes and Abilities

I was trying to teach myself macros and make a few for an upcoming PF2e game, but I'm having issues finding the weapon attack attributes. Is there someplace we can look them up other than the char sheet itself?
1565085122
Andreas J.
Forum Champion
Sheet Author
Translator
Big S. said: I was trying to teach myself macros and make a few for an upcoming PF2e game, but I'm having issues finding the weapon attack attributes. Is there someplace we can look them up other than the char sheet itself? The attack modifier used in weapon attack rolls are @{repeating_melee-strikes_$0_weapon_strike} and @{repeating_ranged-strikes_$0_weapon_strike} , where you replace the zero with the index of the weapon, the first weapon created having index of zero. The index is dependent on the order the weapons are created. You can also replace the $0 with the ID of the repeating section, for more details on the ID thing, see Repeating Sections. The wiki documentation for the sheet is under work , and will include details like this when finished. A point about macro for the PF2E sheet, each dice-rolling button have their own name, and can thus be directly referred to with %{character name|buttonname} and dragged to the quick macro bar, might save you from making some macros. The current sheet doc mentions few basic examples of this, but I've yet to mention the repeating sections.
Oh thank you that's exactly what I was looking for. I found the Wiki for the PC to NPC page but couldn't seem to find the one you linked. Thank you