Encounters
Wild Pokémon are encountered in most parts of the Pokémon world, most commonly outside of cities and towns, often in tall grass, in caves, or on water. A Trainer may choose to battle a wild Pokémon or run from it. If a Trainer chooses to battle, they may either attempt to catch the Pokémon with a Poké Ball or to defeat it outright.
EncounterMethod
Methods by which the player might can encounter Pokémon in the wild, e.g., walking in tall grass. Check out Bulbapedia for greater detail.
Property | Type | Required | Description |
---|---|---|---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
order | number | Yes | A good value for sorting. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
EncounterCondition
Conditions which affect what pokemon might appear in the wild, e.g., day or night.
Property | Type | Required | Description |
---|---|---|---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this resource listed in different languages. |
values | Array<NamedAPIResource> | Yes | A list of possible values for this encounter condition. |
EncounterConditionValue
Encounter condition values are the various states that an encounter condition can have, i.e., time of day can be either day or night.
Property | Type | Required | Description |
---|---|---|---|
id | number | Yes | The identifier for this resource. |
name | string | Yes | The name for this resource. |
names | Array<Name> | Yes | The name of this contest type listed in different languages. |
condition | Array<NamedAPIResource> | Yes | The condition this encounter condition value pertains to. |