Xivgear Types Documentation
    Preparing search index...

    Represents an item.

    interface ItemSlotExport {
        forceNq?: boolean;
        id: number;
        materia: ({ id: number; locked?: boolean } | undefined)[];
        relicStats?: RelicStatsExport;
    }
    Index

    Properties

    forceNq?: boolean

    Force this to be an NQ item instead of HQ if available.

    id: number

    Item ID

    materia: ({ id: number; locked?: boolean } | undefined)[]

    Materia equipped in the slot

    Type Declaration

    • { id: number; locked?: boolean }
      • id: number

        The item ID of this materia. -1 indicates no materia equipped in this slot.

      • Optionallocked?: boolean
    • undefined
    relicStats?: RelicStatsExport

    If this is a relic, represents the current stats of the relic.