Weather
Learn how weather works in Athena
Last updated
Learn how weather works in Athena
Last updated
The weather system in Athena is a bit different than normal systems. However, I will do my best to explain how this system works and why it was made in this way.
Rather than having region specific weather, weather works in 'waves'. A 'wave' is a specific weather type based on certain coordinates in the game.
Example Image with Region Index
The default weather rotation in Athena is as follows:
Which means that by default the starting weather for each region is as follows.
When the weather rotates it takes the last element in the array and moves it to the front. Which means the next weather in the cycle for index 0 is CLEARING
based on the default weather.
You can technically insert any weather type into the weather rotation and the rotation can be as long as you want it to be. Here's an example of how to increase the rotation and have longer hours of each weather type.
It's a simple system but can easily be customized to create unique and predictable weather patterns based on your server needs.