Gestion des points d'XP en voie
This commit is contained in:
parent
ca84b593ec
commit
92d186a4a1
@ -5,7 +5,7 @@
|
|||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"minimumCoreVersion": "0.7.5",
|
"minimumCoreVersion": "0.7.5",
|
||||||
"compatibleCoreVersion": "0.7.7",
|
"compatibleCoreVersion": "0.7.7",
|
||||||
"templateVersion": 55,
|
"templateVersion": 56,
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
||||||
"styles": ["styles/simple.css"],
|
"styles": ["styles/simple.css"],
|
||||||
|
@ -591,7 +591,8 @@
|
|||||||
"xp": 0,
|
"xp": 0,
|
||||||
"description": "Compétence : ...",
|
"description": "Compétence : ...",
|
||||||
"defaut_carac": "",
|
"defaut_carac": "",
|
||||||
"niveau_archetype": 0
|
"niveau_archetype": 0,
|
||||||
|
"xp_sort": 0
|
||||||
},
|
},
|
||||||
"competencecreature": {
|
"competencecreature": {
|
||||||
"niveau": 0,
|
"niveau": 0,
|
||||||
|
@ -40,6 +40,12 @@
|
|||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</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">
|
<div class="form-group">
|
||||||
<label for="niveau_archetype">Niveau d'Archetype</label>
|
<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"/>
|
<input class="attribute-value" type="text" name="data.niveau_archetype" value="{{data.niveau_archetype}}" data-dtype="Number"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user