#70 the numeric value of AsP and KaP are now displayed correctly on main charactersheet.

main
macniel 2026-03-12 19:39:02 +01:00
parent 029f6dd325
commit 4b915d2e47
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@
{{#if this.hasLiturgies}} {{#if this.hasLiturgies}}
<div class="sidebar-element resource-bar"> <div class="sidebar-element resource-bar">
<label>KaP: {{this.ke}}</label><span class="resource-fill kap" style="width: {{this.keper}}%"></span> <label>KaP: {{this.kapcurrent}}</label><span class="resource-fill kap" style="width: {{this.keper}}%"></span>
</div> </div>
{{/if}} {{/if}}
{{#if this.hasSpells}} {{#if this.hasSpells}}
<div class="sidebar-element resource-bar"> <div class="sidebar-element resource-bar">
<label>AsP: {{this.asp}}</label><span class="resource-fill asp" style="width: {{this.aspper}}%"></span> <label>AsP: {{this.aspcurrent}}</label><span class="resource-fill asp" style="width: {{this.aspper}}%"></span>
</div> </div>
{{/if}} {{/if}}