# Interface: IGenshinCharacterReliquariesSet

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

# Table of contents

# Properties

# Properties

# affixes

affixes: IGenshinCharacterReliquariesAffix[]

The affixes of the reliquary set.

# Defined in

src/modules/records/interface/characters.interface.ts:69 (opens new window)


# id

id: number

The unique identifier of the reliquary set.

# Defined in

src/modules/records/interface/characters.interface.ts:61 (opens new window)


# name

name: string

The name of the reliquary set.

# Defined in

src/modules/records/interface/characters.interface.ts:65 (opens new window)