Ajout xp_sort à xp total
This commit is contained in:
parent
0aab060dc6
commit
3d98d57fb5
@ -431,6 +431,9 @@ export class RdDUtility {
|
||||
xp += competence_xp_par_niveau[i+10];
|
||||
//console.log(i, i+10, competence_xp_par_niveau[i+10]);
|
||||
}
|
||||
if (competence.data.categorie == 'draconic') {
|
||||
xp+= competence.data.xp_sort;
|
||||
}
|
||||
return xp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user