@ -1,10 +1,4 @@
|
||||
export class RdDDice {
|
||||
static async deRencontre() {
|
||||
let roll = this.show(new Roll("1d7").evaluate());
|
||||
// let roll = this.show(new Roll("1d8r8").evaluate());
|
||||
// roll.total = roll.total % 8;
|
||||
return roll;
|
||||
}
|
||||
|
||||
static async deDraconique() {
|
||||
let roll = new Roll("1d8x8").evaluate();
|
||||
|
Reference in New Issue
Block a user