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