mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Updated Triggers (markdown)
parent
f18795b4ce
commit
1ad4d9bddf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue