{{!-- Header: aspect identity + roll label --}}
{{aspectLabel}}
{{aspectLabel}} {{rollLabel}}
{{#if actorImg}}
{{actorName}} {{actorName}}
{{/if}}
{{!-- Hero: successes count (+ spell power for magic rolls) --}}
{{successesdice}}
{{ localize "CDE.UpperCaseSuccesses" }} {{totalDice}} d10
{{#if spellPower}}
{{spellPower}} {{ localize "CDE.SpellPower" }}
{{/if}}
{{!-- Detail rows: auspicious / noxious / loksyu / tinji --}}
{{auspiciousdice}}
{{ localize "CDE.UpperCaseAuspiciousDice" }}
{{noxiousdice}}
{{ localize "CDE.UpperCaseNoxiousDice" }}
{{loksyudice}}
{{ localize "CDE.UpperCaseLoksyu" }} {{loksyurepartition}}
{{tinjidice}}
{{ localize "CDE.UpperCaseTinJi" }}
{{!-- Weapon damage (only for weapon rolls) --}} {{#if weaponName}}
{{weaponName}} {{successesdice}} × {{damageBase}} = {{totalDamage}} {{ localize "CDE.TotalDamage" }}
{{/if}} {{!-- Modifiers footer (only if non-empty) --}} {{#if modifiersText}} {{/if}} {{!-- Die face counts grid (d1–d9, d0=10) --}}
{{d1}} 1
{{d2}} 2
{{d3}} 3
{{d4}} 4
{{d5}} 5
{{d6}} 6
{{d7}} 7
{{d8}} 8
{{d9}} 9
{{d0}} 10