Interface: IGenshinSpiralAbyssLevel
Represents a level in the Spiral Abyss event in Genshin Impact.
Properties
battles
• battles: IGenshinSpiralAbyssBattle
[]
The battles that occurred in the level.
Defined in
src/client/gi/record/interfaces/spiralAbyss.interface.ts:91
bottom_half_floor_monster
• bottom_half_floor_monster: HalfFloorMonster
[]
Defined in
src/client/gi/record/interfaces/spiralAbyss.interface.ts:95
index
• index: number
The index of the level.
Defined in
src/client/gi/record/interfaces/spiralAbyss.interface.ts:79
max_star
• max_star: number
The maximum star rating of the level.
Defined in
src/client/gi/record/interfaces/spiralAbyss.interface.ts:87
star
• star: number
The star rating of the level.
Defined in
src/client/gi/record/interfaces/spiralAbyss.interface.ts:83
top_half_floor_monster
• top_half_floor_monster: HalfFloorMonster
[]