Xivgear Types Documentation
    Preparing search index...

    Type Alias CustomRelicStatModel

    CustomRelicStatModel: BaseRelicStatModel & {
        totalCap: number;
        type: "customrelic";
    }

    Relic stat model for pre-EW relics, where you get to allocate stats as you wish as long as the total remains below a cap, and no individual stat goes over the normal stat cap.

    Type Declaration

    • totalCap: number

      The cap for total stats.

    • type: "customrelic"