mivalsten / ddb-dm-screen

MIT License
30 stars 10 forks source link

HP not displaying correctly #8

Closed sfpies closed 5 years ago

sfpies commented 5 years ago

Two of my characters are showing total hp incorrectly. One is -4 hp and one is -10 hp

mivalsten commented 5 years ago

@sfpies Please post json data from your character link with "/json" added at the end. After copying it paste it to https://jsoneditoronline.org/ and remove all nodes except "character".

sfpies commented 5 years ago

Wont let me upload json files so converted it to text. Hope that works for you. This is the one with -4 hp document.txt

sfpies commented 5 years ago

This is the character with -10 hp document.txt

mivalsten commented 5 years ago

Fixed in version 1.2.3 Character with -10 HP had bonus hitPoint which were not handled at all, is fixed now. Character with -4 had draconic bloodline which is fixed in a very hacky way, but should be calculated properly now.

sfpies commented 5 years ago

Thanks.