Skip to content

Commit

Permalink
✨ Support starrail notes rogue tourn weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jun 20, 2024
1 parent 13a0d8a commit 6c2c412
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions simnet/models/starrail/chronicle/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ class StarRailNote(APIModel):
is_reserve_stamina_full: bool
"""Whether the reserve stamina is full"""

rogue_tourn_weekly_unlocked: bool
"""Whether the rogue tournament is unlocked"""
rogue_tourn_weekly_max: int
"""The max number of rogue tournament attempts"""
rogue_tourn_weekly_cur: int
"""The current number of rogue tournament attempts"""


class StarRailNoteWidget(APIModel):
"""Represents a StarRail Note.
Expand Down Expand Up @@ -122,6 +129,13 @@ class StarRailNoteWidget(APIModel):
has_signed: bool
"""Whether the user has signed in today"""

rogue_tourn_weekly_unlocked: bool
"""Whether the rogue tournament is unlocked"""
rogue_tourn_weekly_max: int
"""The max number of rogue tournament attempts"""
rogue_tourn_weekly_cur: int
"""The current number of rogue tournament attempts"""


class StarRailNoteOverseaWidgetChallenge(APIModel):
"""Represents a StarRail Note.
Expand Down

0 comments on commit 6c2c412

Please sign in to comment.