forked from public/foundryvtt-reve-de-dragon
Compute general state
This commit is contained in:
@ -19,6 +19,13 @@
|
||||
<span>{{{data.fatigueHTML}}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
{{#each data.compteurs as |compteur key|}}
|
||||
<div class="flexcol flex-group-center">
|
||||
{{compteur.label}} : {{compteur.value}}
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
Reference in New Issue
Block a user