release-0.9.1
cswendrowski
released this
13 Jun 16:45
·
4436 commits
to master
since this release
Update 0.91 is a minor update for the D&D5e system in Foundry Virtual Tabletop to support core release version 0.6.0
and address several small bugs. This update is also compatible with 0.5.7 if you are not yet updated to 0.6.0 you may safely install this update.
Bug Fixes
- Fixed an issue which caused unlinked Token actors to fail to properly delete Owned Items.
- Fixed the "Equipped" toggle on Character Sheets which was not working properly.
- Fixed an issue with certain resource consumption tracking which used an source to consume that was not available.
- Fixed a data issue with the Fighter starter hero and Second Wind.
- Fix an issue with Wild Shape and saving throw merges.
- Fix an issue with reloading the game when a wild-shaped character tries to prepare data before
game.actors
is ready.
API Improvements
- Add a
dnd5e.transformActor
hook which allows for modules to respond when an Actor is transformed via wild shape or polymorph.