mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-22 06:17:57 +00:00
🎨 Add hydroculi to genshin stats
This commit is contained in:
parent
3693a32130
commit
545f701d2c
@ -21,6 +21,7 @@ class Stats(APIModel):
|
|||||||
geoculi (int): Number of Geoculus collected by the user.
|
geoculi (int): Number of Geoculus collected by the user.
|
||||||
dendroculi (int): Number of Dendroculus collected by the user.
|
dendroculi (int): Number of Dendroculus collected by the user.
|
||||||
electroculi (int): Number of Electroculus collected by the user.
|
electroculi (int): Number of Electroculus collected by the user.
|
||||||
|
hydroculi (int): Number of Hydroculus opened by the user.
|
||||||
common_chests (int): Number of Common Chests opened by the user.
|
common_chests (int): Number of Common Chests opened by the user.
|
||||||
exquisite_chests (int): Number of Exquisite Chests opened by the user.
|
exquisite_chests (int): Number of Exquisite Chests opened by the user.
|
||||||
precious_chests (int): Number of Precious Chests opened by the user.
|
precious_chests (int): Number of Precious Chests opened by the user.
|
||||||
@ -38,6 +39,7 @@ class Stats(APIModel):
|
|||||||
geoculi: int = Field(aliases="geoculus_number")
|
geoculi: int = Field(aliases="geoculus_number")
|
||||||
dendroculi: int = Field(aliases="dendroculus_number")
|
dendroculi: int = Field(aliases="dendroculus_number")
|
||||||
electroculi: int = Field(aliases="electroculus_number")
|
electroculi: int = Field(aliases="electroculus_number")
|
||||||
|
hydroculi: int = Field(aliases="hydroculus_number")
|
||||||
common_chests: int = Field(aliases="common_chest_number")
|
common_chests: int = Field(aliases="common_chest_number")
|
||||||
exquisite_chests: int = Field(aliases="exquisite_chest_number")
|
exquisite_chests: int = Field(aliases="exquisite_chest_number")
|
||||||
precious_chests: int = Field(aliases="precious_chest_number")
|
precious_chests: int = Field(aliases="precious_chest_number")
|
||||||
|
Loading…
Reference in New Issue
Block a user