Terasology / WeatherManager

Adds weather to Terasology
0 stars 7 forks source link

Temperature-based aggregate state changes for water #26

Open jdrueckert opened 3 years ago

jdrueckert commented 3 years ago

Overview

The next step in a water cycle is to allow snow to change into water and vice versa. All snow/water, not just that placed by weather events, should be changed when temperatures rise/fall out of range. Also in this step: weather should be synced with the heat maps, so that it rains when it is hot and snows/hails when it is cold.

Pre-requisites

This step will need to be done after heat maps are built. Snow should melt in waves based on which areas are hotter at any given point.

Tasks

jdrueckert commented 3 years ago

Extracted from @RatMoleRat's TSoC Board