• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Weather Encounters Plugin [Essentials v19.1]

Weather Encounters Plugin [Essentials v19.1] v1.0.0

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:
  • Rain
  • HeavyRain
  • Storm
  • Snow
  • Blizzard
  • Sandstorm
  • Sun
  • Fog
and their respective Day, Night, Morning, Afternoon, and Evening versions.

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:
Expand Collapse Copy
[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...
Rain.png

Horsea is encountered.
RainEncounter.png


During a Blizzard...
Blizzard.png

Abomasnow is encountered.
BlizzardEncounter.png


During a Sandstorm...
Sandstorm.png

Phanpy is encountered.
SandstormEncounter.png


Without any weather...
NoWeather.png

Combee is encountered.
NoWeatherEncounter.png
Credits
eattwo
  • Like
Reactions: KaizaYoshi
Author
eattwo
Downloads
805
Views
3,315
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top