#171 - Gestion potion de soins

This commit is contained in:
2021-04-04 09:37:35 +02:00
parent f8171fecc3
commit e4f432c781
6 changed files with 35 additions and 8 deletions

View File

@ -67,7 +67,7 @@ export class RdDItemCompetence extends Item {
}
/* -------------------------------------------- */
static getNiveauBase(category) {
return categorieCompetences[category].base;
return categorieCompetences[category].niveau;
}
/* -------------------------------------------- */
static getLabelCategorie(category) {

View File

@ -137,6 +137,7 @@ export class RdDUtility {
'systems/foundryvtt-reve-de-dragon/templates/enum-categorie-parade.html',
'systems/foundryvtt-reve-de-dragon/templates/enum-categorie-vehicule.html',
'systems/foundryvtt-reve-de-dragon/templates/enum-competence.html',
'systems/foundryvtt-reve-de-dragon/templates/enum-herbesoin-ingredient.html',
'systems/foundryvtt-reve-de-dragon/templates/enum-initpremierround.html',
'systems/foundryvtt-reve-de-dragon/templates/enum-rarete.html',
'systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html',