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

    Interface AttackAmmo

    interface AttackAmmo {
        abundant: boolean;
        data: object;
        document: Item<"base" | ModuleSubType>;
        id: string;
        isDefault: boolean;
        quantity: number;
    }
    Index

    Properties

    abundant: boolean

    Is abundant?

    data: object

    Ammo document data

    document: Item<"base" | ModuleSubType>

    Ammo document

    id: string

    Ammo item ID

    isDefault: boolean

    Is this default ammo for the item?

    quantity: number

    Quantity of ammo