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

    Interface ItemData

    interface ItemData {
        flags?: {
            pf1?: {
                abundant: boolean;
                pendingMigration?: { classAssociations?: LinkModel[] };
            } & { [key: string]: any };
        };
        system?: any;
        type: | "ammo"
        | "class"
        | "race"
        | "feat"
        | "attack"
        | "spell"
        | "loot"
        | "weapon"
        | "equipment"
        | "implant"
        | "consumable"
        | "container"
        | "buff";
    }
    Index

    Properties

    Properties

    flags?: {
        pf1?: {
            abundant: boolean;
            pendingMigration?: { classAssociations?: LinkModel[] };
        } & { [key: string]: any };
    }
    system?: any
    type:
        | "ammo"
        | "class"
        | "race"
        | "feat"
        | "attack"
        | "spell"
        | "loot"
        | "weapon"
        | "equipment"
        | "implant"
        | "consumable"
        | "container"
        | "buff"