Combat initiativ

This commit is contained in:
2025-01-18 19:26:14 +01:00
parent 4e673913a1
commit 4198bf82be
28 changed files with 102 additions and 82 deletions

View File

@ -110,7 +110,12 @@
<a class="combatant-control roll score" aria-label="{{localize 'COMBAT.InitiativeRoll'}}" role="button"
data-tooltip="COMBAT.InitiativeRoll" data-control="rollInitiative"></a>
{{/if}}
<span class="initiative">{{this.progressionCount}}</span>
{{#if this.isMonster}}
<span class="initiative">-</span>
{{else}}
<span class="initiative" data-tooltip="Current max. progression counter">{{this.progressionCount}}</span>
{{/if}}
</div>
</li>
{{/each}}