{{!-- Dices list --}}
{{#each l5r5e.dices}}
{{#if this.diceTypeL5r}}
{{#each this.rolls}}
{{{this.result}}}
{{/each}}
{{/if}}
{{/each}}
{{!-- Roll & Keep Button --}}
{{^if l5r5e.dicesTypes.std}}
{{/if}}
{{#l5r5e.summary}}
{{!-- summary symbols --}}
{{#if success}}
x{{success}}
{{/if}}
{{#if explosive}}
x{{explosive}}
{{/if}}
{{#if opportunity}}
x{{opportunity}}
{{/if}}
{{#if strife}}
x{{strife}} {{#if ../l5r5e.strifeApplied}}{{../l5r5e.strifeApplied}}{{/if}}
{{/if}}
{{!-- Result text --}}
{{#if ../l5r5e.difficultyHidden}}
{{totalSuccess}} {{localize 'l5r5e.dice.chat.successes'}}
{{else}}
{{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}
{{localize "l5r5e.dice.chat.success_text"}} ({{totalBonus}} {{localize "l5r5e.dice.chat.bonus_text"}})
{{else}}
{{localize "l5r5e.dice.chat.fail_text"}}
{{/ifCond}}
{{/if}}
{{/l5r5e.summary}}
{{/if}}
{{!-- Regular dices --}}
{{#if l5r5e.dicesTypes.std}}