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

    Type Alias ActionFormData

    Used by ActionUse#applyConfig() and ActionDialog

    Commonly accessed via shared.formData

    type ActionFormData = {
        attackBonus: string;
        charge: boolean;
        clCheck: boolean;
        d20?: string;
        damageAbilityMultiplier: number | null;
        damageBonus: string;
        flanking: boolean;
        fullAttack: boolean;
        haste: boolean;
        held: WeaponHoldType;
        highGround: boolean;
        manyshot: boolean;
        measureTemplate: boolean;
        pointBlankShot: boolean;
        powerAttack: boolean;
        primaryAttack: boolean;
        rangeIncrement: number;
        rangeIncrementPenalty: number;
        rapidShot: boolean;
        skipAttacks?: number;
        touch: boolean;
    }
    Index

    Properties

    attackBonus: string
    charge: boolean
    clCheck: boolean
    d20?: string

    d20 roll override

    damageAbilityMultiplier: number | null
    damageBonus: string
    flanking: boolean
    fullAttack: boolean

    Full attack

    haste: boolean

    Held option

    highGround: boolean
    manyshot: boolean
    measureTemplate: boolean
    pointBlankShot: boolean
    powerAttack: boolean
    primaryAttack: boolean
    rangeIncrement: number
    rangeIncrementPenalty: number
    rapidShot: boolean
    skipAttacks?: number

    How many attacks to skip

    touch: boolean