#41 - Ajout du champ de l'archetype
This commit is contained in:
parent
18c7eb767d
commit
302983dac8
@ -590,7 +590,8 @@
|
||||
"categorie": "",
|
||||
"xp": 0,
|
||||
"description": "Compétence : ...",
|
||||
"defaut_carac": ""
|
||||
"defaut_carac": "",
|
||||
"niveau_archetype": 0
|
||||
},
|
||||
"competencecreature": {
|
||||
"niveau": 0,
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user