Xivgear Types Documentation
    Preparing search index...

    Type Alias StatPreModifications

    Represents a stat modification that is applied earlier in the process compared to StatModification. This allows you to change the "base" values rather than merely applying final bonuses.

    type StatPreModifications = {
        extraGearBonuses?: Partial<RawStats> | null;
        newFoodBonuses?: FoodBonuses | null;
    }
    Index

    Properties

    extraGearBonuses?: Partial<RawStats> | null
    newFoodBonuses?: FoodBonuses | null