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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
v2.1.0
Round in Big Hit message: added {{round}} placeholder, with ordinal formatting (e.g. "1°") in Italian.
AoE fix: area damage is now correctly summed (previously only the first target's hit was recorded) for both the defeated-enemies count and the max single hit tracker.
Defeated count fix for unlinked tokens: each token is now tracked individually instead of being incorrectly deduplicated.
New "Abilities" tab: WoW Logs–style damage meter per character, with bars per weapon/spell (total damage, hits, average, max).
New "Trend" chart type: shows a metric's progression fight by fight, one line per character.
Customizable chat message sender: the end-of-combat recap card can now be sent as a chosen actor (name + portrait) instead of a fixed alias.
Fix crash on LAN/HTTP setups: replaced crypto.randomUUID() (requires HTTPS) with foundry.utils.randomID(), which also works in non-secure contexts (Docker, reverse proxies, etc.) — resolves a TypeError that blocked fight saving.