Fix and enhancements
All checks were successful
Release Creation / build (release) Successful in 2m23s
All checks were successful
Release Creation / build (release) Successful in 2m23s
This commit is contained in:
@ -169,6 +169,11 @@
|
||||
<span class="item-field-title-long">
|
||||
<h3><label class="item-field-label-long">Grâces</label></h3>
|
||||
</span>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control item-add" data-type="grace" title="Créer une Grâce"><i
|
||||
class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
{{#each graces as |grace key|}}
|
||||
<li class="item flexrow list-item list-item-shadow item-id" data-item-id="{{grace._id}}">
|
||||
@ -201,12 +206,17 @@
|
||||
<label class="item-field item-field-label-short">{{carac.value}}</label>
|
||||
<label class="item-field ">{{carac.dice}} (xp :
|
||||
{{#if @root.isGM}}
|
||||
<input class="input-numeric-short" type="text" name="system.caracteristiques.{{key}}.xp" value="{{carac.experience}}" data-dtype="Number" />
|
||||
<input class="input-numeric-short" type="text" name="system.caracteristiques.{{key}}.experience" value="{{carac.experience}}" data-dtype="Number" />
|
||||
{{else}}
|
||||
{{carac.experience}})
|
||||
{{/if}}
|
||||
)
|
||||
</label>
|
||||
<div class="item-filler"> </div>
|
||||
<div class="item-controls item-controls-fixed">
|
||||
<a class="item-control competence-add" data-type="competence" data-carac-key="{{key}}" title="Ajouter une Compétence"><i
|
||||
class="fas fa-plus"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
<ul class="ul-level1 flexrow item-list">
|
||||
{{#each carac.competences as |comp skillkey|}}
|
||||
@ -399,6 +409,11 @@
|
||||
<input type="text" class="" name="system.age" value="{{system.age}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label class="item-name-label-medium">Date de Naissance</label>
|
||||
<input type="text" class="" name="system.datenaissance" value="{{system.datenaissance}}"
|
||||
data-dtype="String" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user