Skip to content

Contest

contest

ContestType

Bases: BaseModel

A contest type resource.

Attributes:

Name Type Description
id int

The identifier for this contest type resource.

name str

The name for this contest type resource.

berry_flavor NamedResource

The berry flavor that correlates with this contest type.

names List[ContestName]

The name of this contest type listed in different languages.

ContestEffect

Bases: BaseModel

A contest effect resource.

Attributes:

Name Type Description
id int

The identifier for this contest effect resource.

appeal int

The base number of hearts the user of this move gets.

jam int

The base number of hearts the user's opponent loses.

effect_entries List[Effect]

The result of this contest effect listed in different languages.

flavor_text_entries List[ContestEffectFlavorText]

The flavor text of this contest effect listed in different languages.

SuperContestEffect

Bases: BaseModel

A super contest effect resource.

Attributes:

Name Type Description
id int

The identifier for this super contest effect resource.

appeal int

The level of appeal this super contest effect has.

flavor_text_entries List[SuperContestEffectFlavorText]

The flavor text of this super contest effect listed in different languages.

moves List[NamedResource]

A list of moves that have the effect when used in super contests.

Comments