# COUNTY FERTILITY VALUES # GATHERED TOGETHER IN ONE PLACE FOR BALANCING CONVENIENCE # SEASONS # ## ABUNDANT GRAZING (GOOD) cf_abundant_grazing_growth_add_value = 2.0 cf_abundant_grazing_growth_mult_value = 0.25 ## SEVERE DROUGHT (BAD) cf_severe_drought_decline_add_value = -0.5 cf_severe_drought_decline_mult_value = 0.2 cf_severe_drought_growth_mult_value = -0.2 ## WHITE ZUD (BAD-BAD) cf_white_zud_decline_add_value = -2 cf_white_zud_decline_mult_value = 0.8 cf_white_zud_growth_mult_value = -0.8 ## COLD ZUD ( BAD ) cf_cold_zud_decline_add_value = -1 cf_cold_zud_decline_mult_value = 0.4 cf_cold_zud_growth_mult_value = -0.4 ## EVERLASTING SUMMER ( GOOD-GOOD ) cf_warm_nights_growth_add_value = 2.0 cf_warm_nights_growth_mult_value = 0.75 ## BLESSING OF THE BLUE SKY ( BLISS ) cf_sky_blessing_growth_add_value = 8 cf_sky_blessing_growth_mult_value = 3 # HAVSARSAN ( EVERYBODY WILL PERISH ) cf_havsarsan_decline_add_value = 4 cf_havsarsan_decline_mult_value = 1 cf_havsarsan_growth_mult_value = -3 # TERRAIN (only growth add) # NOTE: these are added per province in the county, so be mindful with the values steppe_county_fertility_value = 0.35 farmlands_county_fertility_value = 0.35 oasis_county_fertility_value = 0.35 plains_county_fertility_value = 0.25 desert_county_fertility_value = 0.25 drylands_county_fertility_value = 0.25 hills_county_fertility_value = 0.2 floodplains_county_fertility_value = 0.2 wetlands_county_fertility_value = 0.2 mountains_county_fertility_value = 0.15 desert_mountains_county_fertility_value = 0.15 forest_county_fertility_value = 0.15 taiga_county_fertility_value = 0.15 jungle_county_fertility_value = 0.05 # TERRAIN CULTURE MODIFIERS high_culture_county_fertility_value_add = 0.4 medium_culture_county_fertility_value_add = 0.1 low_culture_county_fertility_value_add = 0.05 high_culture_county_fertility_value_mult = 0.2 medium_culture_county_fertility_value_mult = 0.1 low_culture_county_fertility_value_mult = 0.05 # EVENT ETC MODIFIERS massive_county_fertility_value_positive_add = 8 major_county_fertility_value_positive_add = 6 medium_county_fertility_value_positive_add = 4 minor_county_fertility_value_positive_add = 2 massive_county_fertility_value_positive_mult = 1 major_county_fertility_value_positive_mult = 0.6 medium_county_fertility_value_positive_mult = 0.4 minor_county_fertility_value_positive_mult = 0.2 massive_county_fertility_value_negative_add = -6 major_county_fertility_value_negative_add = -4 medium_county_fertility_value_negative_add = -2 minor_county_fertility_value_negative_add = -1 massive_county_fertility_value_negative_mult = -0.8 major_county_fertility_value_negative_mult = -0.6 medium_county_fertility_value_negative_mult = -0.2 minor_county_fertility_value_negative_mult = -0.1