# Titular empire titles

e_cordoba = {
	color = { 255 218 185 }
	color2 = { 255 255 255 }

	capital = 416 # Cordoba

	title = CALIPH
	title_female = CALIPHA
	foa = CALIPH_FOA
	#short_name = yes

	religion = sunni

	allow = {
		always = no
	}

	caliphate = yes
}

e_latin_empire = {
	color = { 150 105 56 }

	capital = 541 # Constantinople

	short_name = yes

	allow = {
		e_roman_empire = { has_holder = no }
		e_byzantium = { has_holder = no }
		can_create_empire = yes
		custom_tooltip = {
			text = catholic_group_christian
			hidden_tooltip = {
				OR = {
					religion = chalcedonian
					is_catholic_branch = yes
				}
			}
		}
		OR = {
			has_titular_requirements = yes

			ROOT = {
				custom_tooltip = {
					text = controls_kaliopolis_thrake
					hidden_tooltip = {
						c_kaliopolis = { 
							holder_scope = {
								OR = {
									is_vassal_or_below_of = ROOT
									character = ROOT
								}
							}
						}
						c_thrake = { 
							holder_scope = {
								OR = {
									is_vassal_or_below_of = ROOT
									character = ROOT
								}
							}
						}
					}
				}
			}
		}
	}
}

e_aztec_empire = {
	color = { 255 127 0 }

	short_name = yes
	culture = nahua
	religion = aztec_pagan
	allow = {
		can_create_empire = yes
		has_titular_requirements = yes
		ROOT = { culture = nahua }
	}
}