Hierarchy

Properties

bonus?: string | number

An additional bonus to be added to the roll.

critical?: number

The number on the d20 that is considered a critical success.

Default Value

20

flavor?: string

The flavor of the roll

fumble?: number

The number on the d20 that is considered a critical failure.

Default Value

1

staticRoll?: null | number

A number used as a static roll result of the d20. If null, the d20 is rolled normally and the result is used.

Default Value

null

Generated using TypeDoc