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

    Type Alias AttackData

    type AttackData = {
        ammo: string | null;
        attackBonus?: number | string;
        damageBonus?: number | string;
        label: string;
    }
    Index

    Properties

    ammo: string | null

    The ID of the ammo item used

    attackBonus?: number | string

    An attack bonus specific to this attack

    damageBonus?: number | string

    A damage bonus specific to this attack

    label: string

    Attack name