foundryvtt / pf2e

A community contributed game system for Pathfinder Second Edition.
https://foundryvtt.com/packages/pf2e
Apache License 2.0
420 stars 349 forks source link

Unarmed athletics skill actions don't benefit from the Agile trait #15120

Closed xyzzy42 closed 3 months ago

xyzzy42 commented 4 months ago

The MAP value for the Athletics actions with the attack trait follows the 0, -5, -10 progression. E.g., game.p2fe.actions.get('trip').use({multipleAttackPenalty: 1}) will be at -5.

In the remaster it's been explicitly stated that free hand athletics actions use the unarmed attack, which is Agile, and should use that MAP progression.

Maybe the code in SingleCheckActionVariant.use() that calculates MAP could be made aware of the agile trait, which could be passed in options when using a free hand.

TikaelSol commented 3 months ago

Closing in favor of the consolidated issue #15855