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