release-2.1.0
MangoFVTT
released this
19 Jun 13:35
·
332 commits
to master
since this release
Ready Set Roll v2.1.0
A feature release of Ready Set Roll, that brings three new requested features: individual dice rerolling, better prioritisation options for applying damage and effects, and expanded options for rolling manual damage.
COMPATIBILITY WARNING: This module version ONLY SUPPORTS Foundry VTT version 11 (release) and greater. To use this module version you must also use Foundry VTT version 11. If you do not wish to update your core software, please continue using previous versions of Ready Set Roll.
For manual installation, use the following manifest URL: https://github.com/MangoFVTT/fvtt-ready-set-roll-5e/releases/download/release-2.1.0/module.json
Patch Notes
Individual Dice Rerolling
- If enabled via the module settings, individual dice rolls in quick rolls can be rerolled by clicking on that individual dice within the chat card.
- Rerolling dice will automatically live edit the quick roll's chat card, displaying the new rolls and roll totals alongside the already existing dice.
Expanded Apply Options
- Two new options are added to the settings for applying damage or effects. "Prioritise Selected Tokens" will apply to selected tokens if there are any, and otherwise will apply to targeted tokens. "Prioritise Targeted Tokens" will do the same but in reverse, applying to targeted tokens if there are any, and otherwise applying to selected tokens.
Expanded Manual Damage Options
- A new option is added to settings for rolling damage manually. "Attack Rolls Only" will only require manual damage rolling when an item has an attack roll. Otherwise, damage is rolled automatically.
Change Log
Features
- feature/dice-reroll by @MangoFVTT in #204
- feature/expanded-apply-options by @MangoFVTT in #206
- feature/expanded-manual-damage-options by @MangoFVTT in #212
Bug Fixes
- bugfix/refresh-flags-on-ammunition by @MangoFVTT in #210