@correct_culture_primary_score = 100
@better_than_the_alternatives_score = 50
@always_primary_score = 1000

e_north_sea_empire = {
	color = { 79 123 123 }#60 90 120		ice-blue-green#79 123 123		2# 69 129 136 	bright-blue-green#65 136 136 		ice-grey#108 136 194	Dark Blue# 56 91 120
	color2 = { 69 129 136 }

	capital = c_sjaelland
	
	definite_form = yes
	
	ai_primary_priority = {
		if = {
			limit = {
				culture_group = culture_group:north_germanic_group
			}
			add = @correct_culture_primary_score
			add = @better_than_the_alternatives_score
		}
	}
}

e_czechoslovakia = { # 체코슬라바키아 체코국장에서 4사분면를 슬로바키아 국장으로
		color = { 158 102 36 }
		color2 = { 200 0 0 }

		capital = c_brno # Brno
		
		ai_primary_priority = {
			if = {
				limit = {
					culture = culture:czech
				}
				add = @correct_culture_primary_score
			}
		}

		allow = {
			k_bohemia = { has_holder = no }
			k_moravia
		}
	}
	
k_slovakia

k_iceland = {
	color = { 255 245 245 }
	color2 = { 220 220 220 }
	
	capital = c_vestisland # Reykjavik

	cultural_names = {
		norse = cn_island
		norwegian = cn_island
	}
}

e_serbia = {
	color = { 113 98 61 }
	color2 = { 255 255 255 }
	
	capital = c_rashka # Novo Trgovište
	
	ai_primary_priority = {
		if = {
			limit = {
				culture = culture:serbian
			}
			add = @correct_culture_primary_score
		}
	}
}

e_romania = {
	color = { 237 147 52 }
	color2 = { 255 255 255 }
	
	capital = c_campulung # Campulung
	
	ai_primary_priority = {
		if = {
			limit = {
				culture = culture:vlach
			}
			add = @correct_culture_primary_score
		}
	}
}

