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

    Type Alias AttackAmmo

    type AttackAmmo = {
        abundant: boolean;
        data: object;
        document: ItemPF;
        id: string;
        isDefault: boolean;
        quantity: number;
    }
    Index

    Properties

    abundant: boolean

    Is abundant?

    data: object

    Ammo document data

    document: ItemPF

    Ammo document

    id: string

    Ammo item ID

    isDefault: boolean

    Is this default for the item?

    quantity: number

    Quantity of ammo