mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
* Initial rolls working * Fixed reroll * more * More work * Added results section * . * Visual improvements * . * Removed traces of old TagTeamRoll * Added initiator handling * Added updating for other players * Fixed sync start * Completed finish method * Damage reroll * Fixed localization * Fixed crit damage * Fixes * Added visual of advantage and disadvantage dice
5 lines
177 B
JavaScript
5 lines
177 B
JavaScript
export const hooksConfig = {
|
|
effectDisplayToggle: 'DHEffectDisplayToggle',
|
|
lockedTooltipDismissed: 'DHLockedTooltipDismissed',
|
|
tagTeamStart: 'DHTagTeamRollStart'
|
|
};
|