Skip to content

ZZZ Abyss Models

abyss

Hollow Zero models.

Classes:

__all__ module-attribute

__all__ = ('LostVoidCommissionProgress', 'LostVoidData', 'LostVoidDataType', 'LostVoidExplorationLog', 'LostVoidLicense', 'LostVoidSummary', 'LostVoidUltimateChallenge')

LostVoidCommissionProgress pydantic-model

Lost void bounty commission progress model.

Fields:

current pydantic-field

current: int

total pydantic-field

total: int

LostVoidData pydantic-model

Lost void data model.

Fields:

collected pydantic-field

collected: int

total pydantic-field

total: int

type pydantic-field

LostVoidDataType

Lost void data type enum.

Attributes:

AUXILLARY_GEAR_DATABASE class-attribute instance-attribute

AUXILLARY_GEAR_DATABASE = 7

CARD_DATABASE class-attribute instance-attribute

CARD_DATABASE = 4

EXPLORERS_BADGE class-attribute instance-attribute

EXPLORERS_BADGE = 1

GEAR_DATABASE class-attribute instance-attribute

GEAR_DATABASE = 2

RESONIUM_RESEARCH class-attribute instance-attribute

RESONIUM_RESEARCH = 3

TACTICAL_PRISM_PROGRAM class-attribute instance-attribute

TACTICAL_PRISM_PROGRAM = 5

UNOFFICIAL_GUIDE class-attribute instance-attribute

UNOFFICIAL_GUIDE = 6

LostVoidExplorationLog pydantic-model

Lost void exploration log model.

Fields:

current pydantic-field

current: int

total pydantic-field

total: int

LostVoidLicense pydantic-model

Lost void license model.

Fields:

cur_level pydantic-field

cur_level: int

icon pydantic-field

icon: str

max_level pydantic-field

max_level: int

LostVoidSummary pydantic-model

Lost void summary model.

Fields:

commission_progress pydantic-field

commission_progress: LostVoidCommissionProgress

data_collected pydantic-field

data_collected: Sequence[LostVoidData]

exploration_log pydantic-field

exploration_log: LostVoidExplorationLog

license pydantic-field

license: LostVoidLicense

time_remaining pydantic-field

time_remaining: timedelta

ultimate_challenge pydantic-field

ultimate_challenge: LostVoidUltimateChallenge

unlocked pydantic-field

unlocked: bool

LostVoidUltimateChallenge pydantic-model

Lost void ultimate challenge model.

Fields:

has_data pydantic-field

has_data: bool

highest_difficulty pydantic-field

highest_difficulty: str

Highest Difficulty Cleared.

shortest_clear_time pydantic-field

shortest_clear_time: timedelta

Shortest Clear Time on the Highest Difficulty Completed.

total_clears pydantic-field

total_clears: int

Total Clears on the Highest Difficulty Completed.