Hierarchy

  • Omit<D20ActorRollOptions, "rollData" | "parts" | "subject" | "flavor" | "chatTemplateData" | "compendium" | "speaker">
    • ActorRollOptions

Properties

bonus?: string | number

An additional bonus to be added to the roll.

chatMessage?: boolean

Whether a chat message should be created.

Default Value

true

dice?: string

The roll's d20 die (replacement), or the static result the d20 should have.

Default Value

"1d20"

noSound?: boolean

Whether no dice sound should be played when the chat message is created.

Default Value

false

rollMode?: string

The rollMode with which the chat message is created.

Default Value

game.settings.get("core", "rollMode")

skipDialog?: boolean

Whether a user facing dialog should be shown.

Default Value

true

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