Bound to fail: Add slaying dice options and tests, no impl.
This commit is contained in:
parent
8ca93fc9c9
commit
75301b2c56
2 changed files with 52 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue