You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Animated Tokens and they don't print to the chat. I get a broken link icon instead.
I use .webm on some of my Tokens.
Perhaps look for a .png of the same name in the same directory. The user would be expected to have an appropriate .png in the right place if they use a .webm token.
Or, I imagine a more difficult option, provide an Avatar or Token checkbox.
The text was updated successfully, but these errors were encountered:
- Added the "mobUpdate" hook which is called each time the list of saved mobs is updated, to further improve compatibility with the Combat Tracker Groups (CTG) module.
- Added another publically available function: `MobAttacks.deleteSavedMob`, for modules or macros to work with saved mobs.
- Specifically for CTG, I added a third function: `MobAttacks.createSavedMobsFromCTGgroups` (sorry for the unimaginative name). This function converts arrays of arrays of combatants into saved mobs. It has an optional argument for an array of mob names, but without being given that array it will generate mob names on its own.
- Added support for token images that use the .webm format, related to issue #42.
This was an interesting bug to look into, thanks for reporting it!
After reproducing the issue, I noticed that Midi-QOL's apply damage message's token image was displaying properly. So I looked into how they achieved that, and was able to use the same method.
So, as of v0.3.10 which released just now, .webm token images will display properly in chat messages, as well as the target tab of the Mob Attack dialog.
I could also add a setting to choose between actor or token image, but I reckon that most DMs prefer to use the token image since shapeshifter actors might have a different actor image. Please let me know if you'd like me to add that setting anyway, or if you run into any other problems with token images. :)
I use Animated Tokens and they don't print to the chat. I get a broken link icon instead.
I use .webm on some of my Tokens.
Perhaps look for a .png of the same name in the same directory. The user would be expected to have an appropriate .png in the right place if they use a .webm token.
Or, I imagine a more difficult option, provide an Avatar or Token checkbox.
The text was updated successfully, but these errors were encountered: