Bound to fail: Add slaying dice options and tests, no impl.

This commit is contained in:
Oliver Rümpelein 2021-01-02 13:16:08 +01:00
parent 8ca93fc9c9
commit 75301b2c56
2 changed files with 52 additions and 6 deletions

View file

@ -85,6 +85,8 @@ export function rollCheckMultipleDice(
export class RollOptions {
public maxCritSucc = 1;
public minCritFail = 20;
public useSlayingDice = false;
public slayingDiceRepetition = false;
}
export class RollResult {