Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

Resistances applying before a saving throw #814

Closed Quasimojo82 closed 2 years ago

Quasimojo82 commented 2 years ago

Resist energy needs to apply after the save and it appears it is applying before the save. Resist energy itself is applied to the character correctly and subtracts the correct amount of damage, but this happens prior to the saving throw for the spell, when given that option. In the example below, the NPC has fire resist 20, makes the save, and still takes 4 damage because it is subtracting the 20 fire damage from the 28 total before then applying the full or half damage from the save. image

github-actions[bot] commented 2 years ago

Thanks for opening an issue, traveller! If your issue is related to an actor or an item, sending thing that is broken will help a lot and speed up debugging.

How to send an item? > - If item is owned by a character, drag and drop it to world item list. > - Right click on item in browser item list and click export. > - Attach downloaded item to this ticket. How to send an actor? > - Right click on actor in browser actor list and click export. > - Attach downloaded actor to this ticket.

Rughalt commented 2 years ago

Fixed, will be out in 0.98 image