{{#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.dice.chat.difficulty'}} {{localize 'l5r5e.dice.chat.difficulty_hidden'}} {{/if}} {{localize 'l5r5e.dice.chat.difficulty'}} {{l5r5e.difficulty}} {{#if l5r5e.difficultyHidden}}{{/if}}
{{#if l5r5e.voidPointUsed}} {{/if}} {{#if l5r5e.skillAssistance}} {{/if}}
{{/if}} {{#if l5r5e.target.uuid}}
{{l5r5e.target.name}}
  @UUID[{{l5r5e.target.actor.uuid}}]{{{l5r5e.target.name}}}
{{#if noTargetDisclosure}}
{{localize 'l5r5e.dice.chat.unknown_target'}}
  {{localize 'l5r5e.dice.chat.unknown_target'}}
{{/if}} {{/if}} {{#if l5r5e.item.uuid}}
{{l5r5e.item.name}}
@UUID[{{l5r5e.item.uuid}}] {{#ifCond l5r5e.item.type '==' 'weapon'}}

{{l5r5e.item.system.range}} / {{l5r5e.item.system.damage}} / {{l5r5e.item.system.deadliness}}

{{/ifCond}}
{{/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 ../l5r5e.strifeApplied}}{{../l5r5e.strifeApplied}}{{/if}} {{/if}}
{{!-- Result text --}} {{#if ../l5r5e.difficultyHidden}}
{{totalSuccess}} {{localize 'l5r5e.dice.chat.successes'}}
{{/if}}
{{#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}}
{{/l5r5e.summary}}
{{/if}} {{!-- Regular dices --}} {{#if l5r5e.dicesTypes.std}}
{{#each results}} {{#each this.rolls}} {{{this.result}}} {{/each}} {{/each}}
{{{tooltip}}}

{{{total}}}

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