{{#if l5r5e.dicesTypes.l5r}}
{{#each l5r5e.dices}}
{{#if this.diceTypeL5r}}
{{#each this.rolls}}
{{{this.result}}}
{{/each}}
{{/if}}
{{/each}}
{{!-- Roll & Keep Button --}}
{{#if l5r5e.canRnK}}
{{/if}}
{{#l5r5e.summary}}
- {{localize "l5r5e.chatdices.successes"}}: {{this.success}}
{{#if explosive}}
- {{localize "l5r5e.chatdices.explosives"}}: {{this.explosive}}
{{/if}}
{{#if opportunity}}
- {{localize "l5r5e.chatdices.opportunities"}}: {{this.opportunity}}
{{/if}}
{{#if strife}}
- {{localize "l5r5e.chatdices.strife"}}: {{this.strife}}
{{/if}}
{{/l5r5e.summary}}
{{/if}}
{{#if l5r5e.dicesTypes.std}}
{{#each results}}
{{#each this.rolls}}
{{{this.result}}}
{{/each}}
{{/each}}
{{{tooltip}}}
{{total}}
{{/if}}
{{/if}}