{{#each roll.modifiers}}
{{localize label}} {{#if (gte value 0)}}+{{/if}}{{value}}
{{/each}}
{{#if (eq roll.advantage.type 1)}}
{{localize "DAGGERHEART.GENERAL.Advantage.full"}}
{{/if}}
{{#if (eq roll.advantage.type -1)}}
{{localize "DAGGERHEART.GENERAL.Disadvantage.full"}}
{{/if}}
{{#if roll.rally.dice}}
{{localize "DAGGERHEART.CLASS.Feature.rallyDice"}} {{roll.rally.dice}}
{{/if}}