• Pre-attack roll hook fired before rolling an attack.

    Parameters

    • action: ItemAction

      Action triggering the attack roll

    • config: object

      Attack configuration

    • rollData: object

      Roll data

    • rollOptions: object

      Options to be passed to D20RollPF

    • parts: string[]

      Individual Roll parts added to formula

    • changes: ItemChange[]

      The ItemChanges applicable to this attack before they're reduced to the highest bonus of each type

    Returns void

Generated using TypeDoc