{{#if isPublicRoll }} {{#if l5r5e.stance}}
{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{/if}}{{^if l5r5e.actor.name}}mystery-man{{/if}} {{#if l5r5e.skillId}}{{localizeSkillId l5r5e.skillId}}{{/if}} {{#if l5r5e.summary.difficultyHidden}}{{localize 'l5r5e.chatdices.difficulty_hidden'}}{{/if}} {{^if l5r5e.summary.difficultyHidden}}{{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.summary.difficulty}}{{/if}}
{{/if}}
{{formula}}
{{#if l5r5e.dicesTypes.l5r}}
{{#each l5r5e.dices}} {{#if this.diceTypeL5r}} {{#each this.rolls}} {{{this.result}}} {{/each}} {{/if}} {{/each}} {{#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.strives"}}: {{this.strife}}
  • {{/if}}
{{/l5r5e.summary}}
{{/if}} {{#if l5r5e.dicesTypes.std}}
{{#each results}} {{#each this.rolls}} {{{this.result}}} {{/each}} {{/each}}
{{{tooltip}}}

{{total}}

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