Xivgear Types Documentation
    Preparing search index...
    EwRelicStatModel: BaseRelicStatModel & {
        largeValue: number;
        numLarge: number;
        numSmall: number;
        smallValue: number;
        type: "ewrelic";
    }

    Relic stat model for Endwalker-style relics, where you have X 'large' stats, and Y 'small' stats.

    Type Declaration

    • largeValue: number

      The stat value of the 'large' stats (typically the stat cap).

    • numLarge: number

      The maximum number of large stats.

    • numSmall: number

      The maximum number of small stats.

    • smallValue: number

      The stat value of the 'small' stats.

    • type: "ewrelic"