Add PR #228: New configure town zone multipliers

This commit is contained in:
reldred
2021-03-25 12:17:59 +00:00
committed by Jonathan G Rennison
parent 8098274892
commit 67c256f437
8 changed files with 150 additions and 1 deletions

View File

@@ -601,6 +601,12 @@ struct EconomySettings {
bool multiple_industry_per_town; ///< allow many industries of the same type per town
int8 town_growth_rate; ///< town growth rate
uint8 town_growth_cargo_transported; ///< percentage of town growth rate which depends on proportion of transported cargo in the last month
bool town_zone_calc_mode; ///< calc mode for town zones
uint16 town_zone_0_mult; ///< multiplier for the size of zone 0
uint16 town_zone_1_mult; ///< multiplier for the size of zone 1
uint16 town_zone_2_mult; ///< multiplier for the size of zone 2
uint16 town_zone_3_mult; ///< multiplier for the size of zone 3
uint16 town_zone_4_mult; ///< multiplier for the size of zone 4
uint8 larger_towns; ///< the number of cities to build. These start off larger and grow twice as fast
uint8 initial_city_size; ///< multiplier for the initial size of the cities compared to towns
TownLayout town_layout; ///< select town layout, @see TownLayout