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

    Class AttackInstanceInternal

    TODO: Remove this

    Index

    Constructors

    • Parameters

      • label: any
      • __namedParameters: { abstract?: boolean; ammo?: null; bonuses?: never[]; type?: null } = {}

      Returns AttackInstance

    Properties

    abstract: boolean
    ammo: AttackAmmo | null = null
    bonuses: { value: string }[] = []
    chargeCost: number = null
    chatAttack: ChatAttack = null
    label: string
    type: string | null

    Accessors

    • get activeBonuses(): { value: string }[]

      Active Bonus Formulas

      Returns { value: string }[]

    • get attackBonus(): string

      Returns string

    • get hasAmmo(): boolean

      Returns boolean

    Methods

    • Internal Experimental

      Parameters

      • formula: any

      Returns number | boolean

      • Number if deterministic, false otherwise
    • Internal Experimental

      Returns void