mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Add Temperature Offset Slider (#7891)
* Add slider Align spawnIce latitude and offset code to applyHumidityAndTemperature * A bunch of debug code Make default Water Level -0.05 for Default * Remove debug println Fix Desert at 0.9-1.0 temp and <0.2 humidity * Disable reseed for debug comparison Reset Plains/Grassland for high temp. Adjust max humidity for safety of Grasslands Humidity debugger Better slider * Remove all debug code * Undo Desert temp setting
This commit is contained in:
@ -28,9 +28,9 @@
|
||||
"Occurs at temperature between [0.1] and [0.2] and humidity between [0.3] and [0.4]",
|
||||
"Occurs at temperature between [-0.5] and [0.5] and humidity between [0.6] and [0.8]",
|
||||
"Occurs at temperature between [-0.5] and [1] and humidity between [0.9] and [1]",
|
||||
"Occurs at temperature between [0.9] and [1] and humidity between [0.2] and [0.9]",
|
||||
"Occurs at temperature between [0.8] and [0.9] and humidity between [0.6] and [0.9]",
|
||||
"Occurs at temperature between [0.7] and [0.8] and humidity between [0.7] and [0.9]",
|
||||
"Occurs at temperature between [0.9] and [1] and humidity between [0.2] and [1]",
|
||||
"Occurs at temperature between [0.8] and [0.9] and humidity between [0.6] and [1]",
|
||||
"Occurs at temperature between [0.7] and [0.8] and humidity between [0.7] and [1]",
|
||||
"Occurs at temperature between [0.6] and [0.8] and humidity between [0.4] and [0.6]",
|
||||
"[+3] to Fertility for Map Generation",
|
||||
"A Region is formed with at least [30]% [Grassland] tiles, with priority [7]",
|
||||
@ -55,7 +55,6 @@
|
||||
"Occurs at temperature between [0.4] and [0.5] and humidity between [0.5] and [0.6]",
|
||||
"Occurs at temperature between [-0.6] and [0.7] and humidity between [0.8] and [0.9]",
|
||||
"Occurs at temperature between [-0.6] and [-0.5] and humidity between [0.9] and [1]",
|
||||
"Occurs at temperature between [0.5] and [0.7] and humidity between [0.7] and [0.8]",
|
||||
"Occurs at temperature between [0.9] and [1] and humidity between [0] and [0.2]",
|
||||
"Occurs at temperature between [0.8] and [0.9] and humidity between [0.2] and [0.6]",
|
||||
"Occurs at temperature between [0.7] and [0.8] and humidity between [0.3] and [0.4]",
|
||||
|
Reference in New Issue
Block a user