﻿has_graphical_papal_culture_group_trigger = {
	has_title = title:k_papal_state
}

has_graphical_hre_culture_group_trigger = {
	OR = {
		has_title = title:e_hre
		has_title = title:e_france
	}
}

has_graphical_byzantine_culture_group_trigger = {
	OR = {
		has_title = title:e_byzantium
		has_title = title:e_latin_empire
	}
}

has_graphical_norman_culture_group_trigger = {
	OR = {
		capital_county.kingdom = title:k_england
		capital_county.kingdom = title:k_france
	}
	OR = {
		has_culture = culture:norman
		culture = { 
			any_parent_culture_or_above = { this = culture:norman }
		}
	}
}

has_graphical_goidelic_culture_group_trigger = {
	OR = {
		has_culture = culture:gaelic
		culture = { 
			any_parent_culture_or_above = { this = culture:gaelic }
		}
		culture = {
			has_cultural_pillar = heritage_celtic
		}
		culture = {
			has_cultural_pillar = heritage_pictish
		}
		culture = {
			has_cultural_pillar = heritage_brythonic
		}
	}
}

has_graphical_west_african_culture_group_trigger = {
	culture = {
		OR = {
			has_cultural_pillar = heritage_west_african
			has_cultural_pillar = heritage_sahelian
			has_cultural_pillar = heritage_akan
			has_cultural_pillar = heritage_yoruba
			has_cultural_pillar = heritage_senegambian
		}
	}
}

has_graphical_east_african_culture_group_trigger = {
	NOT = { faith.religion = religion:islam_religion }
	culture = {
		OR = {
			has_cultural_pillar = heritage_east_african
			has_cultural_pillar = heritage_somalian
		}
	}
}
