Pathfinder 1e for Foundry VTT
    Preparing search index...

    Class ChatAttack

    Index

    Constructors

    Properties

    action: ItemAction
    actionUse: ActionUse
    ammo: null | AmmoUsage = null
    attack: null | D20RollPF = null
    cards: {} = {}
    critConfirm: null | D20RollPF = null
    critDamage: AttackDamage = ...
    damage: AttackDamage = ...
    damageRows: any[] = []
    effectNotes: ParsedContextNoteEntry[] = []
    effectNotesHTML: string = ""
    hasAttack: boolean = false
    hasCards: boolean = false
    hasCritConfirm: boolean = false
    hasDamage: boolean = false
    hasRange: boolean = false
    isHealing: undefined | boolean
    label: string
    method: undefined | FulfillmentMethod
    nonlethal: boolean = false
    notesOnly: boolean = true
    rollData: object
    targets: null

    Accessors

    Methods

    • Parameters

      • roll: any
      • d20: boolean = false
      • critical: boolean = false

      Returns any

    • Parameters

      • __namedParameters: {
            bonus?: null;
            conditionalParts?: {};
            critical?: boolean;
            extraParts?: never[];
            noAttack?: boolean;
        } = {}

      Returns Promise<void>

    • Parameters

      • __namedParameters: {
            conditionalParts?: {};
            critical?: boolean;
            extraParts?: never[];
            flavor?: null;
        } = {}

      Returns Promise<void>