Add settings for minimum contiguous landmass size for town/city placement
This commit is contained in:
@@ -638,6 +638,8 @@ struct EconomySettings {
|
||||
bool allow_town_roads; ///< towns are allowed to build roads (always allowed when generating world / in SE)
|
||||
uint16 town_min_distance; ///< minimum distance between towns
|
||||
uint8 max_town_heightlevel; ///< maximum height level for towns
|
||||
uint16 min_town_land_area; ///< minimum contiguous lang area for towns.
|
||||
uint16 min_city_land_area; ///< minimum contiguous lang area for cities.
|
||||
TownFounding found_town; ///< town founding.
|
||||
bool station_noise_level; ///< build new airports when the town noise level is still within accepted limits
|
||||
uint16 town_noise_population[3]; ///< population to base decision on noise evaluation (@see town_council_tolerance)
|
||||
|
Reference in New Issue
Block a user