mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Added effect enricher
This commit is contained in:
parent
6772a8fbd8
commit
d3836fbeeb
8 changed files with 77 additions and 44 deletions
|
|
@ -8,7 +8,7 @@ export default function DhDualityRollEnricher(match, _options) {
|
|||
return getDualityMessage(roll);
|
||||
}
|
||||
|
||||
export function getDualityMessage(roll) {
|
||||
function getDualityMessage(roll) {
|
||||
const traitLabel =
|
||||
roll.trait && abilities[roll.trait]
|
||||
? game.i18n.format('DAGGERHEART.GENERAL.check', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue