ZZZ Notes Models
notes
ZZZ sticky notes (real-time notes) models.
Classes:
-
BatteryCharge–ZZZ battery charge model.
-
VideoStoreState–Video store management state.
-
ZZZEngagement–ZZZ engagement model.
-
ZZZMemberCard–ZZZ Member Card model.
-
ZZZNotes–Zenless Zone Zero sticky notes model.
-
ZZZTempleRunning–ZZZ Suibian Temple Management model.
__all__
module-attribute
__all__ = ('BatteryCharge', 'VideoStoreState', 'ZZZEngagement', 'ZZZMemberCard', 'ZZZNotes', 'ZZZTempleRunning')
BatteryCharge
pydantic-model
ZZZ battery charge model.
Fields:
Validators:
BenchState
BountyCommission
pydantic-model
Bounty commission progress model.
Fields:
-
cur_completed(int) -
total(int) -
refresh_time(timedelta) -
unlock(Optional[bool])
reset_datetime
property
reset_datetime: datetime
The datetime when the bounty commission will be reset.
ExpeditionState
Bangboo expedition state.
Attributes:
-
CAN_SEND–Dispatchable.
-
ENDED–Squad Return.
-
IN_PROGRESS–Adventuring.
-
UNKNOWN–
IN_PROGRESS
class-attribute
instance-attribute
Adventuring.
HollowZero
pydantic-model
Hollow Zero in ZZZ sticky notes model.
Fields:
ShelveStoreState
Selling state.
Attributes:
SurveyPoints
pydantic-model
VideoStoreState
Video store management state.
Attributes:
WeeklyTask
pydantic-model
ZZZ sticky notes, Weekly task model.
Fields:
ZZZAutoWork
pydantic-model
Temple auto work status.
Fields:
ZZZCardSignState
ZZZEngagement
pydantic-model
ZZZMemberCard
pydantic-model
ZZZ Member Card model.
Fields:
Validators:
ZZZMemberCardState
ZZZNotes
pydantic-model
Zenless Zone Zero sticky notes model.
Fields:
-
battery_charge(BatteryCharge) -
engagement(ZZZEngagement) -
scratch_card_completed(bool) -
video_store_state(VideoStoreState) -
hollow_zero(HollowZero) -
weekly_task(Optional[WeeklyTask]) -
card_sign(ZZZCardSignState) -
member_card(ZZZMemberCard) -
temple_running(ZZZTempleRunning)
Validators:
__transform_value
pydantic-validator
ZZZTempleRunning
pydantic-model
ZZZ Suibian Temple Management model.
Fields:
-
bench_state(Union[BenchState, str]) -
currency_next_refresh_ts(timedelta) -
current_currency(int) -
expedition_state(Union[ExpeditionState, str]) -
level(int) -
shelve_state(Union[ShelveStoreState, str]) -
weekly_currency_max(int) -
auto_work(Optional[ZZZAutoWork])
Validators:
-
__parse_currency_refresh→currency_next_refresh_ts -
__parse_bench_state→bench_state -
__parse_expedition_state→expedition_state -
__parse_shelve_store_state→shelve_state
__parse_expedition_state
pydantic-validator
__parse_expedition_state(v: str) -> Union[ExpeditionState, str]
__parse_shelve_store_state
pydantic-validator
__parse_shelve_store_state(v: str) -> Union[ShelveStoreState, str]