Register

Visual Active Effects

An Add-on Module for Foundry Virtual Tabletop

Author: Zhell Project Source: Project URL Versions 11 - 11 (Verified 11) Last Updated 2 months ago

Visual Active Effects

Visualize your active effects.

While the module is enabled, all temporary effects (including status conditions) affecting your current token will be displayed in the top right.

The below video demonstrates how to use it and how it looks, using an effect created by the module Concentration Notifier as an example.

You can edit all the text properties, and more, in the header of an ActiveEffect (click the Pen icon).

System and Module Requirements

None.

For Module Developers

Visual Active Effects supports adding your own buttons into the descriptions. You can hook into the template data creation using the hook "visual-active-effects.createEffectButtons" and push your button to the array. Example that creates a toggle button in a description, only if the effect is named 'Steve':

Hooks.on("visual-active-effects.createEffectButtons", function(eff, buttons){
  if (eff.name === "Steve") {
    buttons.push({
      label: "Toggle",
      callback: function(){
        eff.update({disabled: !eff.disabled});
      }
    });
  }
});

Interested in following along with development of any of my modules? Join the Discord server.

Categories

Available Versions

  1. Version 11.1.3

    2 months ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  2. Version 11.1.2

    2 months ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  3. Version 11.1.1

    2 months ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  4. Version 11.1.0

    2 months, 1 week ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  5. Version 11.0.6

    4 months, 3 weeks ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  6. Version 11.0.5

    9 months ago
    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  7. Version 11.0.4

    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  8. Version 11.0.3

    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  9. Version 11.0.2

    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  10. Version 11.0.1

    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  11. Version 11.0.0

    Foundry Version 11 - 11 (Verified 11) Manifest URL Read Notes
  12. Version 10.0.18

    Foundry Version 10 - 10 (Verified 10.291) Manifest URL Read Notes