Interface IGenshinCharacterReliquariesSet

Represents a set of reliquaries that can be equipped by a character in Genshin Impact.

interface IGenshinCharacterReliquariesSet {
    affixes: IGenshinCharacterReliquariesAffix[];
    id: number;
    name: string;
}

Properties

Properties

The affixes of the reliquary set.

id: number

The unique identifier of the reliquary set.

name: string

The name of the reliquary set.