dragonman117 / ddb-alchemy-tools-app

A application to wrap the dnd-alchemy-tool core libraries and provide easier access to it.
MIT License
2 stars 1 forks source link

HP Does Not Generate #9

Open DaveyJones13 opened 1 year ago

DaveyJones13 commented 1 year ago

NPC HP does not generate under the 'Trackers' tab in the creature edit. This causes the stat blocks to no show HP. Once the 'Trackers' tab is edited, the HP shows up on the stat block.

image

image

dragonman117 commented 1 year ago

This one is difficult. I identified and fixed an issue that arose due to the tracker's addition since the initial parse. Trackers now show the correct health values, however even with alchemy's own published 5e srd monsters I was unable to get the health stat above to show up with imported monsters.

To this end I am including what fixes I can in the 0.2.1 release final, but will mark as unfinished as I work with the Alchemy team to identify if this is a bug in alchemy imports, or an unknown key in the alchemy sdk that I am missing.