Genshin Hard Challenge Models
hard_challenge
Stygian Onslaught models.
Classes:
-
HardChallenge–Stygian Onslaught data.
-
HardChallengeBestCharacter–Best character in Stygian Onslaught.
-
HardChallengeBestCharacterType–Type of best character in Stygian Onslaught.
-
HardChallengeBestRecord–Best record for a Stygian Onslaught season.
-
HardChallengeChallenge–A single/multi player challenge in Stygian Onslaught.
-
HardChallengeCharacter–A character in Stygian Onslaught.
-
HardChallengeData–Stygian Onslaught single/multi player data.
-
HardChallengeEnemy–An enemy in Stygian Onslaught.
-
HardChallengeEnemyTag–An enemy tag in Stygian Onslaught.
-
HardChallengeSeason–A season of Stygian Onslaught.
-
HardChallengeTagElement–Element of tag in Stygian Onslaught.
-
HardChallengeTagType–Type of tag in Stygian Onslaught.
__all__
module-attribute
__all__ = ('HardChallenge', 'HardChallengeBestCharacter', 'HardChallengeBestCharacterType', 'HardChallengeBestRecord', 'HardChallengeChallenge', 'HardChallengeCharacter', 'HardChallengeData', 'HardChallengeEnemy', 'HardChallengeEnemyTag', 'HardChallengeSeason', 'HardChallengeTagElement', 'HardChallengeTagType')
HardChallenge
pydantic-model
Stygian Onslaught data.
Fields:
HardChallengeBestCharacter
pydantic-model
HardChallengeBestCharacterType
HardChallengeBestRecord
pydantic-model
Best record for a Stygian Onslaught season.
Fields:
Validators:
HardChallengeChallenge
pydantic-model
A single/multi player challenge in Stygian Onslaught.
Fields:
-
name(str) -
time_used(int) -
team(list[HardChallengeCharacter]) -
best_characters(list[HardChallengeBestCharacter]) -
enemy(HardChallengeEnemy)
HardChallengeCharacter
pydantic-model
A character in Stygian Onslaught.
Fields:
HardChallengeData
pydantic-model
Stygian Onslaught single/multi player data.
Fields:
-
best_record(Optional[HardChallengeBestRecord]) -
challenges(list[HardChallengeChallenge]) -
has_data(bool)
HardChallengeEnemy
pydantic-model
An enemy in Stygian Onslaught.
Fields:
HardChallengeEnemyTag
pydantic-model
An enemy tag in Stygian Onslaught.
Fields:
Validators:
HardChallengeSeason
pydantic-model
HardChallengeTagElement
Element of tag in Stygian Onslaught.
Attributes:
HardChallengeTagType
Type of tag in Stygian Onslaught.
Attributes: