Xivgear Types Documentation
    Preparing search index...

    Type Alias SetExportExternalSingle

    SetExportExternalSingle: SetExport & {
        customFoods?: CustomFoodExport[];
        customItems?: CustomItemExport[];
        ilvlSync?: number;
        job?: JobName;
        level?: SupportedLevel;
        partyBonus?: PartyBonusAmount;
        race?: RaceName;
        sims?: SimExport[];
        specialStats?: string | null;
        timestamp?: number;
    }

    Type that represents a single set exported as a top-level sheet.

    Type Declaration

    • OptionalcustomFoods?: CustomFoodExport[]

      Only for standalone use - Custom foods

    • OptionalcustomItems?: CustomItemExport[]

      Only for standalone use - Custom items

    • OptionalilvlSync?: number

      Only for standalone use - the ilvl sync of the set (if enabled). Same as SheetExport#level.

    • Optionaljob?: JobName

      Only for standalone use - the job of this set. Same as SheetExport#job.

    • Optionallevel?: SupportedLevel

      Only for standalone use - the character level of the set. Same as SheetExport#level.

    • OptionalpartyBonus?: PartyBonusAmount

      Party bonus percentage (0-5)

    • Optionalrace?: RaceName

      The character clan (e.g. Wildwood or Duskwight) of the sheet.

    • Optionalsims?: SimExport[]

      Only for standalone use - the simulations to include with the set. Same as SheetExport#sims.

    • OptionalspecialStats?: string | null
    • Optionaltimestamp?: number

      Unix timestamp