#63 Jet d'éthylisme

This commit is contained in:
2020-12-06 21:11:30 +01:00
parent bf317e54d7
commit 1afce56348
4 changed files with 43 additions and 17 deletions

View File

@ -97,6 +97,7 @@ export class RdDResolutionTable {
}
}
/* -------------------------------------------- */
static async rollData(rollData ) {
rollData.rolled = await this.roll(rollData.caracValue, rollData.finalLevel, rollData.bonus);
return rollData;