foundryvtt / pf2e

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

Barbarian's Dragon Transformation feat has issues with Dragon Form spell effects #16438

Closed pxinin closed 1 week ago

pxinin commented 1 week ago

Dragon Transformation is not adding rage damage to dragon Battle Form.

I am sharing a little fix we made to make it work for now, hope it helps people with the same issue. Rage flat modifier rule works on Dragon Form effects if the system checks a "battle-form" predicate in it. We are playing with this little hack in the Rage action rules, on the flat modifier predicate (check the last "or", it adds a "batte-form" check, even though it always checks to true):

image

TikaelSol commented 1 week ago

Duplicate of #5632

This fix won't be added in the system since it would hit other battle forms as well. Likely we simply need a new version of the dragon form effect to handle barbarian specifically.