Weather System

The Weather System controls all the Climatic variables on the Shard. Rains, Snows, Dry… these are things controlled by this system.

We can divide these climatic features in three parameters:

All these things are controlled by weather.py and, if a region is raining or snowing, it will be sent to client by core automatically (After a refresh or if they enters the region).

Each TopRegion could be configured with a different Rain and Snow Chance and with different ranges of persistence and intensity for these things by specific tags (Let's see it later).

The system is entirely made in python and all core things could be customized by these ini settings: