forked from public/foundryvtt-reve-de-dragon
Gestion des points d'XP en voie
This commit is contained in:
@ -40,6 +40,12 @@
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
{{#if (eq data.categorie 'draconic')}}
|
||||
<div class="form-group">
|
||||
<label for="xp">XP Sort </label>
|
||||
<input class="attribute-value" type="text" name="data.xp_sort" value="{{data.xp_sort}}" data-dtype="Number"/>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="form-group">
|
||||
<label for="niveau_archetype">Niveau d'Archetype</label>
|
||||
<input class="attribute-value" type="text" name="data.niveau_archetype" value="{{data.niveau_archetype}}" data-dtype="Number"/>
|
||||
|
Reference in New Issue
Block a user