mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
More variety in Main Menu map (#9029)
This commit is contained in:
parent
666c9c5b29
commit
e506631925
@ -14,8 +14,8 @@ object EasterEggRulesets {
|
|||||||
temperatureShift = when(HolidayDates.getMonth()) {
|
temperatureShift = when(HolidayDates.getMonth()) {
|
||||||
Month.JANUARY -> -1.4f
|
Month.JANUARY -> -1.4f
|
||||||
Month.FEBRUARY -> -1.3f
|
Month.FEBRUARY -> -1.3f
|
||||||
Month.MARCH -> -0.4f
|
Month.MARCH -> 0.4f // actually generates a lot of grassland
|
||||||
Month.AUGUST -> 0.4f
|
Month.AUGUST -> -0.4f // actually generates a lot more desert
|
||||||
Month.NOVEMBER -> -0.7f
|
Month.NOVEMBER -> -0.7f
|
||||||
Month.DECEMBER -> -1.3f
|
Month.DECEMBER -> -1.3f
|
||||||
else -> 0f
|
else -> 0f
|
||||||
|
@ -126,7 +126,7 @@ class MainMenuScreen: BaseScreen(), RecreateOnResize {
|
|||||||
shape = MapShape.rectangular
|
shape = MapShape.rectangular
|
||||||
mapSize = MapSizeNew(MapSize.Small)
|
mapSize = MapSizeNew(MapSize.Small)
|
||||||
type = MapType.pangaea
|
type = MapType.pangaea
|
||||||
temperatureExtremeness = 1f
|
temperatureExtremeness = .7f
|
||||||
waterThreshold = -0.1f // mainly land, gets about 30% water
|
waterThreshold = -0.1f // mainly land, gets about 30% water
|
||||||
modifyForEasterEgg()
|
modifyForEasterEgg()
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user