actors datas max/total rework

This commit is contained in:
Dapoolp 2025-07-13 17:18:59 +02:00
parent 687500f191
commit f27aee8e20
27 changed files with 133 additions and 305 deletions

View file

@ -8,7 +8,7 @@
{{#if this.stress}}
<div class="resource-container">
<h4 class="armor-title">{{localize "DAGGERHEART.APPLICATIONS.DamageReduction.stress"}}</h4>
<div class="markers-subtitle">{{this.stress.value}}/{{this.stress.maxTotal}}</div>
<div class="markers-subtitle">{{this.stress.value}}/{{this.stress.max}}</div>
</div>
{{/if}}
</div>