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-31 00:33:39 +01:00
scripts feat: introduce a custom configuration UI for environment overlay settings, including a new template and styles. 2025-12-31 00:03:36 +01:00
styles feat: introduce a custom configuration UI for environment overlay settings, including a new template and styles. 2025-12-31 00:03:36 +01:00
templates feat: introduce a custom configuration UI for environment overlay settings, including a new template and styles. 2025-12-31 00:03:36 +01:00
LICENSE Initial commit 2025-12-30 22:51:42 +01:00
module.json style: Remove trailing comma from discord field in module.json. 2025-12-31 00:33:39 +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.