Locations
pokelance.models.abstract.utils.locations
⚓︎
EncounterMethodRate
⚓︎
Bases: BaseModel
An encounter method rate resource.
Attributes:
Name | Type | Description |
---|---|---|
encounter_method |
NamedResource
|
The method in which Pokémon may be encountered in an area. |
version_details |
List[EncounterVersionDetails]
|
A list of version details for the encounter. |
EncounterVersionDetails
⚓︎
PalParkEncounterSpecies
⚓︎
Bases: BaseModel
A pal park encounter species resource.
Attributes:
Name | Type | Description |
---|---|---|
base_score |
int
|
The base score given to the player when this Pokémon is caught during a pal park run. |
rate |
int
|
The base rate for encountering this Pokémon in pal park. |
pokemon_species |
NamedResource
|
The Pokémon species being encountered. |
PokemonEncounter
⚓︎
Bases: BaseModel
A pokemon encounter resource.
Attributes:
Name | Type | Description |
---|---|---|
pokemon |
NamedResource
|
The Pokémon being encountered. |
version_details |
List[VersionEncounterDetail]
|
A list of versions and encounters with Pokémon that might happen in the referenced location area. |