What's Changed
- [#243] Prevents custom tab errors from keeping sheet from rendering by @kgar in #244
- [#230] API/Hooks Support for Tokenizer by @kgar in #249
- [#234] Giving Spell Attack Bonus TLC by @kgar in #238
Full Changelog: v0.2.8...v0.2.9
Spell Attack Mod Refinements
On the Character and NPC sheet Spellbook tab footer,
- Removed d4 icon for bonus spell attack modifiers
- Added all bonuses to the attack mod total on the spellbook footer, excluding dice/randomness
- When ranged and melee spell attack mods differ, each will feature an icon to differentiate them
- Updated tooltips for spell attack mods to explain how much comes from ability mod, proficiency, and bonuses
For the Devs
- API: Actor Portrait Commands: there's a new API function for adding buttons to the actor portrait right-click menu, found here https://kgar.github.io/foundry-vtt-tidy-5e-sheets/classes/ActorPortraitApi.html#registerMenuCommands.
Misc
Added error catching to where Tidy prepares custom tabs. On error, a custom tab will be excluded and will provide an error log and optional debug information.