{{#if isPublicRoll}} {{#if l5r5e.stance}}
{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}} {{#if l5r5e.skillId}} {{localizeSkillId l5r5e.skillId}} {{else}} {{#if l5r5e.skillCatId}}{{localizeSkill l5r5e.skillCatId 'title'}}{{/if}} {{/if}} {{#if l5r5e.difficultyHidden}} {{localize 'l5r5e.chatdices.difficulty'}} {{localize 'l5r5e.chatdices.difficulty_hidden'}} {{else}} {{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.difficulty}} {{/if}}
{{#if l5r5e.voidPointUsed}} {{/if}} {{#if l5r5e.skillAssistance}} {{/if}}
{{/if}}
{{#if l5r5e.initialFormula}}{{l5r5e.initialFormula}}{{else}}{{formula}}{{/if}}
{{#if l5r5e.dicesTypes.l5r}}
{{!-- 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}}
{{!-- Result text --}} {{#if ../l5r5e.difficultyHidden}}
{{totalSuccess}} {{localize 'l5r5e.chatdices.successes'}}
{{else}}
{{#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}}
{{#each results}} {{#each this.rolls}} {{{this.result}}} {{/each}} {{/each}}
{{{tooltip}}}

{{total}}

{{/if}}
{{/if}}