release-1.3.1
cswendrowski
released this
13 Jun 16:47
·
3692 commits
to master
since this release
DnD5e Version 1.3.1
is a minor patch version for the dnd5e game system which focuses on updating the system to be compatible with Foundry Core 0.8.3.
COMPATIBILITY WARNING: The version 1.3.0
release for the system ONLY SUPPORTS Foundry Virtual Tabletop version 0.8.2 (release) and greater. If you do not wish to update your core software, please continue using a previous version of the dnd5e system.
Installation: To manually install the 1.3.1
release, please use the following manifest URL: https://gitlab.com/foundrynet/dnd5e/raw/release-1.3.1/system.json
New Features
- Opt-in to asynchronous dice rolls for
d20roll
anddamageRoll
evaluation to allow modules which want to support async evaluation to begin implementing that functionality using the dnd5e system. #1110
Bug Fixes
- Fix saving throw proficiencies on Class item sheets #1115
- Update the class items owned by "Starter Hero" actors in the compendium pack #1114
- Fix the passing of rollMode through the
d20Roll
anddamageRoll
helper methods #1112 - Resolve deprecated function warnings at various stages of the dice rolling pipelines #1111
- Fix an issue with the dice roll dialog for d20 rolls in cases where an ability modifier selector is not shown #1109
- Fix a syntax error with the _determineCriticalMode step of damage rolls when an
event
is not present #1108