-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Adding custom monsters to encounter breaking statblocks #111
Comments
Same problem Armor Class disappeared and now I can't start an encounter from encounter blocks. I can just add the creatures manually in the tracker. |
This is a bug report and a feature request. It may require looking at the import functions of https://github.com/javalent/fantasy-statblocks. |
@dinner-boy We have made some updates that have changed these mechanisms. Can you confirm if your issue still persists? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have been encountering an issue where monsters imported form either critterdb or 5etools have some of their data deleted after they are added to an encounter and the encounter started (so they need to have been in an active encounter not just listed in a note). I am listing here because it seems like an issue with the initiative tracker but it could be related to something in fantasy statblocks. I also only just started using obsidian for monsters/initiative, so I can't say that it broke for me recently. It hasn't been an issue with the built in SRD monsters.
Versions:
I was able to recreate the problem from a fresh vault in the following way (on 2 different machines and operating systems):
because it was an easy reference, but I was having this problem with the custom monsters I made in CritterDB, which I really like doing. Right after importing (before it was in an encounter), the statblock looked like it should in the beastiary:
HP is gone (with some other less important stuff), I couldn't track it in the encounter. Even after the encounter was deleted, The data was still gone in the beastiary, and I need to re-import to see it again.
I wish I was a more complete developer and I could have a go at fixing this (I live in scientific computing, so basically only python). It could be related to hit dice somehow overriding hp, but I really don't know. The data is still gone when I look at the JSON data in the beastiary.
The text was updated successfully, but these errors were encountered: