Honkai Stats Models
stats
Honkai stats models.
Classes:
-
FullHonkaiUserStats–Represents a user's full stats, including characters, gear, and gamemode data
-
HonkaiStats–Represents a user's stat page
-
HonkaiUserStats–Represents basic user stats, showing only generic user data and stats.
ElysianRealmStats
pydantic-model
Represents a user's stats regarding Elysian Realms.
Fields:
FullHonkaiUserStats
pydantic-model
Represents a user's full stats, including characters, gear, and gamemode data
Fields:
-
info(UserInfo) -
stats(HonkaiStats) -
battlesuits(Sequence[FullBattlesuit]) -
abyss(Sequence[Union[SuperstringAbyss, OldAbyss]]) -
memorial_arena(Sequence[MemorialArena]) -
elysian_realm(Sequence[ElysianRealm])
abyss_superstring
property
abyss_superstring: Sequence[SuperstringAbyss]
Filter self.abyss to only return instances of Superstring Abyss.
HonkaiStats
pydantic-model
Represents a user's stat page
Fields:
-
active_days(int) -
achievements(int) -
battlesuits(int) -
battlesuits_SSS(int) -
stigmata(int) -
stigmata_5star(int) -
weapons(int) -
weapons_5star(int) -
outfits(int) -
abyss(Union[SuperstringAbyssStats, OldAbyssStats]) -
memorial_arena(MemorialArenaStats) -
elysian_realm(ElysianRealmStats)
Validators:
HonkaiUserStats
pydantic-model
Represents basic user stats, showing only generic user data and stats.
Fields:
-
info(UserInfo) -
stats(HonkaiStats)
MemorialArenaStats
pydantic-model
Represents a user's stats regarding the Memorial Arena gamemodes.
Fields:
Validators:
OldAbyssStats
pydantic-model
Represents a user's stats regarding Q-Singularis and Dirac Sea.
Config:
frozen:False
Fields:
-
raw_q_singularis_rank(Optional[int]) -
raw_dirac_sea_rank(Optional[int]) -
score(int) -
raw_tier(int) -
raw_latest_rank(Optional[int]) -
latest_type(str)
Validators:
SuperstringAbyssStats
pydantic-model
Represents a user's stats regarding Superstring Abyss.
Fields: