vortex¶
- class pyZUnivers.vortex.Vortex¶
Represents a Vortex in the game.
- name¶
Returns the name of the vortex.
- Type:
str
- pack_name¶
Returns the name of the pack associated with the vortex.
- Type:
str
- pack_year¶
Returns the year, if there is one, of the pack associated with the vortex.
- Type:
Union[int, None]
- reputation_name¶
Returns the name of the reputation associated with the vortex.
- Type:
str
- begin_date¶
Returns the begin date of the vortex season.
- Type:
datetime
- end_date¶
Returns the end date of the vortex season.
- Type:
datetime
- get_floor_drop_rates(floor_number
int) -> _FloorsDropRates: Returns the drop rates for a specific floor in the vortex tower.
- get_floor_drop_rates(floor_number: int) _FloorsDropRates ¶
Returns the drop rates for a specific floor in the vortex tower.
- Parameters:
floor_number (int) – The number of the floor (1-5).
- Returns:
The drop rates for the specified floor.
- Return type:
- Raises:
_FloorIndexError – If the floor number is invalid.
- class pyZUnivers.vortex._FloorsDropRates(payload)¶
Represents the drop rates for different rarities in a floor.
- rarity_one_normal¶
Returns the drop rate for rarity one normal cards.
- Type:
str
- rarity_two_normal¶
Returns the drop rate for rarity two normal cards.
- Type:
str
- rarity_three_normal¶
Returns the drop rate for rarity three normal cards.
- Type:
str
- rarity_four_normal¶
Returns the drop rate for rarity four normal cards.
- Type:
str
- rarity_one_golden¶
Returns the drop rate for rarity one golden cards.
- Type:
str
- rarity_two_golden¶
Returns the drop rate for rarity two golden cards.
- Type:
str
- rarity_three_golden¶
Returns the drop rate for rarity three golden cards.
- Type:
str
- rarity_four_golden¶
Returns the drop rate for rarity four golden cards.
- Type:
str