Gestion des points d'XP en voie

This commit is contained in:
sladecraven 2020-12-04 22:27:11 +01:00
parent ca84b593ec
commit 92d186a4a1
3 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"version": "1.1.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.7",
"templateVersion": 55,
"templateVersion": 56,
"author": "LeRatierBretonnien",
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
"styles": ["styles/simple.css"],

View File

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

View File

@ -40,6 +40,12 @@
{{/select}}
</select>
</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">
<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"/>