Skip to main content

Interface: IGenshinSpiralAbyssFloor

Represents the floor of the Spiral Abyss in Genshin Impact.

Properties

icon

icon: string

The icon of the floor.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:96


index

index: number

The floor index.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:92


is_unlock

is_unlock: boolean

Whether the floor is unlocked.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:100


levels

levels: IGenshinSpiralAbyssLevel[]

The levels in the floor.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:116


max_star

max_star: number

The maximum number of stars that can be obtained in the floor.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:112


settle_time

settle_time: string

The time when the floor was completed and settled.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:104


star

star: number

The number of stars obtained in the floor.

Defined in

src/client/gi/record/interfaces/spiralAbyss.interface.ts:108