placeMajorDeposits
private fun placeMajorDeposits(tileList: List<TileInfo>, terrain: Terrain, fallbackWeightings: Boolean, baseImpact: Int, randomImpact: Int): Map<TileResource, Int>
Content copied to clipboard
Attempts to place major deposits in a tileList consisting exclusively of terrain tiles. Lifted out of the main function to allow postponing water resources.
Return
a map of resource types to placed deposits.
Sources
jvm source
Link copied to clipboard