# Title specific triggers.

### Minor titles:

# Cardinal title.
blg_cardinal_early = {
	OR = {
		has_minor_title = title_cardinal
		has_minor_title = title_mormon_cardinal
		has_minor_title = title_druid_circle_member
	}
}

# Cardinal title.
blg_cardinal_late = {
	has_minor_title = title_ursuline_cardinal
}

# Military Offmap Governor.
blg_military_governor = {
	OR = {
		has_landed_title = e_china_west_governor
		has_landed_title = e_redcoat_dominion
		has_landed_title = k_redcoat_outpost
	}
}

# Extra titles of royal rank.
blg_royal_title = {
	always = no
}

# Titles of princely rank.
blg_prince_title = {
	OR = {
		has_minor_title = title_prince
		has_minor_title = title_queen_mother
	}
}

### Landed titles:

# Venetian Doge.
blg_doge = {
	always = no
}

# Holy Order - Knights Templar
blg_knights_templar = {
	OR = {
		has_landed_title = d_knights_of_columbus
		liege = { has_landed_title = d_knights_of_columbus }
	}
}

# Holy Order - Knights Hospitaler
blg_knights_hospitaler = {
	OR = {
		has_landed_title = d_knights_of_peter_claver
		liege = { has_landed_title = d_knights_of_peter_claver }
	}
}

# Holy Order - Teutonic Knights
blg_knights_teutonic = {
	OR = {
		has_landed_title = d_st_ursulas_chosen
		has_landed_title = k_ursuline_state
		liege = { has_landed_title = d_st_ursulas_chosen }
		liege = { has_landed_title = k_ursuline_state }
	}
}

# Holy Order - Knights of Calatrava/Santiago
blg_knights_calatrava = {
	OR = {
		has_landed_title = d_lebanon_brethren
		has_landed_title = d_national_cathedral
		has_landed_title = d_salvation_army
		liege = { has_landed_title = d_lebanon_brethren }
		liege = { has_landed_title = d_national_cathedral }
		liege = { has_landed_title = d_salvation_army }
	}
}

# Holy Order - Livonian Order
blg_knights_livonian = {
	OR = {
		has_landed_title = d_flaming_sword
		liege = { has_landed_title = d_flaming_sword }
	}
}

# Hirable navies.
blg_mercenary_fleet = {
	primary_title = {
		OR = {
			title = d_staten_island_ferriers
			title = d_boucaniers
			title = d_freesails_of_trinidad
			title = d_colima_traders
			title = d_north_sea_whalers
			title = d_haida_coasters
			title = d_panamax_company
			title = d_michigan_chartists
			title = d_golden_gate_galleys
			title = d_delta_blues
			title = d_cartagena_flotilla
			title = d_bermuda_barracudas
			title = d_corsairs_of_cortes
			title = d_russian_american
			title = d_marine_highway
		}
	}
}

# Pope in New Rome
blg_pope = {
	rightful_religious_head = ROOT
	location = {
		province = c_st_louis
	}
}
