Skip to content

Star Rail Notes Models

notes

Starrail chronicle notes.

Classes:

__all__ module-attribute

__all__ = ['StarRailExpedition', 'StarRailNote']

StarRailExpedition pydantic-model

StarRail expedition.

Fields:

avatars pydantic-field

avatars: list[str]

completion_time property

completion_time: datetime

finished property

finished: bool

Whether the expedition has finished.

item_url pydantic-field

item_url: str

name pydantic-field

name: str

remaining_time pydantic-field

remaining_time: timedelta

status pydantic-field

status: Literal['Ongoing', 'Finished']

StarRailNote pydantic-model

StarRail chronicle note.

Fields:

accepted_expedition_num pydantic-field

accepted_expedition_num: int

current_bonus_synchronicity_points pydantic-field

current_bonus_synchronicity_points: int

The current number of this week's Bonus Synchronicity Points

current_reserve_stamina pydantic-field

current_reserve_stamina: int

current_rogue_score pydantic-field

current_rogue_score: int

Current simulated universe weekly points

current_stamina pydantic-field

current_stamina: int

current_train_score pydantic-field

current_train_score: int

Current daily training activity

expeditions pydantic-field

have_bonus_synchronicity_points pydantic-field

have_bonus_synchronicity_points: bool

Whether the Divergent Universe is unlocked

is_reserve_stamina_full pydantic-field

is_reserve_stamina_full: bool

max_bonus_synchronicity_points pydantic-field

max_bonus_synchronicity_points: int

The max number of this week's Bonus Synchronicity Points

max_rogue_score pydantic-field

max_rogue_score: int

Max simulated universe weekly points

max_stamina pydantic-field

max_stamina: int

max_train_score pydantic-field

max_train_score: int

Max daily training activity

max_weekly_discounts pydantic-field

max_weekly_discounts: int

Echo of war attempt limit

remaining_weekly_discounts pydantic-field

remaining_weekly_discounts: int

Remaining echo of war rewards

stamina_recover_time pydantic-field

stamina_recover_time: timedelta

stamina_recovery_time property

stamina_recovery_time: datetime

The time when stamina will be recovered.

total_expedition_num pydantic-field

total_expedition_num: int