-
-
Notifications
You must be signed in to change notification settings - Fork 0
Climate
Florian C edited this page Dec 21, 2016
·
3 revisions
Climate is only used to generate the Dimension. It helps to define what biomes can be placed next to an other.
I quite improved this enumeration to allow "temperature" plugins to work correctly in a Dimension.
Temperature is given in °C ; Humidity in percentage (0 = very very dry, 100 = near Amazonia).
- WASTELAND : 50°C, 0%
- DESERT : 40°C, 0%
- HOT : 35°C, 25%
- TROPICAL : 30°C, 80%
- MEDITERRANEAN : 30°C, 30%
- DRY_TEMPERATE : 25°C, 30%
- WARM_TEMPERATE : 20°C, 40%
- WET_TEMPERATE : 10°C, 50%
- COLD : 5°C, 30%
- BOREAL : 0°C, 25%
- TUNDRA : -5°C, 20%
- ICY : -10°C, 30%
-
getTemperature()
returns the Climate's temperature -
getHumidity()
returns the Climate's humidity