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.