espositos / fvtt-tokenactionhud

Creating a token action HUD module for Foundry VTT
31 stars 38 forks source link

PF2E Saving Throws #217

Closed Nat-Faeeria closed 3 years ago

Nat-Faeeria commented 3 years ago

Hello, This is not critical, but the PF2e module has changed its data format on some stuff, including the Saving Throws. They now appear as PF2E.SavingsWill and such in the Token Hud. I think it might be fixed by fetching PF2E.SavingsWill.value, but not sure.

Cosmic-Lattee commented 3 years ago

It isn't just saving throws. When you do group checks by selecting all the tokens it looks like this now:

image

Abilities are also messed up:

image

espositos commented 3 years ago

Thank you for reporting this. I think Drental has submitted a pull request which should resolve this, but if it's not resolved please let me know.

Drental commented 3 years ago

should be all done now :)