country_event = {

	id = 1081
	
	trigger = {
		NOT = { exists = PAP }
		NOT = { exists = ITA }
		NOT = { has_country_flag = no_support }
		owns = 118		# Rome
		religion = catholic
	}
	
	mean_time_to_happen = {
		months = 2
		
		modifier = {
			factor = 0.95
			idea = deus_vult
		}
		modifier = {
			factor = 0.95
			idea = divine_supremacy
		}
		modifier = {
			factor = 1.05
			NOT = { idea = divine_supremacy }
		}
		modifier = {
			factor = 0.9
			defender_of_faith = yes
		}
		modifier = {
			factor = 1.1
			NOT = { defender_of_faith = yes }
		}
		modifier = {
			factor = 1.1
			NOT = { advisor = theologian }
		}
		modifier = {
			factor = 0.9
			theologian = 5
		}
	}
	
	title = "EVTNAME1081"
	desc = "EVTDESC1081"
	
	option = {
		name = "EVTOPTA1081"			# We will never support such a state
		prestige = -0.02
		badboy = 1
		stability = -1
		any_country = {
			limit = {
				neighbour = THIS
				religion = catholic
			}
			relation = { who = THIS value = -20 }
		}
		set_country_flag = no_support
	}
	option = {
		name = "EVTOPTB1081"			# Rome is rightfully theirs
		118 = { secede_province = PAP }
		prestige = 0.025
	}
}

country_event = {

	id = 1082
	
	trigger = {
		NOT = { exists = PAP }
		NOT = { exists = ITA }
		religion = catholic
		government = theocracy
	}
	
	mean_time_to_happen = {
		months = 6
		
		modifier = {
			factor = 0.5
			tag = AVI
		}
		modifier = {
			factor = 2.0
			capital_scope = {
				NOT = { religion = catholic }
			}
		}
		modifier = {
			factor = 0.95
			theologian = 5
		}
		modifier = {
			factor = 1.1
			NOT = { advisor = theologian }
		}
	}
	
	title = "EVTNAME1082"
	desc = "EVTDESC1082"
	
	option = {
		name = "EVTOPTA1082"
		prestige = 0.025
		government = papacy
		change_tag = PAP
	}
}
