Fix wrong sheets

This commit is contained in:
2025-10-26 14:44:06 +01:00
parent a39d214f1b
commit f5a5c25533
126 changed files with 563 additions and 303 deletions

View File

@@ -12,7 +12,7 @@
<ul class="item-list alternate-list">
<li class="item flexrow ">
<h4 class="item-name-label competence-name item-field-label-short">Loi</h4>
<h4 class="item-name-label competence-name item-field-label-short" {{#if (gt system.balance.loi system.balance.chaos)}}style="color: red;"{{/if}}>Loi</h4>
<label class="item-name-label competence-name item-field-label-short">Niveau</label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
name="system.balance.loi" value="{{system.balance.loi}}" data-dtype="Number" />
@@ -25,7 +25,7 @@
</li>
<li class="item flexrow ">
<h4 class="item-name-label competence-name item-field-label-short">Chaos</h4>
<h4 class="item-name-label competence-name item-field-label-short" {{#if (gt system.balance.chaos system.balance.loi)}}style="color: red;"{{/if}}>Chaos</h4>
<label class="item-name-label competence-name item-field-label-short">Niveau</label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
name="system.balance.chaos" value="{{system.balance.chaos}}" data-dtype="Number" />