Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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 Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Deleted the def encounter_type that was included in the plugin. It was exactly the same as the def encounter_type that came with Essentials and was unnecessary.
Fixed a slight oversight with the random number generator that is compared to the weather probability. Now it shouldn't be possible for it to get a number so high that all probability checks fail.
Fixed a flaw in the code that selected the weather. Now it should compare the probability to a fixed number instead of randomly generating a new number for each weather probability.