mysurvive / pf2e-thaum-vuln

Improvement for Thaumaturge Exploit Vulnerability
MIT License
10 stars 11 forks source link

[Bug] Enemy with multiple weakness and resistances #117

Closed CydGoblin closed 4 months ago

CydGoblin commented 4 months ago

I noticed an issue when using the Vulnerability Exploit macros against a Fiendish Arboreal. When you pick Mortal weakness, seems like it doesn't set the highest weakness (fire 10), instead uses 5 as value. It also uses piercing as weakness when applying the damage, so this enemy being resistant to damage, gets reduced the extra 5 damage it tried to do. So I thinks there's 2 issues: Is not applying the highest value and apply a type of damage that the creature may be resistant to.

Attached some screenshots. I thought the damage would be 22, adding the fire 10 vulnerability Screenshot 2024-04-17 210859 Screenshot 2024-04-17 210944

mysurvive commented 4 months ago

As discussed on Discord, choosing the improper weakness is a bug, being resistant to your damage type and weak to your damage type is actually correct. I'll put in a fix for this for next release.