release-0.8.2
cswendrowski
released this
13 Jun 16:44
·
4314 commits
to master
since this release
D&D5e System Release v0.82
The version 0.82
release for the D&D5e system supports and provides compatibility for FVTT Beta version 0.4.6
.
Installation: To install the 0.82 release, please use the following manifest URL: https://gitlab.com/foundrynet/dnd5e/raw/release-0.8.2/system.json
Please Note: If you are still using core FVTT version 0.4.5 or earlier, please continue to use the 0.81 release which you can find here: https://gitlab.com/foundrynet/dnd5e/raw/release-0.8.1/system.json
New Features
- Significant improvements for automation of hit dice and character level tracking. Character level is now a derived field that is a function of the sum of class levels the character has. Hit dice are associated with class levels, and the short rest dialog intelligently tracks which hit dice have been spent and which are still available, permitting you to choose the type of hit dice you want to roll based on your available class levels.
- Avoid prompting for charge consumption for features which do not have an activation cost.
- Improve CSS styling rules for item sheet details tabs to avoid issues with the description losing it's ability to be edited when switching between Description and Details views.
- Improve the spell casting level selection dialog to only show spell levels for which the character has at least one maximum spell slot.
Data Model Changes
- Improvements to the data model for the "class" type Item to track the denomination and number of hit dice which are available from that particular class entry.
Bug Fixes
- Correct the display of the spell casting dialog sheet to correctly track which spell levels and slots are available for usage.
- Fix the incremental angle of rotation for placing measured templates to ensure that you can place templates facing at each of the cardinal directions.
- Fix issues with sorting items within an Actor sheet.
- Fix bugs with creating spell casting templates when the relevant Actor sheet is not open.
- Correct errors with tool checks which were unable to pull the correct ability modifier.
- Fixed an incorrect assignment which gave cylinder aoe spells a cone template instead of a circle.
- Fix the data type of spell slots on the actor sheet to ensure they are numeric.
Contributors
This D&D5E system release was supported by contributions from community members who submitted feature changes which were included in the update. Please share your thanks with the following:
- GatesVP - For carefully designed improvements to character level and hit dice functionality to better take advantage of Class items.
- Giddy - For data improvements to SRD compendium spells
Known Issues
- Dice roll chat messages created prior to this update will not be able to correctly highlight critical success or failure modifiers. I opted not to develop additional code to correct or migrate this as chat messages are intended to be somewhat temporary.