diff --git a/simnet/models/starrail/chronicle/notes.py b/simnet/models/starrail/chronicle/notes.py index e7af141..68473f3 100644 --- a/simnet/models/starrail/chronicle/notes.py +++ b/simnet/models/starrail/chronicle/notes.py @@ -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. @@ -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.