#182 - Décompte XP

This commit is contained in:
sladecraven 2021-04-09 08:09:04 +02:00
parent 790aa950c3
commit 76c88e530e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "Rêve de Dragon RPG for FoundryVTT",
"version": "1.3.47",
"version": "1.3.48",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",