{{!-- Profil --}}
{{#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.summary.difficultyHidden}} {{localize 'l5r5e.chatdices.difficulty_hidden'}} {{else}} {{localize 'l5r5e.chatdices.difficulty'}} {{l5r5e.summary.difficulty}} {{/if}} {{#if l5r5e.summary.voidPointUsed}}
{{/if}}
{{!-- Discard & ReRoll --}}
{{ localize 'l5r5e.roll_n_keep.discard_drop_here' }}
 
{{ localize 'l5r5e.roll_n_keep.reroll_drop_here' }}
{{!-- DiceList history --}} {{#each data.dicesList as |item idxStep|}} {{#each item as |dice idxDie|}} {{/each}} {{/each}}
{{#if this.img}} {{idxStep}}_{{idxDie}} {{/if}}
{{!-- Keep --}}
{{ localize 'l5r5e.roll_n_keep.keep_drop_here' }}