2022-11-28 14:36:25 +01:00
|
|
|
{{#if (ne system.definition.typeentite 'nonincarne')}}
|
|
|
|
<div class="flex-group-center header-compteurs">
|
|
|
|
<ul>
|
|
|
|
<li data-attribute="endurance">
|
|
|
|
<label class="compteur">
|
|
|
|
Endurance
|
2023-12-10 22:17:49 +01:00
|
|
|
<a class="endurance-moins"><i class="fa-solid fa-square-minus"></i></a>
|
2022-11-28 14:36:25 +01:00
|
|
|
<input class="resource-content" type="text" name="system.sante.endurance.value" value="{{system.sante.endurance.value}}" data-dtype="Number" />
|
|
|
|
/ {{#if @root.options.vueDetaillee}}
|
|
|
|
<input class="resource-content" type="text" name="system.sante.endurance.max" value="{{system.sante.endurance.max}}" data-dtype="Number"/>
|
|
|
|
{{else}}{{system.sante.endurance.max}}{{/if}}
|
2023-12-10 22:17:49 +01:00
|
|
|
<a class="endurance-plus"><i class="fa-solid fa-square-plus"></i></a>
|
2022-11-28 14:36:25 +01:00
|
|
|
</label>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2022-10-05 19:29:16 +02:00
|
|
|
{{/if}}
|