Skip to content
Chris Seieroe edited this page Jun 1, 2024 · 3 revisions

Advantage Reminder for dnd5e

Want to use active effects to give your barbarian advantage on strength ability checks and saving throws when Raging? Don't want to install Midi QOL to do it? Then this module might be for you.

Saving Throw screenshot with advantage

The basic die roller the D&D 5e system uses provides a pop-up dialog to give the player a chance to add situational bonuses or make d20 rolls with advantage/disadvantage or damage rolls as critical hits. It does not change the default button to remind you when to roll with advantage, disadvantage, or a critical hit. This module uses the active effect keys defined by Midi QOL to change the default button. This is useful if you want to be reminded to roll with advantage on a Strength saving throw while Raging, for example, but you do not want to use Midi QOL. Midi QOL is great at automating combat with its workflow, however not every game group wants that level of automation. If all you want is a reminder but remain in control of the die rolls, then this module is for you.

In addition to the active effects, this module supports armor that imposes stealth disadvantage when equipped. It also makes some small CSS changes (bold text) in order to make the advantage, disadvantage, and critical hit buttons more obvious when they should be clicked.

Midi Flags lists the supported Midi active effect flags.

Auto-Fail Rolls

There are active effect keys for automatically failing ability checks, saving throws, skill checks, and casting spells. Only keys relavent to saving throws are supported. The choice to only fail saving throws was made because those are the only auto-fail rolls that the base rules support. However, if there is a use case for adding support for other checks, they can be added.

Fast-Forward Overrides

If the player holds down one of the Ctrl/Alt/Shift/Meta keys to fast-forward the die roll (e.g. hold Alt to roll with advantage, skipping the roll dialog) then this module WILL NOT do anything. Holding down one of those keys stops the roll dialog from popping up so it's interpreted as overriding what this module does.

Messages

In addition to active effects adding advantage or disadvantage, you can also add messages to remind you of conditional bonuses or advantage. For example, features like Dwarven Resilience give advantage on saving throws against poison don't work with the advantage flags since there isn't a way to limit it to poison. Now you can add a message to the dialog right above the buttons to remind you about Dwarven Resilience.

Saving Throw screenshot with message

Messages has more information about the messages feature, including the active effect keys. There is also a compendium pack, AR Message Sample Items, that contains samples.

Other Modules

Notes about other modules.

Required Modules

libWrapper - A library that makes it easy to wrap core Foundry VTT code. It's used to check the active effects before one of the supported rolls happens to pass along the advantage, disadvantage, or critical option.

Suggested Modules

Dynamic Active Effects A module that improves the Active Effects system used by dnd5e.

Combat Utility Belt - A module that provides status effects for dnd5e. They also include the active effect keys that Midi QOL defined that this module uses.

DFreds Convenient Effects - same as Combat Utility Belt

Compatibility Notes

Midi QOL This module works with Midi QOL, however there is a lot of crossover. Both modules can handle the advantage/disadvantage/critical flags, so you don't need this module for that. If you want the CSS change and messages feature, then it works with the following notes:

  • This module will not process the advantage/disadvantage/critical flags if Midi QOL is active, since it will process them already
  • Does not show messages if Midi QOL is configured to fast forward rolls since there is no dialog to show them

Faster Rolling by Default DnD5e This moodule works with Faster Rolling by Default. If the dialog is shown, it will show any messages and have the default button set correctly.

Roll Groups This module works with Roll Groups.

Ready Set Roll for D&D5e This module works with Ready Set Roll with the following notes:

  • This module will apply advantage/disadvantage on checks even if RSR is configured for quick rolls. This is skipped if you hold down one of the roll modifier keys to manually apply advantage/disadvantage (similar to core behavior).
  • Effects for critical hits work but not those that cancel crits because of how early this module has to set the isCrit flag
  • Does not show messages if RSR is configured for quick rolls since there is no dialog to show them