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

    Interface ItemLink

    interface ItemLink {
        _index: number;
        dataType: string;
        id: string;
        img: string;
        level?: number;
        name: string;
    }
    Index

    Properties

    _index: number

    The index at which this link is displayed

    dataType: string
    id: string

    The unique ID of this link

    img: string

    The path to the image of this link

    level?: number

    The level at which the feature linked by this class association is gained.

    name: string

    The displayed name of this link