Nevela-0 / PF1-Automate-Damage

This is a FoundryVTT module that handles damage for PF1E
MIT License
1 stars 0 forks source link

Min damage vs actual reduction #10

Closed Antaeus00 closed 3 months ago

Antaeus00 commented 3 months ago

If the enemy has lets say Cold 10 resistance and received hit which deals 6 bludgeoning and 2 cold, it autofills 10 in the "Reduce by" rather than 2.

It should check if the damage from the given type was equal or higher that the resistance value, and apply the lower one (damage or resistance value).

Antaeus00 commented 3 months ago

Works as intended, checked wrong rows in the damage tab.