Update MapRegions.kt (#12908)

* Update MapRegions.kt

* Update MapRegions.kt
This commit is contained in:
EmperorPinguin 2025-02-04 09:20:06 +01:00 committed by GitHub
parent 9bff4cddf5
commit 1d364ea96b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,9 @@ class MapRegions (val ruleset: Ruleset) {
val closeStartPenaltyForRing = mapOf(
0 to 99, 1 to 97, 2 to 95,
3 to 92, 4 to 89, 5 to 69,
6 to 57, 7 to 24, 8 to 15 )
6 to 57, 7 to 24, 8 to 20,
9 to 16, 10 to 12, 11 to 8,
12 to 6, 13 to 4) //at 14, both of us can settle a min distance expand without competing for tiles
val randomLuxuryRatios = mapOf(
1 to listOf(1f),