country_event = {

	id = 2050
	
	major = no
	
	trigger = {
		has_country_modifier = "counter_reformation"
		OR = {
			NOT = { religion = catholic	}
			idea = ecumenism
			idea = liberty_egalite_fraternity
		}
	}
	
	mean_time_to_happen = {
		months = 1
	}
	
	title = "EVTNAME2050"
	desc = "EVTDESC2050"
	
	option = {
		name = "EVTOPTA2050"
		remove_country_modifier = "counter_reformation"
		relation = { who = PAP value = -30 }
	}
}

country_event = {

	id = 2051
	
	major = no
	
	trigger = {
		has_country_modifier = "counter_reformation"
		religion_years = { protestant = 130 }
	}
	
	mean_time_to_happen = {
		months = 1
	}
	
	title = "EVTNAME2050"
	desc = "EVTDESC2051"
	
	option = {
		name = "EVTOPTA2050"
		remove_country_modifier = "counter_reformation"
	}
}
