Fix livre

This commit is contained in:
2020-07-05 21:45:25 +02:00
parent b757411f8e
commit ea94e27e5a
10 changed files with 98 additions and 18 deletions

View File

@ -301,6 +301,14 @@
{{!-- hautreve Tab --}}
<div class="tab hautreve" data-group="primary" data-tab="hautreve" style="height:200px">
<span>Sorts:</span>
<div>
{{#each data.sorts as |mysort key|}}
<li class="item flexrow" data-attribute={{key}}>
<span class="sort-label"> <a data-id="{{mysort._id}}">{{mysort.name}}</a></span> <span>{{mysort.data.draconic}} - {{mysort.data.difficulte}}</span>
</li>
{{/each}}
</div>
</div>
{{!-- Equipment Tab --}}

17
templates/dialog-tmr.html Normal file
View File

@ -0,0 +1,17 @@
<form class="tmr-dialog">
<h2 class="comptmrdialog" id="tmrDialogTitle"></h2>
<div class="form-group">
<label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
</div>
<div class="form-group">
<label>Ajustement final : </label><label id="roll-param">10 / 0</label>
</div>
<img src="systems/foundryvtt-reve-de-dragon/styles/ui/terres_medianes.png" />
</form>
<script>
</script>

View File

@ -10,11 +10,11 @@
<section class="sheet-body">
<div class="form-group">
<label for="xp">Auteur</label>
<input class="attribute-value" type="text" name="data.auteur" value="{{data.auteur}}" data-dtype="Number"/>
<input class="attribute-value" type="text" name="data.auteur" value="{{data.auteur}}" data-dtype="String"/>
</div>
<div class="form-group">
<label for="xp">Compétence</label>
<input class="attribute-value" type="text" name="data.competence" value="{{data.competence}}" data-dtype="Number"/>
<input class="attribute-value" type="text" name="data.competence" value="{{data.competence}}" data-dtype="String"/>
</div>
<div class="form-group">
<label for="xp">Difficulté</label>