- Pokémon Essentials Version
- v19.1 ➖
This plugin sets up different encounters for each different default weather type in PEv19.1
To install the plugin, simply extract the downloaded .zip file into your project root folder.
Plugin details:
This plugin adds a grand total of 48 new encounters:
Adding a weather encounter is the same as adding a Land encounter.
Simply take an existing Land encounter and replace 'Land' with one of the given weather types and the encounter is set.
Here is an example encounter list utilizing weather encounters:
Finding weather encounters:
To trigger a weather encounter, the weather type must be active* and you must be in Tall Grass - So Surfing and Cave encounters will not work in the current version of this plugin.
*There are some exceptions to this rule: If there is a Blizzard, HeavyRain, or a Storm with no corresponding weather encounter listed, it will default to a less intense version of the weather until an encounter is found. For example, if it is Storming but there is no Storm encounter, it will check HeavyRain for the encounter, if neither exists it will default to Rain, then finally Land.
Screenshots:
*All of the encounters from this screenshot are from the example PBS file given above.
During Rain...
Horsea is encountered.
During a Blizzard...
Abomasnow is encountered.
During a Sandstorm...
Phanpy is encountered.
Without any weather...
Combee is encountered.
To install the plugin, simply extract the downloaded .zip file into your project root folder.
Plugin details:
This plugin adds a grand total of 48 new encounters:
- Rain
- HeavyRain
- Storm
- Snow
- Blizzard
- Sandstorm
- Sun
- Fog
Adding a weather encounter is the same as adding a Land encounter.
Simply take an existing Land encounter and replace 'Land' with one of the given weather types and the encounter is set.
Here is an example encounter list utilizing weather encounters:
Code:
[022] # TEST
Land,21
100,COMBEE,2
Storm,21
100,KINGDRA,2
HeavyRain,21
100,SEADRA,2
Rain,21
100,HORSEA,2
Blizzard,21
100,ABOMASNOW,2
Snow,21
100,SNOVER,2
Sandstorm,21
100,PHANPY,2
Sun,21
100,VULPIX,2
Fog,21
100,DUCKLETT,2
Finding weather encounters:
To trigger a weather encounter, the weather type must be active* and you must be in Tall Grass - So Surfing and Cave encounters will not work in the current version of this plugin.
*There are some exceptions to this rule: If there is a Blizzard, HeavyRain, or a Storm with no corresponding weather encounter listed, it will default to a less intense version of the weather until an encounter is found. For example, if it is Storming but there is no Storm encounter, it will check HeavyRain for the encounter, if neither exists it will default to Rain, then finally Land.
Screenshots:
*All of the encounters from this screenshot are from the example PBS file given above.
During Rain...
Horsea is encountered.
During a Blizzard...
Abomasnow is encountered.
During a Sandstorm...
Phanpy is encountered.
Without any weather...
Combee is encountered.
- Credits
- eattwo