#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": "", "categorie": "",
"xp": 0, "xp": 0,
"description": "Compétence : ...", "description": "Compétence : ...",
"defaut_carac": "" "defaut_carac": "",
"niveau_archetype": 0
}, },
"competencecreature": { "competencecreature": {
"niveau": 0, "niveau": 0,

View File

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