# Interface: IGenshinCharacterReliquaries

Represents a single reliquary that can be equipped by a character in Genshin Impact.

# Table of contents

# Properties

# Properties

# icon

icon: string

The icon of the reliquary.

# Defined in

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


# id

id: number

The unique identifier of the reliquary.

# Defined in

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


# level

level: number

The level of the reliquary.

# Defined in

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


# name

name: string

The name of the reliquary.

# Defined in

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


# pos

pos: number

The position of the reliquary.

# Defined in

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


# pos_name

pos_name: string

The name of the position of the reliquary.

# Defined in

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


# rarity

rarity: number

The rarity of the reliquary.

# Defined in

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


# set

set: IGenshinCharacterReliquariesSet

The set of the reliquary.

# Defined in

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