From 1ad4d9bddf5ebbea3a57a75aad451d7c30654f77 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:14:47 +0100 Subject: [PATCH] Updated Triggers (markdown) --- Triggers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triggers.md b/Triggers.md index cd6f23a..900250e 100644 --- a/Triggers.md +++ b/Triggers.md @@ -26,7 +26,7 @@ This trigger occurs when a duality roll is made. ### Context - this: [Action](https://github.com/Foundryborne/daggerheart/blob/main/module/data/action/baseAction.mjs) - The Action (Note that this is only the BaseAction data model. The actual action's data will be one of the many extending action types based on this one). -- roll: [DhRoll](https://github.com/Foundryborne/daggerheart/blob/main/module/data/action/baseAction.mjs) - The Roll (DhRoll's main properties of interest should be `roll.config`. The data model for that is best seen in the linked `BaseAction.prepareBaseConfig`), +- roll: [DualityRoll](https://github.com/Foundryborne/daggerheart/blob/main/module/dice/dualityRoll.mjs) - The Roll - actor: [DhCharacter](https://github.com/Foundryborne/daggerheart/blob/main/module/data/actor/character.mjs) - The Character performing the roll. ### Returns @@ -45,7 +45,7 @@ This trigger occurs when a duality roll is made with Fear. ### Context - this: [Action](https://github.com/Foundryborne/daggerheart/blob/main/module/data/action/baseAction.mjs) - The Action -- roll: [DhRoll](https://github.com/Foundryborne/daggerheart/blob/main/module/data/action/baseAction.mjs) - The Roll +- roll: [DualityRoll](https://github.com/Foundryborne/daggerheart/blob/main/module/dice/dualityRoll.mjs) - The Roll - actor: [DhCharacter](https://github.com/Foundryborne/daggerheart/blob/main/module/data/actor/character.mjs) - The Character performing the roll ### Returns