province_decisions = {
	enact_land_reform = {
		potential = {
			has_national_focus = yes
			not = { has_province_modifier = land_reform }
		}
		allow = {
			owner = {
				officials = 2
			}
		}
		effect = {
			owner = {
				officials = -2
			}
			add_province_modifier = {
				name = "land_reform"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	build_glorious_monument = {
		potential = {
			not = { has_province_modifier = glorious_monument }
			not = { any_neighbor_province = { has_province_modifier = glorious_monument} }
			has_national_focus = yes
			has_owner_culture = yes
			has_owner_religion = yes
			base_tax = 8
		}
		allow = {
			owner = {
				treasury = 300
				officials = 5
			}
		}
		effect = {
			owner = {
				treasury = -300
				officials = -5
			}
			add_province_modifier = {
				name = "glorious_monument"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				NOT = {
					treasury = 1000
				}
			}
		}
	}
	enact_settlement_policy = {
		potential = {
			not = { 
				has_province_modifier = settlement_policy
				has_owner_culture = yes
			}
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 3
				colonists = 2
			}
		}
		effect = {
			owner = {
				officials = -3
				colonists = -2
			}
			add_province_modifier = {
				name = "settlement_policy"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				infamy = 8
			}
			modifier = {
				factor = 0
				NOT = {
					officials = 3
				}
			}
		}
	}
	
	revoke_settlement_policy = {
		potential = {
			has_province_modifier = settlement_policy
		}
		allow = {}
		effect = {
			remove_province_modifier = settlement_policy
			prestige = -0.15
		}
		ai_will_do = {
			factor = 0
		}
	}
	
	conduct_population_census = {
		potential = {
			NOT = {
				has_province_modifier = census_conducted
				is_colony = yes
			}
			citysize = 1200
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 1
			}
		}
		effect = {
			owner = {
				officials = -1
			}
			add_province_modifier = {
				name = "census_conducted"
				duration = 1825
			}
			random_list = {
				10 = { multiply_citysize = 0.9}
				10 = { multiply_citysize = 1.1}
			}
		}
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				NOT = {
					officials = 4
				}
			}
		}
	}
	
	expand_bureaucracy = {
		potential = {
			NOT = {
				owner = {
					has_country_modifier = expanded_bureaucracy
				}
			}
			is_capital = yes
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 4
			}
		}
		effect = {
			add_country_modifier = {
				name = "expanded_bureaucracy"
				duration = -1
			}
			owner = {
				officials = -4
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	formalize_measures = {
		potential = {
			NOT = {
				owner = {
					has_country_modifier = formalized_measures
				}
			}
			owner = {
				government_tech = 10
			}
			is_capital = yes
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 5
			}
		}
		effect = {
			add_country_modifier = {
				name = "formalized_measures"
				duration = -1
			}
			owner = {
				officials = -5
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	dig_canal = {
		potential = {
			NOT = {
				has_province_modifier = canal_project
			}
			owner = {
				government_tech = 20
				trade_tech = 20
				naval_tech = 15
			}
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 4
				treasury = 40
			}
		}
		effect = {
			owner = {
				officials = -4
				treasury = -40
			}
			add_province_modifier = {
				name = "canal_project"
				duration = -1
			}
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				NOT = {
					treasury = 200
				}
			}
		}
	}
	
	build_post_office = {
		potential = {
			owner = {
				government_tech = 10
				trade_tech = 8
			}
			NOT = {
				has_province_modifier = post_office
			}
			has_national_focus = yes
		}
		allow = {
			owner = {
				officials = 1
				treasury = 20
			}
		}
		effect = {
			owner = {
				officials = -1
				treasury = -20
			}
			add_province_modifier = {
				name = "post_office"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	declare_arch_diocese = {
		potential = {
			owner = {
				government_tech = 15
				
			}
		has_national_focus = yes
		not = { 
			has_province_modifier = arch_diocese
			any_neighbor_province = { has_province_modifier = arch_diocese } }
			owner = { innovative_narrowminded = 1 }
		}
		allow = {
			owner = {
				advisor = theologian
				officials = 3
			}
		}
		effect = {
			owner = {
				officials = -3
			}
			add_province_modifier = {
				name = "arch_diocese"
				duration = -1
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
	
	extend_road_network = {
		potential = {
			owner = {
				government_tech = 12
			}
			OR = {
				any_neighbor_province = {
					has_province_modifier = road_network
				}
				has_national_focus = yes
			}
			NOT = {
				has_province_modifier = road_network
			}
		}
		allow = {
			owner = {
				officials = 1
			}
		}
		effect = {
			add_province_modifier = {
				name = "road_network"
				duration = -1
			}
			owner = {
				officials = -1
			}
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	
	establish_grain_depot = {
		potential = {
			trade_goods = grain
			owner = {
				government_tech = 8
			}
			NOT = {
				any_owned_province = {
					has_province_modifier = grain_depot
				}
			}
		}
		allow = {
			has_national_focus = yes
			owner = {
				officials = 5
			}
		}
		effect = {
			add_province_modifier = {
				name = "grain_depot"
				duration = -1
			}
			owner = {
				officials = -5
			}
		}
		ai_will_do = {
			factor = 1
		}
	}
}