A simple module for the Foundryborne Daggerheart system for FoundryVTT that allows users to link an environment to a scene for quick access to the environment actor.
Find a file
2025-12-30 23:04:55 +01:00
scripts feat: Add module description and README, update default overlay border color, and use foundry.utils.hasProperty. 2025-12-30 23:04:55 +01:00
styles Initial implementation of Environment Overlay 2025-12-30 22:54:42 +01:00
module.json feat: Add module description and README, update default overlay border color, and use foundry.utils.hasProperty. 2025-12-30 23:04:55 +01:00
README.md feat: Add module description and README, update default overlay border color, and use foundry.utils.hasProperty. 2025-12-30 23:04:55 +01:00

Daggerheart Environment Overlay

A FoundryVTT module for the Daggerheart system that allows GMs to link Environment type actors to specific scenes. When a linked scene is active, the environment actor's token is displayed as an interactive, persistent overlay on the canvas.

Features

  • Scene Linking: Drag and drop an Environment actor into the Scene Configuration to link it.
  • Interactive Overlay: Click the overlay to instantly open the Environment actor's sheet.
  • Movable Interface: Hold Alt + Left Click and Drag to reposition the overlay. The position is saved per-scene.
  • Customizable:
    • Toggle the display of the actor's name.
    • Customize the border color of the overlay token.
  • Permission Support: The overlay respects ownership permissions, ensuring only relevant users can see or interact with it.