cs96and / FoundryVTT-damage-log

FoundryVTT module to report all damage and healing to a separate chat tab
MIT License
9 stars 9 forks source link

[Feature Request] PF2e IWR tooltip #31

Closed roguedevjake closed 1 year ago

roguedevjake commented 1 year ago

Pathfinder 2e has just introduced immunity, weakness and resistance automation and one of the nice elements they introduced was to have an info icon that when hovered provides tooltip information on the damage resisted, ignored or added.

It would be great if damage log included this tooltip for PF2e.

Imgr link to what it looks like

cs96and commented 1 year ago

Unfortunately Damage Log only knows the end number that a token got damaged by. It does not know the original damage that got reduced, or why. It probably possible to do it, but sounds like a lot of work and extra module bloat that I do not want to add.