# Interface: IGenshinRecordStat
Represents the statistics of a player's Genshin Impact game record.
# Table of contents
# Properties
- achievement_number
- active_day_number
- anemoculus_number
- avatar_number
- common_chest_number
- dendroculus_number
- domain_number
- electroculus_number
- exquisite_chest_number
- geoculus_number
- luxurious_chest_number
- magic_chest_number
- precious_chest_number
- spiral_abyss
- way_point_number
# Properties
# achievement_number
• achievement_number: number
The number of achievements the player has unlocked.
# Defined in
src/modules/records/interface/records.inteface.ts:59 (opens new window)
# active_day_number
• active_day_number: number
The number of days the player has been actively playing.
# Defined in
src/modules/records/interface/records.inteface.ts:54 (opens new window)
# anemoculus_number
• anemoculus_number: number
The number of Anemoculi the player has found.
# Defined in
src/modules/records/interface/records.inteface.ts:64 (opens new window)
# avatar_number
• avatar_number: number
The number of characters the player has obtained.
# Defined in
src/modules/records/interface/records.inteface.ts:74 (opens new window)
# common_chest_number
• common_chest_number: number
The number of Common Chests the player has opened.
# Defined in
src/modules/records/interface/records.inteface.ts:109 (opens new window)
# dendroculus_number
• dendroculus_number: number
The number of Dendroculi the player has found.
# Defined in
src/modules/records/interface/records.inteface.ts:124 (opens new window)
# domain_number
• domain_number: number
The number of domains the player has unlocked.
# Defined in
src/modules/records/interface/records.inteface.ts:84 (opens new window)
# electroculus_number
• electroculus_number: number
The number of Electroculi the player has found.
# Defined in
src/modules/records/interface/records.inteface.ts:114 (opens new window)
# exquisite_chest_number
• exquisite_chest_number: number
The number of Exquisite Chests the player has opened.
# Defined in
src/modules/records/interface/records.inteface.ts:104 (opens new window)
# geoculus_number
• geoculus_number: number
The number of Geoculi the player has found.
# Defined in
src/modules/records/interface/records.inteface.ts:69 (opens new window)
# luxurious_chest_number
• luxurious_chest_number: number
The number of Luxurious Chests the player has opened.
# Defined in
src/modules/records/interface/records.inteface.ts:99 (opens new window)
# magic_chest_number
• magic_chest_number: number
The number of Magic Chests the player has opened.
# Defined in
src/modules/records/interface/records.inteface.ts:119 (opens new window)
# precious_chest_number
• precious_chest_number: number
The number of Precious Chests the player has opened.
# Defined in
src/modules/records/interface/records.inteface.ts:94 (opens new window)
# spiral_abyss
• spiral_abyss: string
The player's current Spiral Abyss progress.
# Defined in
src/modules/records/interface/records.inteface.ts:89 (opens new window)
# way_point_number
• way_point_number: number
The number of waypoints the player has unlocked.
# Defined in
src/modules/records/interface/records.inteface.ts:79 (opens new window)