#41 - Ajout du champ de l'archetype

This commit is contained in:
sladecraven 2020-12-02 18:14:59 +01:00
parent 18c7eb767d
commit 302983dac8
2 changed files with 6 additions and 1 deletions

View File

@ -590,7 +590,8 @@
"categorie": "",
"xp": 0,
"description": "Compétence : ...",
"defaut_carac": ""
"defaut_carac": "",
"niveau_archetype": 0
},
"competencecreature": {
"niveau": 0,

View File

@ -40,6 +40,10 @@
{{/select}}
</select>
</div>
<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"/>
</div>
<div class="flexcol">
<span><label>Description : </label></span>
<div class="form-group editor">