forked from public/foundryvtt-reve-de-dragon
Gestion des compteur et du Stress
This commit is contained in:
@ -280,11 +280,21 @@
|
||||
{{#each data.compteurs as |compteur key|}}
|
||||
<li class="item flexrow"">
|
||||
<span class="arme-label">{{compteur.label}}</span>
|
||||
{{#if compteur.isInput}}
|
||||
<input class="stress-value stress-style compteur-edit" id="{{key}}-edit" type="text" name="{{key}}" value="{{compteur.value}}" data-dtype="number"/>
|
||||
{{#if compteur.isStress}}
|
||||
<a class="item-control stress-test" id="stress-test" title="Faire un jet de Stress">Faire un jet de Stress</a>
|
||||
{{else}}
|
||||
<label></label>
|
||||
{{/if}}
|
||||
<label></label>
|
||||
{{else}}
|
||||
<span class="competence-label">{{compteur.value}}</span>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- blessures Tab --}}
|
||||
<div class="tab blessures" data-group="primary" data-tab="blessures" style="height:200px">
|
||||
@ -434,10 +444,11 @@
|
||||
|
||||
{{!-- Biography Tab --}}
|
||||
<div class="tab biography" data-group="primary" data-tab="description" style="height:200px">
|
||||
<div class="flexcol">
|
||||
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user