Skip to content

release-1.4.0

Compare
Choose a tag to compare
@MangoFVTT MangoFVTT released this 23 Jan 22:22
· 408 commits to master since this release

Ready Set Roll v1.4.0

Another feature release of Ready Set Roll, which adds the ability to hide save DCs for NPCs or all players, as well as support for basic quick roll macros, and support for processing Roll 20 style string queries. This a set of features aimed at improving more flexible use of the module by allowing more experienced users to provide custom options when making quick rolls.

COMPATIBILITY WARNING: This module version ONLY SUPPORTS Foundry VTT version 10 (release) and greater. To use this module version you must also use Foundry VTT version 10. If you do not wish to update your core software, please continue using Better Rolls 5e.

For manual installation, use the following manifest URL: https://github.com/MangoFVTT/fvtt-ready-set-roll-5e/releases/download/release-1.4.0/module.json

Patch Notes

Hide Save DCs

  • If enabled via the module settings, quick rolls will replace save DC values with ?? for specific NPCs or PCs. This is a requested feature to add some mystery to saving throws, or to simply not reveal all information about a monster to players.

Macro Support

  • Module-specific macros can be called to directly create quick rolls with custom options, or to output a set of damage rolls without any attached item.
  • Macros are available in the following format:
    • rsr5e.macro.rollItem('item ID or name', 'actor ID or name (optional)', options = {})
    • rsr5e.macro.rollDamage([['formula 1', 'damage type 1'], ['formula 2', 'damage type 2'], ...], options = {})

String Queries

  • Macro scripts can call rsr5e.query() on a Roll20 style query (e.g. '?{Select Die Value|1d4,4|1d6,6|1d8,8}'.
  • This will bring up a dialog prompt parsed from that query when the macro is executed, and return the selected value for later use.

Change Log

Features

Bug Fixes