Updated Triggers (markdown)

WBHarry 2026-01-19 19:14:47 +01:00
parent f18795b4ce
commit 1ad4d9bddf

@ -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