namespace = cfhdevdistricts

province_event = {
	id = cfhdevdistricts.0001 # show population
	desc = EVTDESCcfhdevdistricts.0001
	picture = GFX_evt_culture_change
	is_triggered_only = yes
	
	trigger = {
		always = yes
	}
	
	option = {
		name = EVTOPTAcfhdevdistricts.0001
		province_event = { id = cfhdistricts.0002 days = 1 }
	}
	
	option = {
		name = EVTOPTBcfhdevdistricts.0001
		change_variable = { which = cfh_population_var value = 1000 }
		province_event = { id = cfhdistricts.0002 days = 1 }
	}
	
	option = {
		name = EVTOPTCcfhdevdistricts.0001
		change_variable = { which = cfh_population_var value = -1000 }
		province_event = { id = cfhdistricts.0002 days = 1 }
	}
}