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

    Interface ItemData

    interface ItemData {
        flags?: {
            pf1?: {
                abundant: boolean;
                pendingMigration?: { classAssociations?: LinkModel[] };
            } & { [key: string]: any };
        };
        system?: SystemData;
        type: string;
    }
    Index

    Properties

    Properties

    flags?: {
        pf1?: {
            abundant: boolean;
            pendingMigration?: { classAssociations?: LinkModel[] };
        } & { [key: string]: any };
    }
    system?: SystemData
    type: string