﻿### EK NOTE: As new skins get added (either from vanilla or our own), add them to the list just below plox

# Norse skin: Nords
norse = {
	is_shown = {
		has_dlc_feature = the_northern_lords
		# EK EDIT
		#OR = {
		#	has_culture = culture:norse
		#	AND = {
		#		religion = religion:germanic_religion
		#		culture = { has_cultural_pillar = heritage_north_germanic }
		#	}
		#}
		culture = { has_cultural_pillar = heritage_atmoran }
	}
}

# Iberian skin: Yokudans
iberian = {
	is_shown = {
		has_dlc_feature = the_fate_of_iberia
		# EK EDIT
		# culture = { has_cultural_pillar = heritage_iberian }
		OR = {
			culture = { has_cultural_pillar = heritage_yokudan }
			has_culture = culture:strident
		}
	}
}

# Iranian Skin: Dunmer
iranian = {
	is_shown = {
		has_dlc_feature = legacy_of_persia
		# EK EDIT
		# culture = { has_cultural_pillar = heritage_iranian }
		OR = {
			culture = { has_cultural_pillar = heritage_dunmeri }
			culture = { has_cultural_pillar = heritage_dwemeri }
			culture = { has_cultural_pillar = heritage_chimeri }
		}
	}
}

#Byzantine Skin: Nibenese
byzantine = {
	is_shown = {
		has_dlc_feature = roads_to_power
		#EK EDIT
		#culture = { has_cultural_pillar = heritage_byzantine }
		OR = {
			has_culture = culture:nibenese
			has_culture = culture:heartlander
		}
	}
}

nomad = {
	is_valid = {
		has_dlc_feature = khans_of_the_steppe
	}
	is_shown = {
		government_has_flag = government_is_nomadic
	}
}
