Interface IGenshinCharacterReliquariesAffix

Represents a single affix of a reliquary set in the Genshin Impact game.

interface IGenshinCharacterReliquariesAffix {
    activation_number: number;
    effect: string;
}

Properties

activation_number: number

The activation number of the affix.

effect: string

The effect of the affix.