#41 - Ajout du champ de l'archetype
This commit is contained in:
parent
18c7eb767d
commit
302983dac8
@ -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,
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user