Rughalt / D35E

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

Barbare enraged wrong time calculation #776

Closed Dany-Deaneris closed 2 years ago

Dany-Deaneris commented 3 years ago

image

As seen in this image the math at the end should be removed because the duration is only 3+ Constitution modifier.

github-actions[bot] commented 3 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

This is problematic because of how it is all applied (it has to take into account new constitution modifier, not old one). If the buff does not exist, this calculation is incorrect, but if it is already there, it will be calculated correctly. However, as the buff is removed after it expired, I will make it so its correct when creating, not when applying the second time.