{{! Roue d'Initiative — Chroniques de l'Étrange }}
{{! ── SVG Wheel ── }}
{{#if hasCombat}} {{! Background circle }} {{! Cran slots — 24 positions, arranged counter-clockwise from bottom }} {{#each cranData}} {{#with (cranPosition cran 200 200 158)}} {{../cran}} {{! Combatant avatar(s) on this cran — placed above the cran circle }} {{#each ../fighters}} {{/each}} {{/with}} {{/each}} {{! Centre: system name }} CHRONIQUES DE L'ÉTRANGE {{! Reference marker at bottom (cran 0 / position between 24 and 1) }} {{ localize "CDE.WheelReference" }} {{! Wu Xing colour legend — HTML strip below SVG }}
Métal Eau Terre Feu Bois
{{else}}

{{ localize "CDE.NoCombatActive" }}

{{/if}}
{{! ── Right panel: combatant list + actions ── }}
{{! Combatant list }}
{{ localize "CDE.Combatants" }}
{{#if hasCombat}} {{#each combatants}}
{{name}} {{name}} {{initiative}} {{#if isActive}}{{/if}}
{{/each}} {{else}}

{{ localize "CDE.NoCombatActive" }}

{{/if}}
{{! Action cost panel — only shown when a combatant is selected }} {{#if selected}}
{{ localize "CDE.AdvanceCombatant" }} — {{selectedName}}
{{#each actionCosts}} {{/each}}
{{else}}

{{ localize "CDE.SelectCombatantHint" }}

{{/if}}
{{! end panel }}
{{! end layout }}