Register

Daggerheart: Quick Actions

An Add-on Module for Foundry Virtual Tabletop

Author: Mestre Digital Project Source Foundry Version 13 (Verified 13) Last Updated 3 days, 15 hours ago

This package contains art, text, or software code produced using generative AI.

Assets: AI images provided are CC0 1.0 Universal Public Domain.

Daggerheart: Quick Actions

Essential tools and automations for Daggerheart in Foundry VTT.

This module streamlines the flow of gameplay by providing quick access to common mechanics like Falling Damage, Downtime moves, Scar Checks, and Loot rolling, integrated directly into the Daggerheart system interface.

Preview

🌟 Features

🛠️ Core Utilities

🎭 Token Macros

🕹️ Interface Integration

⚙️ Usage

Via Sidebar

Go to the Daggerheart Menu in the sidebar. You will see a new section titled Quick Actions with buttons for:

Via API / Macros

You can trigger any function programmatically or via Foundry Macros using the global QuickActions object:

// Opens the Downtime interface
QuickActions.Downtime();
 
// Opens the Falling Damage calculator
QuickActions.FallingDamage();
 
// Opens the Roll Request dialog
QuickActions.RequestRoll();
 
// Opens the Loot & Consumables roller
QuickActions.LootConsumable();
 
// Performs "Help an Ally" on the selected token
QuickActions.HelpAnAlly();
 
// Performs a "Scar Check" on the selected token
QuickActions.ScarCheck();
 
// Sets the combat turn to the selected token
QuickActions.SpotlightToken();
 
// Opens a dialog with buttons for specific macros by name
// Requires macros to exist in the 'daggerheart-quickactions.macros' compendium
QuickActions.ShowMacros("Macro Name 1", "Macro Name 2");


🧰 My Daggerheart Modules

Module Description
💀 Adversary Manager Scale adversaries instantly and build balanced encounters in Foundry VTT.
☠️ Death Moves Enhances the Death Move moment with immersive audio and visual effects.
📏 Distances Visualizes combat ranges with customizable rings and hover calculations.
🤖 Fear Macros Automatically executes macros when the Fear resource is changed.
😱 Fear Tracker Adds an animated slider bar with configurable fear tokens to the UI.
🛒 Store A dynamic, interactive, and fully configurable store for Foundry VTT.
📦 Extra Content Homebrew for Daggerheart.
⚡ Quick Actions Quick access to common mechanics like Falling Damage, Downtime, etc.
📜 Quick Rules Fast and accessible reference guide for the core rules.

🗺️ Adventures

Adventure Description
✨ I Wish A wealthy merchant is cursed; one final expedition may be the only hope.
💣 Suicide Squad Criminals forced to serve a ruthless master in a land on the brink of war.
 

Supported Game Systems

  1. Daggerheart

    Latest Version: Version 1.5.5 Last Updated 2 days, 2 hours ago

Categories

Available Versions

  1. Version 0.0.7

    3 days, 15 hours ago
    Foundry Version 13 - 13 (Verified 13) Manifest URL Read Notes