province_event = {

	id = 2100

	trigger = {
		has_owner_religion = yes
		has_owner_culture = yes
		has_province_modifier = religious_minority_support
	}

	mean_time_to_happen = {
		months = 1
	}

	title = "EVTNAME2100"
	desc = "EVTDESC2100"
	
	option = {
		name = "EVTOPTA2100"		# How is that possible?
		remove_province_modifier = religious_minority_support
	}
}

province_event = {

	id = 2101

	trigger = {
		has_owner_religion = yes
		has_owner_culture = yes
		has_province_modifier = local_customs
	}

	mean_time_to_happen = {
		months = 1
	}

	title = "EVTNAME2101"
	desc = "EVTDESC2101"
	
	option = {
		name = "EVTOPTA2101"		# How is that possible?
		remove_province_modifier = local_customs
	}
}

province_event = {

	id = 2102

	trigger = {
		cot = no
		has_province_modifier = national_merchants
	}

	mean_time_to_happen = {
		months = 1
	}

	title = "EVTNAME2102"
	desc = "EVTDESC2102"
	
	option = {
		name = "EVTOPTA2102"		# Of course not
		remove_province_modifier = national_merchants
	}
}

country_event = {

	id = 2103

	trigger = {
		has_country_modifier = the_popery_act
		religion = catholic
	}

	mean_time_to_happen = {
		months = 1
	}

	title = "EVTNAME2103"
	desc = "EVTDESC2103"
	
	option = {
		name = "EVTOPTA2103"		# Ok
		remove_country_modifier = the_popery_act
	}
}