﻿# Used in definition order

suisse = {
	trigger = {
		scope:culture = culture:arpitan
		OR = {
			scope:other_culture = culture:swabian
			scope:other_culture = culture:cisalpine
		}
	}
	hybrid = yes
}

schwiizer = {
	trigger = {
		scope:culture = culture:swabian
		OR = {
			scope:other_culture = culture:arpitan
			scope:other_culture = culture:cisalpine
		}
	}
	hybrid = yes
}

svcizzero = {
	trigger = {
		scope:culture = culture:cisalpine
		OR = {
			scope:other_culture = culture:arpitan
			scope:other_culture = culture:swabian
		}
	}
	hybrid = yes
}

a_arjelsaemien = { #Norðlender
	trigger = {
		scope:culture = culture:sami
		scope:other_culture = {
			has_cultural_pillar = heritage_north_germanic
		}
	}
	hybrid = yes
}

sudets_ti_ = { #Sudetští
	trigger = {
		scope:culture = culture:czech
		scope:other_culture = {
			has_cultural_pillar = heritage_central_germanic
		}
	}
	hybrid = yes
}

yrisch = { #Hispānian
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_west_germanic
		}
		scope:other_culture = culture:irish
	}
	hybrid = yes
}

hispa_nian = { #Hispānian
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_latin
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_iberian
		}
	}
	hybrid = yes
}

amezzyan = { #Arabs assimilated into the Berber Nomadic lifestyle
	trigger = {
		scope:culture = culture:butr
		scope:other_culture = {
			has_cultural_pillar = heritage_arabic
		}
	}
	hybrid = yes
}

maqil = { #Butr Nomads assimilated into the Arabic Nomadic lifestyle
	trigger = {
		scope:culture = culture:maghrebi
		scope:other_culture = culture:butr
	}
	hybrid = yes
}

gogleddwyr = { 
	trigger = {
				scope:culture = { has_cultural_pillar = heritage_brythonic }
				scope:other_culture = { has_cultural_pillar = heritage_north_germanic }
	}
	hybrid = yes
}

bretagner = {
	trigger = {
				scope:culture = { has_cultural_pillar = heritage_north_germanic }
				scope:other_culture = { has_cultural_pillar = heritage_brythonic }
		#any_sub_realm_county = {
		#	OR = {
		#		culture = scope:culture
		#		culture = scope:other_culture
		#	}
		#}
	}
	hybrid = yes
}

breatnach = {
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_goidelic
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_brythonic
		}
		#any_sub_realm_county = {
		#	OR = {
		#		culture = scope:culture
		#		culture = scope:other_culture
		#	}
		#}
	}
	hybrid = yes
}

iwerddonian = {
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_brythonic
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_goidelic
		}
	}
	hybrid = yes
}

sassenach = {
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_goidelic
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_west_germanic
		}
	}
	hybrid = yes
}

nord_lender = { #Norðlender
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_north_germanic
		}
		scope:other_culture = culture:sami
	}
	hybrid = yes
}

mikligardian = { 
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_north_germanic
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_byzantine
		}
	}
	hybrid = yes
}

varangians = { 
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_byzantine
		}
		scope:other_culture = {
			has_cultural_pillar = heritage_north_germanic
		}
	}
	hybrid = yes
}

vender = {
	trigger = {
		scope:culture = {
			has_cultural_pillar = heritage_north_germanic
		}
		OR = {
			scope:other_culture = culture:obotrite
			scope:other_culture = culture:pomeranian
			scope:other_culture = culture:polabian
		}
	}
	hybrid = yes
}

kassack = { #proto Cossack
	trigger = {
		OR = {
			AND = {
				scope:culture = culture:khazar
				scope:other_culture = { has_cultural_pillar = heritage_east_slavic }
			}
			AND = {
				scope:culture = { has_cultural_pillar = heritage_east_slavic }
				scope:other_culture = culture:khazar
			}
		}
	}
	hybrid = yes
}

polovtsian = { #Technically also Proto-Cossack, but takes the common name given to any turkic tribe the Rus encountered
	trigger = {
		OR = {
			AND = {
				scope:culture = { has_cultural_pillar = heritage_turkic }
				scope:other_culture = { has_cultural_pillar = heritage_east_slavic }
			}
			AND = {
				scope:culture = { has_cultural_pillar = heritage_east_slavic }
				scope:other_culture = { has_cultural_pillar = heritage_turkic }
			}
		}
	}
	hybrid = yes
}

new_frankish = {
	trigger = {
		OR = {
			AND = {
				scope:culture = culture:french
				scope:other_culture = culture:franconian
			}
			AND = {
				scope:culture = culture:franconian
				scope:other_culture = culture:french
			}
		}
	}
	hybrid = yes
}