D&D5e System Release v0.84
Compatibility: The version 0.84 release for the D&D5e system supports FVTT Beta versions 0.5.0 and higher.
Installation: To install the 0.84 release, please use the following manifest URL: https://gitlab.com/foundrynet/dnd5e/raw/release-0.8.4/system.json
Please Note: If you are still using an earlier FVTT version (prior to 0.5.0), please continue to use the 0.82 release which you can find here: https://gitlab.com/foundrynet/dnd5e/raw/release-0.8.2/system.json
New Features
- Added automation support for the Elven Accuracy feat as a racial trait which automatically rolls a 3rd d20 when making attack rolls with advantage which use Dex, Int, Wis, or Cha as their ability modifier.
- Added automation support for the Halfling Lucky feat as a racial trait which automatically rerolls d20s which rolled a 1 (at most once per d20).
- Added support for many global bonus flags which can be set to temporarily (or permanently) apply bonus formulas to: melee weapon attack, melee weapon damage, ranged weapon attack, ranged weapon damage, melee spell attack, melee spell damage, ranged spell attack, ranged spell damage, ability checks, ability saving throws, skill checks, and spell DC. See the image below for an example of the new traits configuration.
- Added a handful of remaining missing magical items to the Items (SRD) compendium.
- Registered the D&D5e system hotbar drop handler differently to register the Hook function within the "setup" hook - allowing other modules to step in front of the base 5e implementation in the Hook queue and handle hotbar drops first before the system does.
Data Model Changes
- Moved
data.bonuses.skills.checktodata.bonuses.abilities.skillto be grouped conceptually with other ability-based global bonuses. - Moved
flags.dnd5e.spellDCBonustodata.bonuses.spell.dc
Bug Fixes
- Fixed an issue with melee weapon attack bonuses not functioning properly.
- Fixed an issue which incorrectly allowed world-level Item entities from the sidebar to be dragged to the hotbar as Item macros. This requires owned Items to function properly.
- Removed many accidentally duplicated items from the Items (SRD) compendium.
- Fixed a bug where closing the death save prompt window would result in a failed save without actually rolling.
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:
- Lictor - For final touch ups on the Items SRD compendium content.
- tposney - For initial work in scoping out the new actor bonuses design.