# Do not change tags in here without changing every other reference to them.
# If adding new groups or cultures, make sure they are unique.

# Culture-specific opinion can be added to modifiers (E.G., norse_opinion = 5), but the modifier *has* to be defined in 00_modifier_definitions.txt as well. It also needs localisation. Works for groups as well

# Culture modifiers: modifier (applies to provinces), character_modifier, and settlement modifiers.
# The ID of the modifier can be defined here (E.G., modifier = modifier_name or character_modifier = modifier_name), while the effect of it must be defined in static_modifiers.txt, and the localisation in localisation. For the settlement modifiers you don't need to (and can't) define the ID; it defaults to culture name + settlement type. E.G., norse_temple

# nomadic_in_alt_start = yes - Will be Nomadic if the "Tribal & Nomadic" option is taken in the alt-start generation

north_germanic = {
	graphical_cultures = { westerngfx }
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	
	norse = {
		graphical_cultures = { norsegfx }
		alternate_start = {
			OR = {
				year < 1000 
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.3 0.55 0.8 }
		
		#  222  254  208  240 
		
		male_names = {
			 _  _  _   _  _ _ _  _  _  _   _ _ 
			  _  _  _ _    _ _  _ _ _   _ _ _ _ _ _ _ _ _ _ _ _  _
			   _   _   _  _   _ _ _ _    _ _   _ _
			_ _ _ _ _  _ _ _   _  и_ _    _ _ _    _ _ _
			 _ Ѹ_Ѹ Ѹ _ _  _ _ _ _ _ _ _ _    _  _  _ _ _
		}
		female_names = {
			 _ _  _ _ _ _ _  _   _ _
			  _ _ _   _  _   _   _ 
			 _  _ _ _ _ _  _  
			_ _ _  и_ и_  _  _  _
			_ _  _ _ _ _ _
		}
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no # The patronym is added as a suffix
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 0

		modifier = default_culture_modifier
		
		allow_looting = yes
		seafarer = yes
	}

	swedish = {
		graphical_cultures = { norsegfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.25 0.5 0.75 }
		
		male_names = {
			_ _  _ _  _  _   _ _ _ _  _   _ _ 
			   _ _ _  _   _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _  _ _  _ _ _ _   _ _   _ _ _
			_ _ _ _ _ _ _ϸ _ _ и_ _ _ Ѹ   _ _ _  _ _
			 Ѹ_Ѹ _ _ _  _ _ _ _ _ _ _ _   _ _  _
		}
		female_names = {
			  _ _ _ _  _ _ _   _ _ _   _ 
			_   _ _ _  _ _ _ _   _
			_ _ _ _   _ _ _ _ _ _  _
		}
		
		parent = norse
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no # The patronym is added as a suffix
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 80
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 0

		modifier = default_culture_modifier
		
		seafarer = yes
	}
	norwegian = {
		graphical_cultures = { norsegfx }
		alternate_start = { 
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.2 0.45 0.65 }
		
		male_names = {
			_ _ _     _  _  _ _  _ _   _  _
			_   _ _ _ _    _ _ _  _ _ _   
			_ _ _  _ _  _ _ _ _ _ _   _ _  _ _ _ 
			_ _ _ _
			 _ _   _     _
		}
		female_names = {
			_ _ _ _  _ _  _ _ _    _ _ _ 
			_ _ _ _ _  _ _ _ _   _ _  _ _  _
		}
		
		parent = norse
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no

		modifier = default_culture_modifier
		
		seafarer = yes
	}
	danish = {
		graphical_cultures = { norsegfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.15 0.4 0.55 }
		
		male_names = {
			_ _ _  _ _ _  _ _ _ _ _ _  _ _ _  _ _ _ _ _ _
			   _ _ _  _      _ _ _ _ _ _
			_  _ _  _ _  _ _ _ _ _ϸ _  _ _ _  и_ _   _
			  _ _ _   _ _ _ _  _  _ _ _  _
		}
		female_names = {
			_ _ _ _ _  _ _  _ _ _ _  _ _ _ _
			 _ _ _ _ _ _ _ _ _  _  _ _ _ _ _  
			_ _ _ _ _ _ _   _  _ _ _ _ _ _ _ _
		}
		
		parent = norse
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 80
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 0
		
		seafarer = yes
	}
}

central_germanic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { germangfx }

	german = {
		graphical_cultures = { germangfx }
		
		color = { 0.5 0.5 0.5 }

		male_names = {
			_ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _
			_  _ _ _ _ _ _
			_ _ _ _  _   _ _ _
			 _ _ _ _ _ _ _   _ _
			_ _ _ _ _ _ _  _
			  _ _ _   _  _ _ 
			_ _  _ _ _ _ _ _ _ _
			_ _ _ _ _  _ _ _ _ _
			_  _ _ _ _ _ _ _ _
			_ _ϸ _  _ _ _ _ _ _ _
			 _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _
			 _  _ _
		}
		female_names = {
			_ _ _ _ _   _ _
			_ _  _  _ _ _
			_ _ _ _  _ _
			 _ _  _ _ _ _
			_   _ _ _   _ _  _
			   _  _ _ _ _
			_ _  _ _ _ _
			_   _ _   _ _ _ _
			 _ _  _  _
		}
		from_dynasty_prefix = " "

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 5
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	lombard = {
		graphical_cultures = { germangfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.6 0.6 0.8 }

		male_names = {
			  _   _ _    _
			 _ _  _  _ _  _ _ _
			   _ _  _    _ _
			  _   _ _ _ _  
			_ _          _  
			 _   _ _  _ _
			 _    _ _ _  _
			 _ _     _   _
			_ _  _  _   _  _ 
			_   _ _  _   _ _ϸ
			   _   _ _   _
			_ _ _    _   _  _
			_    _  _ _   
			   _  _ _   _  _   _ _
		}
		female_names = {
			    _    _   
			   _  _ _       
			 _ _ _     _  _
			 _     _       _ 
			_  a  _       _
			    
		}

		from_dynasty_prefix = " "
		grammar_transform = french

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 25
		mat_grf_name_chance = 5
		father_name_chance = 40
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 5
		mother_name_chance = 25

		modifier = default_culture_modifier
	}
	old_frankish = {
		graphical_cultures = { germangfx frankishgfx westerngfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.3 0.3 0.5 }

		male_names = {
			   _         
			     _      
			  _   _      _
			 _ _      
			_ _   _ _    _   
			 _            
			             
			_ _         _ _   
			_ _        _ _  _
			 _ _ _  _ _     
			 _      _      _ _
			_ _   _ _ _ _   _  
			_  _  _ _ _    _   
			   _       _ _ _ _ _
			_  _ _ _  _    _ 
			    
		}
		female_names = {
			 _ _  _         
			            
			     _     _ _ _ 
			  _ _         
			       _ _     
			 _             
			       _     
			  _          
		}

		from_dynasty_prefix = " "

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 5
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	suebi = {
		graphical_cultures = { germangfx }
		alternate_start = {
			OR = {
				year < 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.7 0.7 0.7 }

		male_names = {
			           
			          
			          
			_           
			          
			          
			     _      
			           
			           
			 _         
			         _  
			           
			 _  _       _ 
			    
		}
		female_names = {
			             
			             
			             
			           
			           
			            
			           
		}

		from_dynasty_prefix = " "

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 5
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
}

west_germanic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { westerngfx }

	english = {
		graphical_cultures = { englishgfx }
		
		color = { 0.8 0.2 0.2 }
		
		alternate_start = {
			OR = {
				year >= 1100
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		# Does not exist in 1066 - is the result of cultural amalgamation between Saxon and Norman through events
		male_names = {
			_ _ _ _ _ _ _ _ _  _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _  _ _ _ _ _ _ _ _ _ _ _ _ _ϸ _
			_ _ _ _ _ _ _ _ _ _  _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _ _  _ _ _  _
			_ _ _ _ _ _ _ _ _ _ _
		}
		from_dynasty_prefix = " "
		bastard_dynasty_prefix = ""

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
	saxon = {
		graphical_cultures = { englishgfx saxongfx  }
		unit_graphical_cultures = { saxongfx englishgfx }
		
		color = { 0.8 0.3 0.3 }
		
		alternate_start = {
			OR = {
				year < 1100
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		male_names = {
			        _ _  
			_  _  _   _ 
			_       _ _  
			  _  _  _ _    _
			           _ _
			 _ _  _ _  _ _ _  
			   _ _  _ _ 
			     _   _ _ϸ _ _ _
			     _  _      
			   _  _ _ _  _ _  _
			 _            _ 
			_    _ _  _ _  _
			 _  _ _  _ _ _
			     _
		}
		female_names = {
			_            _
			          _   _
			      _ _ _     _
			     _ _    _   
			         _   _ 
			       _  _
			  
		}

		dukes_called_kings = yes

		from_dynasty_prefix = ""

		male_patronym = ""
		female_patronym = ""
		prefix = no # The patronym is added as a suffix

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 5
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	old_saxon = {
		graphical_cultures = { englishgfx saxongfx  }
		unit_graphical_cultures = { saxongfx englishgfx }
		
		color = { 0.5 0.1 0.1 }
		alternate_start = {
			OR = {
				year < 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		male_names = {
			 _ _ _    _ _ _ _
			  _ _ _ _ _  _ _ _
			_ _ _  _ _ _  _  _
			_ _    _ _ _ _  _ _
			 _ _ _ _    _ _   _ _
			_   _  _ _ _ _   
			  _ _ _     _ _ _ _
			_  _ _ _ _     -_
			_ _ _ _  _ _  _ _
			_ _  _ϸ _ _ _ _ _  _
			_ _ _ _ _ _  _ _
			 _ _  _ _      _  
			_  _ _ _   _ _   
			     _ _
		}
		female_names = {
			_A _  _ _  _ _  _  
			_ _   _    _ _ _
			 _   _ _  _ _ _ 
			_ _ _ _ _ _ _ _
			   _  _ _     _
		}
		
		baron_titles_hidden = yes
		count_titles_hidden = yes

		from_dynasty_prefix = ""

		male_patronym = ""
		female_patronym = ""
		prefix = no # The patronym is added as a suffix

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 5
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	frisian = {
		graphical_cultures = { englishgfx saxongfx }
		alternate_start = {
			OR = {
				year < 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.7 0.3 0.0 }
		
		male_names = {
			           _   
			  _             
			         _   
			   _    _ _   
			           _   
			   _ _ _  _  _
			   _         
			 _        _ _ _
			_          _  _ 
			_       _  _ 
			             
			     
		}
		female_names = {
			 _ _         _
			_      _   _
			    _       _  _
			      _ _ _  e _
			     _  
		}
		
		baron_titles_hidden = yes
		count_titles_hidden = yes

		from_dynasty_prefix = " "

		male_patronym = ""
		female_patronym = ""
		prefix = no # The patronym is added as a suffix

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 5
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	dutch = {
		graphical_cultures = { germangfx }
		
		color = { 0.96 0.39 0.08 }
		alternate_start = {
			OR = {
				year >= 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		male_names = {
			_ _  _  _ _   _ _
			 _ _ _  _  _ _  _  
			  _   _ _ _ _ 
			  _ _   _ _ _ _ 
			_   _ _ _ _ _
			_ _ _    _  _
			_ _   _ϸ  _ _ _ _ _
			 _ _ _  _ _ _ _  _
			 _  _ _
		}
		female_names = {
			_ _ _  _ _ _  _    _ _
			_  _ _ _ _ _ _ _ _ 
			_ _ _ _   _   _  _ _ _
			_  _ _ _ _ _ _ _  _ _ _
			_ _ _   _ _  _ _ _ _ _ 
			   _  _ _
		}
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
}

latin = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { westerngfx }

	frankish = {
		graphical_cultures = { frankishgfx westerngfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}
		
		color = { 0.8 0.8 0.2 }
		male_names = {
			_  _ _ _ _ _ _ _  _ _
			_  _  _ _ _ _ _   _
			_ _ _ _ _ _ _ _ _ _
			_   _ _  _ _ _ _   _
			_ _ _  _ _ _   _ _
			_   _ _ _ _ _ _ _  _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ϸ  _ _ _ _ _ _  _
			    _ _ _ _ _ _  
		}
		female_names = {
			_   _ _ _ _ _ _  _ _
			_ _ _ _  _   _ _  _ 
			_ _ _   _ _ _ _ _ _  
			_ _ _ _ _ _  _ _
			_ _ _   _ _ _ _ _ _ _
			_  _  _ _ _ _ _ _
			_  _ _   _    _
			_ _ _ _ _
		}
		from_dynasty_prefix = " "
		grammar_transform = french

		modifier = default_culture_modifier

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 60
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 60
		mother_name_chance = 10
	}
	
	norman = {
		graphical_cultures = { normangfx }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		color = { 0.8 0.7 0.1 }
		
		male_names = {
			_ _ _  _ _ _   _ _ _   _
			_  _  _ _ _ _   _  _ 
			_     _ _ _ _ _ _   _
			_   _   _ _ _  _ _ _ _ _ _
			_     _      _ _ _  _ _
			_ _ _ _      _ _ _ _    
			_ _ _  _
		}
		female_names = {
			_ _ _  _  _  _     _ 
			  _ _   _ _   _   
			_   _ _  _        _  
			_ _   _  _ _ _     _
			  _ _ _    _ _
		}
		from_dynasty_prefix = " "
		grammar_transform = french
		
		bastard_dynasty_prefix = ""
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
		
		seafarer = yes
	}
	italian = {
		graphical_cultures = { italiangfx southerngfx westerngfx }
		
		color = { 0.95 0.95 0.75 }

		male_names = {
			  _  _ _  _ _  _  _   _
			  _  _     _ _   _ _ _ _ _ _ _ _ _  _  _ _  _ _  
			_  _ _      _ _ _ _ _  
			 _ _  _ _ _  _   _  _ _ 
			 _ _   _ _ _    _   _  _ _
			_  _  _ _ _ _ _ _ _ _ _ _ _ _
			 _  _  _   _   _ _   _ _ _
			_ _  _  _ _   _  _    
			 _ _   _ _ _  _ _ _ _   _
			 _ _ _ _ _ _ _ _ _ _   _ _ _
			 _  _ _  _ _ _     _
			 _ _ _ _  _ _ _ _ _  _ _  _ _
			_ _ _ _  _ _  _   _ _  _ _ _
			     _   _  _  _ _ _ _ _ _
			_   _ϸ _  _  _ _ _ _ _ _ _ _ _
			 _  _ _ _   _  _ _ _ _ _ _
			 _ _      _  _   _ _ _ _
			 _  _ _   _ _ _ _  _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			   _ _ _ _  _    _  _ 
			_  _ _  _  _ _   _ _  
			_ _ _ _ _ _    _ _ _ _ 
			_ _ _    _ _ _ _ _  _
			_ _  _ _  _   _  _ _ _ _ _
			_ _ _  _    _   _ _ _ _ _
			_ _ _  _ _ _  _ _  _ 
			_ _ _ _ _ _  _
		}
		from_dynasty_prefix = " "

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
	occitan = {
		graphical_cultures = { trueoccitangfx occitangfx }
		
		color = { 0.9 0.9 0.4 }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			 _ _ _ _ _ _ _ _   _ _ _ _   _ _ _
			 _ _ _ _ _ _ _ - - _ _  _ _
			_ _ _ _    _ _ _  _ _
			_  _ _ _ _ _ _ _ _ _  _
			_  _ _ _ _  _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _  _
			_ _ _ _ϸ - -  _ _ _ -_- _ _
			_ _ _ _ _  _ _ _ _  _ _ _
			 _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _  _ _  _
			  _ _  _ _  _  _ _ _ _
			_ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _
			 _ _ _ _  _ _  _  _ _
			_ _ _ _ _ _ _ _  _
			_ _  _ _ _ _  _ _
			_    _  _ _ _ _ _ _ _
		}
		from_dynasty_prefix = " "
		grammar_transform = french
		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
	roman = {
		graphical_cultures = { romangfx southerngfx trueoccitangfx occitangfx }
		
		color = { 0.8 0.2 0.2 }
		
		used_for_random = no
		alternate_start = { has_alternate_start_parameter = { key = culture value = full_random } }

		male_names = {
			  _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ - _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			 _ _  _ _ _  _ _ _ _ _
			_   _     _       
			 _     _ _   _     
			  _ _  _ _ _      _ 
			_  _ _ _ _ _       _
			 _         _      _
			 _  _ _
		}
		from_dynasty_prefix = ""

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 0
		father_name_chance = 50
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 50
		mat_grm_name_chance = 50
		mother_name_chance = 0
		
		disinherit_from_blinding = yes

		modifier = default_culture_modifier
	}
	dalmatian = {
		graphical_cultures = { dalmatiangfx italiangfx southerngfx westerngfx }

		color = { 0.8 0.8 0.2 }

		used_for_random = no

		male_names = {
			_ _     
			_     
			_ _ _ _ _  _
			_ _ _ _ _ _ _ _ _
			_ _ _ϸ _ϸ _ϸ _ϸ  
			_ _ _  
		}
		female_names = {
			_ _ _    _ _ _      _ 
			    _
			_ _ _  _   
			  _ _   
		}
		from_dynasty_prefix = " "

		disinherit_from_blinding = yes

		modifier = default_culture_modifier
	}
	outremer = { 
		graphical_cultures = { outremergfx andalusiangfx southerngfx muslimgfx }
		alternate_start = {
			has_alternate_start_parameter = { key = culture value = full_random }
		}
		
		color = { 0.52 0.61 0.15 }
		
		used_for_random = no
		
		male_names = {
			_  _ _ _ _ _ _ _  _ _
			  _  _ _ _ _ _   _
			_ _ _ _ _  _ _ _ _
			_   _ _  _ _ _ _   _
			_ _ _  _ _ _   _ _
			_   _ _  _ _ _ _  _ _
			_ _   _ _ _ _ _ _ _   _ _
			_ _ _ϸ  _ _ _ _ _ _  _
			    _ _ _ _ _ _  
		}
		female_names = {
			_   _ _ _ _ _ _  _ _
			_ _ _ _  _   _ _  _ 
			_ _ _   _ _  _ _ _  
			_ _ _ _ _ _  _ _
			_ _ _   _ _ _ _ _ _ _
			_  _  _ _ _ _ _ _
			_  _ _   _    _
			_ _ _ _ _
		}
		from_dynasty_prefix = " "
		grammar_transform = french

		modifier = default_culture_modifier

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 60
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 60
		mother_name_chance = 10
	}
	sardinian = {
		graphical_cultures = { italiangfx southerngfx }
		
		color = { 0.85 0.75 0.05 }

		male_names = {
			 _ _ _ _  _
			_ _ _ _  _ _
			_ _  _ _  _ _
			 _ _   _ _  _
			 _ _ _ _  _
			_  _ _ _ _
			_ _  _  _  _   
			_ _ _  _   _ _ 
			_ _ _ _  _ _ _
			 _ _   _  _ _   
			_ _ _  _ _  _
			 _ _  _ _ _ _ _
			_  _ _       _
			_ _ _ϸ  _ϸ       
			_ _ _ _      
			  _    _ _  
			_  _   _   _
			_     _ _   
			   _
		}
		female_names = {
			_ _     _ _
			_ _ _ _ _ _
			_ _ _  _ _ _
			_ _ _  _ _ _
			_ _ _ _ _ _ _
			_ _ _ _ _ _ 
			_ _ _ _ _  _ _ _
			_ _ _  _ _ _  _
			_ _  _   _  _ _
			_  _ _ _ _  _ _
			_ _ _  _   _
			_ _ _ _ _   
			_ _ _ 
		}
		from_dynasty_prefix = " "

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 30
		mat_grf_name_chance = 10
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 20
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
}

iberian = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { occitangfx }

	basque = {
		graphical_cultures = { italiangfx trueoccitangfx occitangfx }
		
		color = { 0.55 0.42 0.04 }

		male_names = {
			_ _ _ _ _ _ _ _ _ _
			_ _ _  _ _ _ _  _
			 _ _ _ _ _ _ _ _ _ _ϸ
			_ _ _ _ _ _

#			Abdala Isa Ismail Mohamed Motarrif Muza Saad Salama Taur Yahya Yunus Zahir
		}
		female_names = {
			_ _  _  _ _ _  _
			_ _ _ _ _ _ _  _ 
			_ _ _ _ _

#			Awriya
		}
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		grammar_transform = spanish

		pat_grf_name_chance = 80
		mat_grf_name_chance = 5
		father_name_chance = 5
		
		pat_grm_name_chance = 55
		mat_grm_name_chance = 15
		mother_name_chance = 20

		modifier = default_culture_modifier
	}
	castillan = {
		graphical_cultures = { southerngfx }
		
		color = { 0.95 0.82 0.09 }
		
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ϸ _ _ _
			_ _ _  _
		}
		female_names = {
			_  _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		grammar_transform = spanish

		pat_grf_name_chance = 45
		mat_grf_name_chance = 15
		father_name_chance = 30
		
		pat_grm_name_chance = 40
		mat_grm_name_chance = 10
		mother_name_chance = 40

		modifier = default_culture_modifier
	}
	catalan = {
		graphical_cultures = { southerngfx }
		
		color = { 0.85 0.75 0.08 }
		
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ - _ -  _ _
			_ _ _ _  _ _ _ - _
			_ _ _ _ _ _ϸ _ - _ -_-
			- _ _ _ 
		}
		female_names = {
			_ _  _ _ _  _ _ _
			 _ _  _ _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = " "
		grammar_transform = french

		pat_grf_name_chance = 50
		mat_grf_name_chance = 10
		father_name_chance = 30
		
		pat_grm_name_chance = 40
		mat_grm_name_chance = 25
		mother_name_chance = 25

		modifier = default_culture_modifier
	}
	portuguese = {
		graphical_cultures = { southerngfx }
		
		color = { 0.75 0.67 0.07 }
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_  _ _ _  _ _ _ _
			_ _ _ _ _  _ _ _ _
			_ _ _ _ _ _ _ϸ _ϸ _ _ _
			_ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _  _ _ _
			 _  _ _ _ _ _ _ _
			_  _ _ _
		}
		from_dynasty_prefix = " "
		male_patronym = ""
		female_patronym = ""
		grammar_transform = spanish

		modifier = default_culture_modifier

		pat_grf_name_chance = 55
		mat_grf_name_chance = 5
		father_name_chance = 30
		
		pat_grm_name_chance = 60
		mat_grm_name_chance = 15
		mother_name_chance = 15
	}
	visigothic = {
		graphical_cultures = { southerngfx }
		
		color = { 0.55 0.55 0.15 }
		alternate_start = {
			OR = {
				year < 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_   _    _ _ 
			_ _ _ _ _  _ _  
			_  _ _  _ _ _ϸ _ _
			_ _  _  _ _ _  

			#_      _ _  
			#      _ _  _
			# _ _  _
		}
		female_names = {
			  _   _ _  _ _
			_ _ _  _  _   
			_  _  _  _ _ _

			#        _ 
			#    
		}
		from_dynasty_prefix = " "
		grammar_transform = french

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 5
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
}

byzantine = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures =  { easterngfx }

	arberian = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.7 0.2 0.9 }

		male_names = {
			      _ _               _ _             _  _    _              _ϸ     _    _   
		}
		female_names = {
			                            _ 
		}
		
		from_dynasty_prefix = " "

		disinherit_from_blinding = yes
		
		modifier = default_culture_modifier
	}

	armenian = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.5 0.2 0.5 }

		male_names = {
			    _  _ _ _  _  _   _  o_ϸ _ _  _ _
			_ _ _    _ _ _ _ _  _ _ _  _ _  _ _    
			_  _ _ _  _ _ _  _   _ _ _       _       _ 
		}
		female_names = {
			 _   _          _  _   
			         _ _ _        _   
			   _     _ 
		}
		
		from_dynasty_prefix = ""
		
		disinherit_from_blinding = yes
		
		modifier = default_culture_modifier
	}
	greek = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.8 0.3 0.8 }

		male_names = {
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _ _ _  _ _ _  _
			_ _ ϸ_ϸ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_  _ _ _  _ _ _ _ _ _  _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _  _ _  _ _
			 _ _ _ _  _   _  _   _  _
			_    _ _ _  _ _ _ _ _ _  _ _ _ _
			 _ _ _ _ _     _  _ _ _ _ _ _ _ _ _
			_ _ _ _Ը _ _ _   _  _ _ _  _ _ _ _
		}

		from_dynasty_prefix = ""

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 50
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 50
		mat_grm_name_chance = 50
		mother_name_chance = 0
		
		disinherit_from_blinding = yes

		modifier = default_culture_modifier
	}
	alan = {
		graphical_cultures = { easternslavicgfx }
		
		color = { 0.7 0.5 0.7 }

		male_names = {
			          _        _     -  
			   _     _    _         
			  _      _             _       
		}
		female_names = {
			   _        _    _   _ 
			   _     _    _     
		}	
		
		from_dynasty_prefix = " "
		
		male_patronym = "-"
		female_patronym = "-"
		prefix = no
		
		disinherit_from_blinding = yes
		
		modifier = default_culture_modifier
	}
	georgian = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.6 0.3 0.8 }

		male_names = {
			_  _ _   _  _ _ _   _ _ _ _ _ _ 
			_  _ _   _   _   _  _   _  _ _  
			 _ _  _ _ _ _ _   _  
		}
		female_names = {
			_          _        _   
			 _    _          	
			_    
		}
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = no
		
		disinherit_from_blinding = yes

		modifier = default_culture_modifier
	}
	
	assyrian = {
		graphical_cultures = { persiangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.4 0.3 0.6 }

		male_names = {
			_ _ _ _ _ _     _  _ _   _   _  _ " '" -- - _ _  _ _ _   
			_ _ _ _  - ` - - - - _  _ϸ _ϸ   _ _ _ _
			_  _    _ _    _  _  _ _ _ _ _ _ - _    _  - _     _ _
			_ _ _ _ _ _   _ _ _   _ _   `_   _ _ _   _
			_     _  _  _ϸ    _ _ _ _  _  _ _ _ `_ _ -_   _ _ _  _ 
			         _ _   _  -   _ _ _ _ _ _
			`_ `_   _ _ _ `_ _ _    _ _ _ _ _   _ _ _ _ _ _ 
		}
		female_names = {
			 _   _   _ _ _ _ _ _  _  _ _  
			 _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _   _ _  _ _ _ _ _ _ _ _   _ _ _
			_ _ _ _ _  _ _ _ _ _ _ _ _ _ _ _
		}

		from_dynasty_prefix = ""
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes

		modifier = default_culture_modifier
	}
	
	coptic = { #copto-egyptian
		graphical_cultures = { byzantinegfx }
		
		color = { 0.6 0.4 0.6 }

		male_names = {
			_  _ _   _ _ _ _
			_        _ _      _ _
			_   _ _ _ _ _ϸ _ _ _
			_   _   _ _ _  _  _  _ _
			_    _ _ _ _ _  _  _
			_ _ _ _                
			                   
			_     _  _  _ _ _ _
			_ _ _ _
		}
		female_names = {
			    _   _  _ _   _ _   _
			 _ _ _ _        ` ` _   
			_   _      _
		}
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		female_patronym = ""
		prefix = yes

		modifier = default_culture_modifier
	}

	crimean_gothic = {
		graphical_cultures = { crimeangfx byzantinegfx }
		
		color = { 0.8 0.4 0.8}

		male_names = {
			 _ _ _ _  _ _ _  _   
			_ _   _ _ _ _ _  
			_ _ _ _ _ _ _ _ _ _
			_ _ _ _  _ _ _ _ _ _ _ _
			_ _ _ _ _ _   _ _ _ _
			_ _ϸ _  _ _ _  _    _
			_  _ _ _ _ _  _  _
			_ _   _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ 
			_ _ _  _ _ _ _
			_  _ _ _ _ _ _ _ _ 
			_ _ _ _ _ _ _ _ _   _ _
			_ _ _ _ _ _
		}

		from_dynasty_prefix = ""

		modifier = default_culture_modifier

		disinherit_from_blinding = yes
	}
}

celtic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { westerngfx }

	irish = {
		graphical_cultures = { celticgfx }
		
		color = { 0.3 0.8 0.8 }

		male_names = {
			_  _ _  _   _ _         
			 _   _        _     
			 _     _   _         _
			 _    _     _        _
			      _         _  
			    _ -         _ _ 
			  _ _   _   _         
			  _   _ _         _ _
			          - - - - -- - - -   
			 _    _    _   _  _ _  
			_    --   _ _ _          
			     _    _          _ 
			_   _ _        _ _      _
			  _    - _   _      _  
			 _                 
			                   - -_
			- - -_ -- -_ -_   - _     
			  _    _ _         _  _
			     _       -        - - 
			     _    - - - - - - -_ -
			-_ - - - -_ - - - -_ - - - - -
			-          _ _     _     
			  _ _ _ϸ _ _ _       _ _  
			     _       _ _ _ _    _ 
			_    _ _      _  _ _   
			  _      _   _  _ _    
			_ 
		}
		female_names = {
			  _  _  _    - - - - _ -   -
			  _    _    _ _    _ 
			 -_  _ -_ -   - - -      
			_ _  _  _ _    _        _
			_          _ _ _ _ _ _ _ -
			-_ _  _ _ -  _   _      _  _
			 _ _            _
		}
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		male_patronym = ""
		female_patronym = ""
		prefix = yes
		bastard_dynasty_prefix = ""
		modifier = default_culture_modifier
		pat_grf_name_chance = 30
		mat_grf_name_chance = 15
		father_name_chance = 5
		
		pat_grm_name_chance = 30
		mat_grm_name_chance = 15
		mother_name_chance = 10
	}
	scottish = {
		graphical_cultures = { celticgfx }
		
		color = { 0.3 0.7 0.7 }
		
		alternate_start = {
			OR = {
				year >= 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _
			_ _ _  _  _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _  _ _ _  _ _
			_ _ _ _ _  _ _ _ _ _ _ _
			  _ _ _ _ _ _  _
			_ _ _ _  _ _  _ _ _
			_ _ _ϸ _ _ _ _ _ _ _ _  _
			_ _ _ _ _ _ _ _ _ _ _ _
			_ _ _
		}
		female_names = {
			 _ _ _ _ _  _ _ _ _ _ _
			_ _ _ _ _ _  
			_ _  _ _ _  _ _  _ _ _ _
			   _  _   _  _ _ _
			  _ _  _ _  _ _ _ _
			_ _ _ _ _ _ _ _ _ _
			_ _  _   _ _ _ _ _  _ _ _
		}
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		prefix = yes
		bastard_dynasty_prefix = ""
		modifier = default_culture_modifier
		pat_grf_name_chance = 30
		mat_grf_name_chance = 15
		father_name_chance = 5
		
		pat_grm_name_chance = 30
		mat_grm_name_chance = 15
		mother_name_chance = 10
		
		tribal_name = "TRIBAL_NAME_PROV_CLAN"
	}
	pictish = {
		graphical_cultures = { celticgfx }
		
		color = { 0.2 0.6 0.6 }
		
		alternate_start = {
			OR = {
				year < 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _  _  _   _ _ _  _ _ _
			_  _ _ _ _  _ _ _  _  
			_  _  _ _ _  _ _   _  _
			_ _ _ _  _ _     _ _ _ _ϸ
			_ _ _ _ _ _ _ _ _ _   _
			  _ _ _   _  _ _ 
		}
		female_names = {
			_ _ _  _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _
		}
		
		dukes_called_kings = yes
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes

		modifier = default_culture_modifier
		
		pat_grf_name_chance = 30
		mat_grf_name_chance = 15
		father_name_chance = 5
		
		pat_grm_name_chance = 30
		mat_grm_name_chance = 15
		mother_name_chance = 10
		from_dynasty_prefix = ""
		tribal_name = "TRIBAL_NAME_PROV_CLAN"
	}
	welsh = {
		graphical_cultures = { celticgfx }
		
		color = { 0.3 0.8 0.6 }

		male_names = {
			 _ _ _ _ _ _ _ _ _ 
			_  _  _ _  _  _ _
			 _   _   _ _ _ _ _
			_ _ _ _ _ _  _ _  
			  _ _  _ _ _  _ _  
			_    _   _ _  _ 
			_ _ _   _ _ _  _
			_ _   _   _ _ _ 
			   _ _  _ _  _  _
			_ _ _ _ _ _ _  _ _
			_  _     _ _ _ _ _
			_  _ _ _  _ _    _
			_ _  _ _   _ _  _
			  _ _ _ _ _ _  _
			_  _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _  _   _
			_ _  _  _ _ _ _ _  _
			_ _ _  _ _ _ _ _
			_ _ _ _  _ _ _ _  _
			_ _  _  _ _ _ _ϸ   
			_ _ _  _ _ _ _ _
			_ _   _ _ _ _ _ _ _
			 _ _  _  _ _ _ _ 
			_    _ _ _ _   _
			_    _ _ _ 
		}
		female_names = {
			_ _   _ _  _ _    
			 _ _ _    _  _ _ 
			 _    _ _ _ _  _ _ _
			 _   _  _  _ _  _  _ 
			_   _ _  _       _
			_   _    _  _   _ _ _
			 _ _ _ _  _ _ _ _
			_  _  _ _ _ _   _
			 _ _  _ _ _ _Ը _ 
		}
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		male_patronym = " "
		female_patronym = " "
		prefix = yes

		modifier = default_culture_modifier

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 80
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 0
	}
	breton = {
		graphical_cultures = { celticgfx }
		
		color = { 0.3 0.5 0.4 }
		
		male_names = {
			 _ _ _ _ _ _   _ _ 
			     _  _   _ 
			_  _ _ _  _ _ _ _
			 _ _ _ _    _ _
			 _ _          
			_  _  _    _    
			   _ _ _  _ _  _
			_  _     _    
			   _    _ _ _ _ _
			_    _ _ _    
			_ _ _ _ _ _   _   _
			_ _ _  _ _ _ _   _
			_  _   _ _ _ _ _ _
			 _ _ _ _ _ _ _ _ _ _
			   _    _ _  _   
			   _    _      _
			 _            
			 _  _ _     _ _ 
			_      _      
			        _  _
			_    _      _ _  
			_ _ _      _   
			 _     _  _ _  _ _
			_ _ _   _     _  
			_  _ _ _       
			_ _  _ _   _ _  _
			_ _  _ _  _   _ 
			  _    _ _ _ _ _ _
			_  _      _ϸ _ _   _
			 _ _ _       _ _ _
			    _ _ _ _ _   _ 
			_ _ _            _
			_ _       _ _  _
			 _ _   _ _
		}
		female_names = {
			 _ _ _ _ _  _ _  _   
			   _           
			    _ _   _ _  _ 
			_   _  _ _  _  _
			_   _          _ _
			_ _ _  _     _ _   
			_ _             
			 _  _ _  _      _
			 _ _ _    _ _  _  
			    _ _ _      _ _
			 _   _    _       
			       _  _  _  
			     _        _   
			_    _   
		}
		
		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes

		modifier = default_culture_modifier
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 80
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 50
		mother_name_chance = 0
	}
}

finno_ugric = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	finnish = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.1 0.6 0.6 }

		male_names = {
			                    _ 
			  _                   
			     _ _ _ _ _ _ϸ _ _
			_ _ _ _  _ _  _  _ _
			_ _  _    _
		}
		female_names = {
			  _   _       _ _         
			                _ _ _
			_ _ _ _      
		}
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	lappish	 = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.4 0.75 0.85 }

		male_names = {
			                 
			    _               
			  
		}
		female_names = {
			                   
			     
		}
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	ugricbaltic = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.3 0.7 0.7 }

		male_names = {
			                    
			     ո      
			          _    
			         _      
			         _      
			  _              
			          Ҹ Ҹ Ҹ Ҹ Ҹ 
			              
			    
		}
		female_names = {
			                     
			                      
			              ϸ      
			          
		}

		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	komi = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.5 0.75 0.25 }

		male_names = {
			              _           
			    -                    
			      _              
			                
		}
		female_names = {
			                
			                   
			                
			               
			       
		}
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	
	khanty = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.4 0.65 0.20 }

		male_names = {
			              _           
			    -                    
			                    
			                
		}
		female_names = {
			    -            
			                   
			                
			               
			       
		}
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	
	samoyed = { # AKA Nenets
		graphical_cultures = { ugricgfx }
		
		color = { 0.3 0.75 0.75 }

		male_names = {
			                              
		}
		female_names = {
			              
		}
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	mordvin = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.3 0.7 0.7 }

		male_names = {
			     _             
			                
			                   
			           
		}
		female_names = {
			   -            
			                 
			              
			               
			         
		}
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	meshchera = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.3 0.5 0.5 }

		male_names = {
			     _             
			                
			                   
			           
		}
		female_names = {
			   -            
			                 
			              
			               
			         
		}
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
}

baltic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	lettigallish = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.5 0.5 0.1 }

		male_names = {
			           _      
			             _    
			               
			     _           
			    _ _         
		}
		female_names = {
			                    
			    
		}
		from_dynasty_prefix = " "

		modifier = default_culture_modifier
	}
	lithuanian = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.56 0.55 0.2 }

		male_names = {
			            _     
			              
			   _          
			              
			         
		}
		female_names = {
			                  
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	prussian = {
		graphical_cultures = { ugricgfx }
		
		color = { 0.56 0.55 0.4 }

		male_names = {
			        _        
			     
		}
		female_names = {
			         
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
}

altaic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { turkishgfx mongolgfx muslimgfx }

	turkish = { # Oghuz Turkish
		graphical_cultures = { turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.85 0.55 0.15 }

		male_names = {
			   _ - _ _  - - -                   -      
			_         _ _  _ -  _  - - -   _          _ _ _ -  _ _ _  _  _ _ _   Ѹ _      _  _     -                _
		}
		female_names = {
			_ _  _ _ _ _ _ _   _ _ _  _     _ 
			_ _  _ -_-      _ _    _  _ _ _
			_  _ _ _  _     _ _  _ _ _    _
			_ _ _ _ _  _ _ _ _ _ _ _ _ _ 
		}
		
		from_dynasty_prefix = " " #
		
		male_patronym = ""
		prefix = no
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	pecheneg = { # Oghuz Turkish
		graphical_cultures = { turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.85 0.79 0.25 }

		male_names = {
			                    
			               
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _ _ _ -_- _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	cuman = { # Kipchak Turkish
		graphical_cultures = { cumangfx turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.75 0.60 0.20 }

		male_names = {
			                     
			                
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _ _ _ -_- _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	khazar = { # Oghur Turkish
		graphical_cultures = { turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.7 0.45 0.1 }

		male_names = {
			_ _                         
			                   _    
			_ _ _ _ _ _ _ _ _
		}
		female_names = {
			_    _ _ _ _ _ _ _ _ _ _  _  _ _ _  _ _ _ _
			_ _ _ _    _  _     _  _  _ _ 
			_ _ _ _ _ _ _ _ _ _ _  _ _ _ _ _ _ _ 
		}
		
		#founder_named_dynasties = yes

		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	bolghar = { # Oghur Turkish
		graphical_cultures = { turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.7 0.65 0.15 }
		
		male_names = {
			    _  _         _     
			                      
			                    _
			          _            
			        _                
			_       _  

		}
		female_names = {
			_    _ _ _ _ _ _ _ _ _ _ _ _  _ _ _  _ _ _ _
			_ _ _ _   _  _    _  _   _ _
			_ _ _ _ _ _ _ _ _ _ _  _ _ _ _ _ _ _ _
		}

		#founder_named_dynasties = yes

		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	avar = { # Oghur Turkish
		graphical_cultures = { turkishgfx easterngfx }
		secondary_event_pictures = bedouin_arabic

		color = { 0.7 0.7 0.3 }
		alternate_start = {
			OR = {
				year < 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			 _    _    _              _          
			                                  
			                         _       
			   _                          _  
			   _       _          _          

		}
		female_names = {
			_ _ _ _ _ _ _  _ _ _ _  _ _ _ _        _  _     _
			 _  _   _ _ _ _ _ _ _ _ _ _ _ _ _  _ _  _ _ _ _ _
			 _ _ _ _ _
		}

		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	karluk = {
		graphical_cultures = { cumangfx turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.65 0.50 0.15 }

		male_names = {
			                    
			                   
			                    
			                    
			       e            
			                  
			                  
			                   
			                   
			                    
			            
		}
		female_names = {
			             
			    
			        
		}
		
		from_dynasty_prefix = ""
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	kirghiz = {
		graphical_cultures = { cumangfx turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.85 0.72 0.30 }

		male_names = {
			                     
			                     
			                     
			                   
			                     
			                   
			                 
			                   
			                    
			                   
			                       
			        
			      
		}
		female_names = {
			 
			                    
			                     
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes
		
		male_patronym = " "
		female_patronym = " "
		prefix = no # The patronym is added as a suffix

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	uyghur = {
		graphical_cultures = { cumangfx turkishgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.85 0.75 0.50 }

		male_names = {
			         
			                    
			                   
			                      
			                     
			                     
			                   
			                   
			                  
			                    
			                   
			                       
		}
		female_names = {
			                  
			            
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}

	mongol = {
		graphical_cultures = { mongolgfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		alternate_start = { has_alternate_start_parameter = { key = culture value = full_random } }
		horde = yes
		
		color = { 0.4 0.4 1.0 }

		male_names = {
			                      
			                     
			                      
			                     
			                      
			               -  
		}
		female_names = {
			-               _                      
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes
		
		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
	
	khitan = {
		graphical_cultures = { chinesegfx mongolgfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		dynasty_name_first = yes
		
		horde = yes
		
		color = { 0.8 0.8 0.3 }

		male_names = {
			                             
			                               
			                              
			                           
		}
		female_names = {
			                     C-       
		}
		
		dynasty_title_names = yes
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes

		allow_looting = yes
		
		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}

	jurchen = {
		graphical_cultures = { chinesegfx mongolgfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		alternate_start = { has_alternate_start_parameter = { key = culture value = full_random } }
		dynasty_name_first = yes

		horde = yes
		
		color = { 122 114 92 }

		male_names = {
			                                                                                ø ø                                                                                                                                                                                       
		}
		female_names = {
			                                                                                                                         
		}
		
		
		dynasty_title_names = no
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes
		
		allow_looting = yes
		
		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
}

arabic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { muslimgfx }
	
	bedouin_arabic = { 
		graphical_cultures = { arabicgfx muslimgfx }
		
		color = { 0.1 0.75 0.1 }

		male_names = {
			-_-  -_- - -_- -_- _ _   _     
			 _ _   _ _  _ _  _ _   _ _ _  _
			_  _ _ _ _ _  _  _   _     
			  _  _  _ _ _ _  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _                     

		}
		female_names = {
			    _    _ _ _       _   
			         _          
			     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _    _     
		}
		from_dynasty_prefix = "" #
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	maghreb_arabic = { # Berber
		graphical_cultures = { berbergfx arabicgfx muslimgfx }
		
		color = { 0.2 0.9 0.2 }

		male_names = {
			  _ _ - - -_- -_ _   _  
			                  
			  _       _ _   ``_ _  
			 `       _          
			_      _     ` ` `     
			 _   ` ``               
			  _ _    ` _         _ 
			  a     _    `_  _   `      _ _ 
			_     _   _     _    _
			_           _   
			    ` M`     ` ` _ _  _ _ _
			_ ' _   _ _ _  `_   _ 
			_           ``_       _
			  _    _ e`   `    `   
			_   `     _ _ _  `    `   _ _ _ _ _ _ -_- _- _- _ _ _ _ _- _- _- _- _ _ _ _ _ _-
		}
		female_names = {
			      _      _ _ _     
			              `  ``   
			       _     ``      `
			            _         ` 
			           _   ` `    
			     T`ae `            
			          `      
			                  
			       ``      ` `      _
			   _ _ _ _ _
		}
		
		from_dynasty_prefix = "" #
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		allow_looting = yes
		seafarer = yes

		modifier = default_culture_modifier

		pat_grf_name_chance = 60
		mat_grf_name_chance = 20
		father_name_chance = 10
		
		pat_grm_name_chance = 40
		mat_grm_name_chance = 20
		mother_name_chance = 30
	}
	levantine_arabic = {
		graphical_cultures = { levantinegfx arabicgfx muslimgfx }
		
		color = { 0.3 0.95 0.3 }

		male_names = {
			- - -_- -_- -_- _     _  _ _ _ _ϸ _ 
			  _   _ _  _ _   _  _  _ _
			 _   _ _  _  _   _  _ _ 
			   _ _ _ _  _ _ _ _ _ _ _ _ _ -_- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _- _ _ _ _- _ _ _ _ _ _ _ -_ _ _ _ _- _ _ _ _ _ _ _ _ _ _ _                    
		}
		female_names = {
			_ a_  _     _      _      _ 
			  _   _               _
			  _   _  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _        
		}
		from_dynasty_prefix = "" # ""
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	egyptian_arabic = {
		graphical_cultures = { egyptiangfx levantinegfx arabicgfx muslimgfx }
		
		color = { 0.1 0.6 0.1 }

		male_names = {
			_  _ - -_- - -_- _
			_   _ -_-  _ _ _
			_ _  _ _ _ _ _ _ 
			_   _ _ _ _ϸ _  _
			_  _ _ _  _ _  _ _ 
			_ _ _ `_    _  _ _
			 _ _ _  _ _ _ _  _
			 _  _ _    _   ` _ _  _ `
			 _ _   _ _ _ _   _ _ _ _ _ _ _ _ _ -_- _ _ _- _ _ _- _ -_- _ _ _ _ _ _ _- _-        
		}
		female_names = {
			 _         _ _
			_   _      
			 _      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _  _ 
		}
		from_dynasty_prefix = "" # ""
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		modifier = default_culture_modifier
	}
	andalusian_arabic = {
		graphical_cultures = { berbergfx andalusiangfx } #westerngfx
		
		color = { 0.4 0.6 0.1 }
		
		alternate_start = {
			OR = {
				year >= 1000
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ - - -_ - _ _- _ 
			-_- _ _ _ _ _ _ _ _  _ _ _  _ _
			 _   _ _ _      _  _ _ 
			_ _ _ _  _ _ _ _ _ _ -_- _ _- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _- _ _ _- _ _ _ _ _ _ _ -_ _ _- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _-            
		}
		female_names = {
			   _ _     _   _    a_  _ _
			 a_ _ _   _ _    _ _       
			_  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _    
		}
		from_dynasty_prefix = "" #
		
		male_patronym = " "
		female_patronym = " "
		prefix = yes
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		modifier = default_culture_modifier

		pat_grf_name_chance = 60
		mat_grf_name_chance = 20
		father_name_chance = 10
		
		pat_grm_name_chance = 40
		mat_grm_name_chance = 20
		mother_name_chance = 30
	}
}

east_slavic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	russian = {
		graphical_cultures = { easternslavicgfx }
		
		color = { 0.2 0.4 0.1 }
		alternate_start = {
			OR = {
				year >= 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _ _ _ _ _ _ _ Ը_ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _  _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = ""
		#from_dynasty_suffix = ""
		dukes_called_kings = yes
		#male_patronym = ""
		#female_patronym = ""
		prefix = no

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 40
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 30
		mat_grm_name_chance = 30
		mother_name_chance = 0

		modifier = default_culture_modifier
	}
	ilmenian = {
		graphical_cultures = { easternslavicgfx }
		
		color = { 0.45 0.6 0.2 }
		alternate_start = {
			OR = {
				year < 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = "" #from_dynasty_suffix = ""
		baron_titles_hidden = yes count_titles_hidden = yes
		#male_patronym = ""
		#female_patronym = ""
		prefix = no

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 40
		father_name_chance = 0
		dukes_called_kings = yes
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 30
		mat_grm_name_chance = 30
		mother_name_chance = 0

		modifier = default_culture_modifier
	}
	severian = {
		graphical_cultures = { easternslavicgfx }
		
		color = { 0.5 0.8 0.3 }
		alternate_start = {
			OR = {
				year < 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = "" #from_dynasty_suffix = ""
		baron_titles_hidden = yes count_titles_hidden = yes
		#male_patronym = ""
		#female_patronym = ""
		prefix = no

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 40
		father_name_chance = 0
		dukes_called_kings = yes
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 30
		mat_grm_name_chance = 30
		mother_name_chance = 0

		modifier = default_culture_modifier
	}
	volhynian = {
		graphical_cultures = { easternslavicgfx }
		
		color = { 0.65 0.8 0.3 }
		alternate_start = {
			OR = {
				year < 800
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		male_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _  _ _ _ _ _
			_ _ _ _ _
		}
		from_dynasty_prefix = "" #from_dynasty_suffix = ""
		baron_titles_hidden = yes count_titles_hidden = yes
		#male_patronym = ""
		#female_patronym = ""
		prefix = no

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 40
		father_name_chance = 0
		dukes_called_kings = yes
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 30
		mat_grm_name_chance = 30
		mother_name_chance = 0

		modifier = default_culture_modifier
	}
}

west_slavic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	pommeranian = {
		graphical_cultures = { westernslavicgfx }
		
		color = { 0.4 0.6 0.4 }

		male_names = {
			_ _ _ _  _ _  _ _ _ _ _ _ _ _ _
			_ _ _ _ _  _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
			_ _  _ _ _ _ _ _ _  _ _ _ _ _ 
			_ _ _ _ _ ϸ_ϸ  _ _ _ _ _ _ _  _ _
			 _ _ _  _ _ _   _ _ _ _ _ _
			_  _ _ _ _ _ _  _ _
		}
		female_names = {
			_ _  _ _ _  _   _ _ _ _ _ _  _
			_  _ _ _ _ _  _ _ _ _ _  _ _ _ _
			_ _ _   _ _ _  _ _ _  _ _ _ _
			_  _ _  _ _ _ _ a_ _ _ _  _ _
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	bohemian = {
		graphical_cultures = { westernslavicgfx }
		
		color = { 0.4 0.6 0.5 }
		
		male_names = {
			_ _ _ _  _ _  _ _ _ _ _ _ _ _  _ _
			_   _ _ _ _  _ _ _ _  _ _ _  _  
			 _ _  _  _ _ _ _  ϸ_ϸ _ _ _ _  _
			_  _   _ _  _ _ _  _ _ _ _
			_ _  _   _
		}
		female_names = {
			_ _ _ _   _ _ _ _ _ _ _ _ _
			 _ _ _ _ _ _ _ _ _ _  _ _ _ _
			_ _ _   _ _ _ _ _  _ _  _ 
			_ _ _ _ _  _
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	polish = {
		graphical_cultures = { westernslavicgfx }
		
		color = { 0.4 0.6 0.55 }
		#   ,  .
		male_names = {
			_ _ _  _ _ _ _ _ _ _ _ _ 
			_ _ _ _ _ _ _ _ _  _ _    _ 
			_ _ _ _ _  _ _ _ _ _ _ _ _ _ _ _ _ 
			_ _  _  _  _ _ _ _   _ _ _ _ 
			ϸ_ϸ   _ _ _  _  _  _   _
			_ _  _  _ _ _ _  _  _ _ _
			_ _ _ _  _ _  _ _ _ _ 
			_
		}
		female_names = {
			_  _ _ _ _  _  _ _ _ _ _ _ _
			_ _ _ _ _ _  _ _ _ _ _ _ _  _
			_ _    _  _  _  _ _ _ _
			_ _ _ _ 
		}
		from_dynasty_prefix = "" from_dynasty_suffix = ""

		#male_patronym = ""
		#female_patronym = ""
		prefix = no

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 40
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
	slovieni = {
		graphical_cultures = { westernslavicgfx }
		
		color = { 0.4 0.6 0.35 }

	male_names = {
			 _   _ _  _ _   _ 
			  _  _ _ _ _ _ _    
			  _ _ _ _ _ _ _ _  _   _    
			_ _ _ _  _ _   _       _  _
			 _ _ _  _    _ _  _  _ _ _  
			_ _    _   _  _  _  _ _  
			     _  _ _
	}
	female_names = {
			  _ _ _    _   _ _  _
			       _ _ _  _  
			 _   _  _ _         
	}
		from_dynasty_prefix = ""
		
		#male_patronym = ""
		#female_patronym = ""
		#prefix = no

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 40
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 40
		mother_name_chance = 5
	}
}

south_slavic = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	croatian = {
		graphical_cultures = { croatsouthslavicgfx }
		
		color = { 0.4 0.2 0.2 }

		male_names = {
			_ _ _  _ _ _ _ _ _ _ _ _ _  y _ _ _ _
			_  _ _ _   _ _ _ _ _ _  _ _ _ _ _
			_  _ϸ  _ _ _ _  _ _  _ _ _  _  _ 
			 _
		}
		female_names = {
			_ _ _  _ _ _ _ _   _   _ _  
			_  _ _ _   _  _ _ _ _    _ _
			 _ _ _ _ _  _  _    _ 
		}
		
		from_dynasty_prefix = " "

		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 40
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 40
		mother_name_chance = 5
		
	}
	serbian = {
		graphical_cultures = { serbsouthslavicgfx }
		
		color = { 0.5 0.3 0.3 }

		male_names = {
			_   _ _  _ _  _ _ _ _ _ _  _ _ 
			_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _     _ _  _ _
			_ _ϸ  _ _  _ _ _ _   _ _ _ _   _ _ _
			_     _
		}
		female_names = {
			_ _ _ _ _ _  _ _   _ _    _ _
			   _    _ _       _  
			_ _         y    
		}
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		prefix = no

		modifier = default_culture_modifier
	}
	romanian = {
		graphical_cultures = { serbsouthslavicgfx }

		color = { 0.6 0.4 0.4 }

		male_names = {
			_ _ _ _     _ _ _  _
			_ _ _   _ _  _ _ _ _ _
			_ _ _ _ _ _  _ _  _  _ _
			_ _  _ _ _ϸ  _  _  _ _ _
			_  _   _ _ _ _ _ _ _
			_ _  
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _ _  _
			_ _ _ _ _ _ _ _  _ _ _ _
			_ _ _ _    _  _ _ _
			_ _ _  

		}
		
		from_dynasty_prefix = " "

		male_patronym = ""
		prefix = no

		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 40
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 40
		mother_name_chance = 5

		modifier = default_culture_modifier
	}
	bulgarian = {
		graphical_cultures = { serbsouthslavicgfx }
		
		color = { 0.7 0.5 0.5 }

		male_names = {
			_  _ _ _  _ _  _ _ _ _ _ _  _ _ _
			_ _   _ _ _  _ _ _ _  _  _  _ϸ
			 _      _ _ _ _ _ _ _ _ _ _ _ _ _
		}
		female_names = {
			_    _  _ _  _  _ _ _ _ 
			_  _ _ _   _ _ _ _ _      _  _ _
			 _ _ _  _ _  _ _ _ _ _   _
		}
		
		from_dynasty_prefix = " "

		male_patronym = ""
		female_patronym = ""
		prefix = no

		modifier = default_culture_modifier
	}
	bosnian = {
		graphical_cultures = { croatsouthslavicgfx }
		
		color = { 0.3 0.1 0.1 }

		male_names = {
			_  _  " "     _       _ _  
			_ _ϸ _ _ _ _  _     _   _    _  
			   _  _ 
		}
		female_names = {
			_ _ _       _  _   _ 
			_  _ _ _ _  
		}
		
		from_dynasty_prefix = " "

		male_patronym = ""
		
		modifier = default_culture_modifier
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 40
		mat_grf_name_chance = 10
		father_name_chance = 10
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 10
		mat_grm_name_chance = 40
		mother_name_chance = 5
		
	}
	carantanian = {
		graphical_cultures = { serbsouthslavicgfx }

		color = { 0.5 0.3 0.5 }

		male_names = {
			      _   _          _         _              _ _             _         _                         _  _                        _                           _                     _ _   _                                                                  
			  _   _               _    _      _  _  _      _    _ _         _                     _  _ _  _   _  _      _      _    _           _     _   
		}

		female_names = {
			      _                         _ _                   _       _       _    _      _                             
			 _  _                _                 _ _                                                    
		}

		from_dynasty_prefix = " "
		
		male_patronym = ""
		prefix = no

		modifier = default_culture_modifier
	}
}

magyar = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }

	hungarian = {
		graphical_cultures = { magyargfx westerngfx }
		
		color = { 0.5 0.6 0.3 }

		male_names = {
			_  _   O_  _ _ _   _  _ _  _ _ 
			_    _ ĸ_ o_  _   _ o_ _ _ _ _ _ _  
			_ _ _ _  _ _ _ _ _ _ o  _ _ _ _ _ _ ˸_ _
			_  _ _ _ _ _ _ _ _ _ _ _ _ _ _ϸ _ _ _  
			_ _  _   _ _ _ _ _ _ _
		}
		female_names = {
			_ _ _ _ _ _ _ _ _ _  _  _ _ o   _ _
			 _ _ _  _ _ _  _ _ _ _ _ _ _ _ _ _
			_ _ _ _ _ _ _ _ _ _ _  _ _ _ _ _ 
			_ _  _ _   _ _ _
		}
		
		dynasty_name_first = yes
		
		from_dynasty_prefix = " "
		
		male_patronym = ""
		prefix = no

		allow_looting = yes

		modifier = default_culture_modifier
		nomadic_in_alt_start = yes
	}
}

iranian = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { muslimgfx }

	persian = {
		graphical_cultures = { persiangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.8 0.4 }

		male_names = {
			_ _ _ _ _ _  _ _  _ _ _    _ 
			_ _    _  _ _  _  _ _ _ _ _ _ _ _
			_ _ _  _ _   _ _  _ _  _ _  _
			 _ _ _ _ _   _ _ _ _ _  _ _
			_ _ _ _ _ _ _ _ _   _ _        _ _
			  _   _ _ _ _ _ _ _ _ _ _  _ _ _
			  _ _  _  _  _ 
		}
		female_names = {
			          _        _   
			   _ _ _      _     _
			 _   _   _   _  _ _  
			 _   _ 
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		male_patronym = ""
		female_patronym = ""
		prefix = no
		from_dynasty_prefix = ""		
		modifier = default_culture_modifier
	}

	sogdian = {
		graphical_cultures = { persiangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.43 0.32 0.32 }
		
		male_names = {
			        -      
			             -      -         - 
			 -     -      
			 _ - - _ _ _   
			_   _ -_- _ _ - _ _
			 _ _ _ - _  _ _  _
			 _   _ _  _ _  -
			 - _ -_ _  _ _   _
			-  _ _ _ _ _  _ _ 
			_ _ _   _   _  _ 
			     _   _  _    
			   _  _   _   
			_ _ _ -_-   _ _   _ 
			_ _ _     _ _     
			_ _ _ _  _ _ _  _   
			  _    _   _  _ _
			_   _ _ _  _ _     
			 _    _ `_ _ _ _
		}
		female_names = {
			      _ _ _    _ _ _ _ _
			_ _   _ _  _ _  _ _
			_ _ _  _  _ _  _ _
			_ _
		}
		
		dukes_called_kings = yes
		#founder_named_dynasties = yes

		from_dynasty_prefix = " "
		male_patronym = " "
		female_patronym = " "

		modifier = default_culture_modifier
	}
	
	tocharian = {
		graphical_cultures = { persiangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.75 0.45 0.95  }
		
		male_names = {
			#Tocharian B
			   _ _         _   _         _                        _                   _        _                   _        
			                         _                 _                 
			_         _                      _                                       _        
			                              _     
		}
		female_names = {
			#Tocharian B
			             _ _                      _   _     _    
		}
		
		dukes_called_kings = yes
		#founder_named_dynasties = yes

		from_dynasty_prefix = " "
		male_patronym = " "
		female_patronym = " "

		modifier = default_culture_modifier
	}
	
	kurdish = {
		graphical_cultures = { persiangfx } #arabicgfx
		secondary_event_pictures = bedouin_arabic

		color = { 0.3 0.35 0.1 }

		male_names = {
			_  -    _    _   _  _  _ _
			_ _ _ _  _ _ _ _ _ _ 
			_ _ _ _ _ _ _
			_ _ _ _ _  _ _ _ _ _
			_ _ _ _ _ _ _   _ _ _  
			_ _  _  _ _    _ _
			_ _  _   _ _ _ _ _ _
			_ _ _ _ _     _
			_  _ _   _ _ _   _  _  _ _
			  _  _ _ _ _
			_ _ _ _ _ _ _  _  _ 
			_ _ _ _ _ _ _ _ _ _ _ _ _ _
		}

		female_names = {
			                  _           
			                           _
			                         
			                 _   _     
			                       
			     _               _        
			             _                 
			                           
			 _                              
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		male_patronym = " "
		female_patronym = " "
		prefix = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	afghan = { # a.k.a. Pashtun
		graphical_cultures = { persiangfx } #arabicgfx
		secondary_event_pictures = bedouin_arabic

		color = { 0.6 0.6 0.1 }

		male_names = {
			          _     
			 _   _       
			_      _      
			             _
			    _        
			   _    _    
			_        _     
			       a_  _                                     
		}

		female_names = {
			               
			       _     
			_             
			              _
			        _    
			        _      
			              
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		male_patronym = ""
		female_patronym = ""
		prefix = no
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	baloch = {
		graphical_cultures = { persiangfx } #arabicgfx
		secondary_event_pictures = bedouin_arabic

		color = { 0.4 0.4 0.05 }

		male_names = {
			_           _  
			  _          
			     _         
			  _            
			              
			      _                      - - - -                 
		}

		female_names = {
			               
			        _     
			    _         
			               
			   _                     
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes

		male_patronym = ""
		female_patronym = ""
		prefix = no
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	saka = {
		graphical_cultures = { persiangfx } #arabicgfx
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.4 0.2 0.75  }
		
		male_names = {
			                   
			                 
			               
			               
			                
			                        -     -       -  -        -         - -             
		}
		female_names = {
			                                            
		}

		dukes_called_kings = yes
		
		from_dynasty_prefix = " "
		male_patronym = " "
		female_patronym = " "

		modifier = default_culture_modifier
	}
}

east_african = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { muslimgfx }

	ethiopian = {
		graphical_cultures = { africangfx westafricangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.4 0.4 0.3 }

		male_names = {
			e                     _          _   _ _ _ _ _ _ _                        _ _   _          _ _ _ _ 
		}
		female_names = {
			    _              
			                  _ 
			             a     
			      _     
		}
		
		#founder_named_dynasties = yes
		dukes_called_kings = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	somali = {
		graphical_cultures = { africangfx westafricangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.2 0.2 0.1 }

		male_names = {
			   _ _ -_-   _ _   
			  _ _         
			_   _     _ _
			_ _     _ ` `   
			   _ _   _ _
		}
		female_names = {
			             
			           
			      _     _
			       _ 
		}
		
		#founder_named_dynasties = yes
		dukes_called_kings = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	nubian = {
		graphical_cultures = { africangfx westafricangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.6 0.6 0.5 }

		male_names = {
			_  _ _ _ _  _   _ _ _
			 _   _ _    _   _
			_ _ _ _ _ _ _ _  _ _ _ _ _ 
			_ _ _ _ _ _ _ _  _ _ _ 
			 _    _ _  _     _
			_ _ϸ _ϸ    _     _ _  _  _
			 _ _ _ _ _   _ _
		}
		female_names = {
			             _  _  
			    _    _  _  _  _    
			 _  _ _ _ _ _            _ 
			  _ _  _ _    _      
		}
		
		#founder_named_dynasties = yes
		dukes_called_kings = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	daju = {
		graphical_cultures = { africangfx westafricangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.95 0.9 0.65 }
		
		male_names = {
			_ _                     _    _ _ _      _              _       _    _ 
		}
		female_names = {
			                            
		}
		
		#founder_named_dynasties = yes
		dukes_called_kings = yes
		
		allow_looting = yes
	}
}

central_african = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { muslimgfx }
	
	kanuri = {
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.45 0.75 }
		
		male_names = {
			_     _ _     _ _            _              _            _   _    _  _ _        _  _  _ _ _ 
		}
		female_names = {
			_  _ _ _     _ _   _ _    _ _ _       _  
		}
	}
	
	hausa = {
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.9 0.55 0.8 }
		
		male_names = {
			 _  _-    _ _  _ _   _         _       _            _                _    _  _ _ _ _   _ _ _ _  _          _         _  _ _   _             _ _        _       _ _ _ _ _     _       _ _  
		}
		female_names = {
			 _  _ _ _        _                _ _    _  _  _ _ _  _  _    _     _   _ _ _              _      _ _ _ _   _   _  _    _ _  _        _   _       _    _
		}
	}
	
	zaghawa = {
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.9 0.35 0.85 }
		
		male_names = {
			 _ _   _ _  - _ _      _   _     _  _     _    _        _ _ _
		}
		female_names = {
			_ _     _   _ _      _ _           _ 
		}
	}
}

west_african = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { muslimgfx }
	
	manden = {
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.45 0.45 0.2 }

		male_names = {
			-_- _-   _ - -_- -   -  
			         _ _   
			-          _ _   
			            '  
			_     - - Ma -  _
			       _ - -  
			  _   _  _  _   
		}
		female_names = {
			             
			_  _       _    
			        
		}
		
		#founder_named_dynasties = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	soninke = {
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.35 0.35 0.2 }
		
		male_names = {
			_-  
			   _       
			         _ 
			      _
			          
			 '     - _
			    
			        _     
			  -      
			   
			 
		}
		female_names = {
			      
			     
			_ _  _ 
			    
			  
			  
			      
			 _
		}
	}
	songhay = {
		color = { 0.5 0.35 0.10 }
		
		graphical_cultures = { westafricangfx africangfx }
		secondary_event_pictures = bedouin_arabic
		
		male_names = {
			  _ _ -        
			                     
			    _  _   
			   -   
			     _
			_   _   
			                              
			  _   -     _ 
			   
			 -       
			   _   _     
		}
		
		female_names = {
			 _  _ _ 
			   
			 _ _ 
			  _   
			       _
		}
	}
}

mesoamerican = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { mesoamericangfx muslimgfx }
	alternate_start = { has_alternate_start_parameter = { key = culture value = full_random } has_dlc = "Sunset Invasion" }

	nahuatl = {
		graphical_cultures = { mesoamericangfx }
		color = { 1.0 0.5 0.0 }
		
		horde = yes
		
		used_for_random = no
		
		male_names = {
			                      
			                     
			                     
			              
		}
		female_names = {
			                     
			      -                   
			               
			         
		}
		
		from_dynasty_prefix = ""
		#founder_named_dynasties = yes
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 0
		father_name_chance = 0
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0

		allow_looting = yes

		modifier = default_culture_modifier
	}
}

israelite = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { easterngfx }
	alternate_start = { has_alternate_start_parameter = { key = culture value = full_random } }

	ashkenazi = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.6 0.3 0.6 }

		male_names = {
			_ _ _ _ _ _       _       
			 _       _ _ _    _ _   _
			_ _  _ _        _     
			  _     _       _   _  
			_   _      _  
			ϸ_ϸ    _ _  _        _
			_ _    _ _  _ _ _  _ _ _
			 _  _ _    _ _ _
		}
		female_names = {
			_ _ _ _  _   _ _  _ _ _ _ _
			  _ _ 
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
	sephardi = {
		graphical_cultures = { byzantinegfx }
		
		color = { 0.7 0.2 0.7 }

		male_names = {
			_ _ _ _ _ _       _       
			 _       _ _ _    _ _   _
			_ _  _ _        _     
			  _     _       _   _  
			_   _      _  
			ϸ_ϸ    _ _ _ _        _
			_ _    _ _  _ _ _  _  _
			 _  _ _    _ _ _
		}
		female_names = {
			_ _ _ _  _   _ _  _ _ _ _ _
			  _ _ 
		}
		
		from_dynasty_prefix = ""

		modifier = default_culture_modifier
	}
}

indo_aryan_group = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { indiangfx muslimgfx }
	
	bengali = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.45 0.0 0.0 }
	
		male_names = {
			    
			     
			   
			    
			   
			   
			     
			     
			     
			      
			      
			     
			     
			      
			     
			      
			     
			     
			     
			" " "" "" " " " " 
			" " " "  " " " "
			"" " "  " " "  " 
			" " " " " " " " "  " 
			" " " " " " " " " "
			         
			      
			     
		}
		female_names = {
			    " "     " " 
			          
			   
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	oriya = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.4 0.0 }
	
		male_names = {
			       
			        
			         
			         
			         
			          
			          
			       
			        
			         
			        
			         
			          
			           
			         
			    
		}
		female_names = {
			          
			          
			         
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	assamese = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.6 0.3 0.0 }
	
		male_names = {
			      
			      
			      
			    
			    
			      
		}
		female_names = {
			       
			       
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}

	hindustani = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.9 0.1 0.0 }
	
		male_names = {
			_ _      _ _ _
			_ " " _ _    _ _
			- _ _   _ _ _  _
			_ _ _        _
			_   _ _  _ _ 
			     _ _   _ _
			   _ _ _ _ _ _ 
			_ _ _ _ _ _    _
			_ _ _     _ _ 
			_ _   _ _ _  _
			_    _ _ _ _ 
			  _ _       _
			_ _ _         
			          _ _ 
			_ _ _ _      
			_ _  _ _       
			_ _    _ _   _
			_  _ _ _ _  _
			_          _ _
			 _ _        
			   
		}
		female_names = {
			       
			         
			      
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		modifier = default_culture_modifier
	}
	
	gujurati = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.4 0.2 0.2 }
	
		male_names = {
			   _  -    -  
			-        - _ _
			- -  -     -  
			-        -  
			 _ _ _ _ _
			 _  -      _
			-_     _ _ -_
			-- -_       _ -
			_   -_     _
			 _ - - -  - _
			_        _
			_     -      
			  _ _  -_   -
			  _ _ _    
			  -      _ -_
			_ _ -_ -  -  
			   -      _ -_
			         _
			_  _ _ _ _ _
			      _ _ -
			-       -  _ 
			
		}
		female_names = {
			         
			          
			         
		}
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		modifier = default_culture_modifier
	}
	
	panjabi = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.3 0.2 }
	
		male_names = {
			  " "          
			     _   
			  " " " " " "  
			       
			          " "  
			    " " " "  
		}
		female_names = {
			         
			        
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	rajput = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.6 0.0 0.0 }
	
		male_names = {
			_ _      _ _ _
			_ " " _ _    _
			_ - _ _   _ _ _
			 _ _ _ _      
			 _ _   _ _  _
			_       _ _  
			_ _    _ _ _
			_ _ _  _ _ _
			_ _ _    _ _ _
			_    _ _  _ _
			  _ _ _  _ _  
			 _ _ _ _    _
			_       _ _
			_ _          
			         _ _ 
			_ _ _ _     
			 _ _  _ _    
			   _ _    _ _
			  _ _  _ _ _
			_  _ _      
			   _ _  _ _ 
			           
			  _  -    -   -  
			    - _ _ - -  -  
			  -   -      -
			   _ _ _ _ 
			_  -      _ -_
			  _ _ -_ -- -_  
			   _ - _   -_  
			  _ _ - -  - _
			_       _ _  
			 -        _ _ -_
			 -   _ _    -  
			  _ -_ _ _ -_  -
			    -     _ -_  
			    _ _  _ _ _
			_ _     _ _ -
			-      -  _ 
		}
		female_names = {
			       
			         
			      
			      
			        
			           
		}
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		from_dynasty_prefix = ""
		castes = yes
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		modifier = default_culture_modifier
	}

	sindhi = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 1.0 0.2 0.0 }
	
		male_names = {
			_ _ _ _ " "    _
			  " "   " " " " " "
			" "   _  _    _  
			_ _ _ -   _   
			 _          _ 
		}
		female_names = {
			     " "
			      
			    
			  
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}

	marathi = { # Indo-Aryan
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.2 0.0 }
	
		male_names = {
			          
			        
			       
			     
			     
			      
			o      
			       
			       
			       
			        
			       
			       
			      
		}
		female_names = {
			        
			       
			           
			        
			         
		}
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		from_dynasty_prefix = ""
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		modifier = default_culture_modifier
	}

	sinhala = { # Indo-Aryans who arrived in Sri Lanka ca 600BC
		graphical_cultures = { indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 1.0 0.3 0.3 }
		
		male_names = {
			            
			         
			            
			           
			          
			           
			             
			_     
		}
		female_names = {
			             
			           
			          
			              
			           
			             
			            
		}
		
		dynasty_title_names = yes
		#founder_named_dynasties = yes
		
		castes = yes
		
		pat_grf_name_chance = 35
		mat_grf_name_chance = 20
		father_name_chance = 25
		
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 5
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	nepali = {
		graphical_cultures = { bodpagfx indiangfx southindiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.65 0.25 0.1  }
		
		male_names = {
			                                          
		}
		
		female_names = {
			                            
		}
		
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
}

dravidian_group = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { southindiangfx indiangfx muslimgfx }

	tamil = { # Dravidian - Southern India except Sri Lanka
		graphical_cultures = { southindiangfx indiangfx muslimgfx }
		secondary_event_pictures = bengali
		
		color = { 1.0 0.7 0.2 }
		
		male_names = {
			_ _ _  _ _ 
			 _ _  _    _  _
			 _   _ _ _ _  _  
			_ _ _ _  _   _  _
			_ _  _ _ _ _   _
			       _  _ _
			_   _  _ _ _ 
			     _  _   _
			_ _    _
			 _ _ _ _
			_ _ _ϸ  _     _ _   _
			_  _ _  _    
			 _  _ _  _  _ _
			_  _   _ _
			_ _ _ _ _   
		}
		female_names = {
			_ _  _      _  
			         
			         
			          
			          
			         
			      _       
			             
			           
			_    _ _    _    
			          
			         
		}
		dynasty_title_names = yes

		#founder_named_dynasties = yes
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 0
		mat_grm_name_chance = 0
		mother_name_chance = 0
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	telugu = { # Dravidian
		graphical_cultures = { southindiangfx indiangfx muslimgfx }
		secondary_event_pictures = bengali
		
		color = { 0.8 0.8 0.0 }
		male_names = {
			            
			         
			         
			         
			        
			_ _
		}
		female_names = {
			           
		}
		
		dynasty_title_names = yes

		#founder_named_dynasties = yes
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	kannada = { # Dravidian
		graphical_cultures = { southindiangfx indiangfx muslimgfx }
		secondary_event_pictures = bengali
		
		color = { 0.8 0.6 0.0 }
		male_names = {
			           
			       
			       
			    
			       
			        
			        
			        
			        
			       
			    
			    
		}
		female_names = {
			       
			       
			 
		}
		
		dynasty_title_names = yes

		#founder_named_dynasties = yes
		
		# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		
		castes = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
}

tibetan_group = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { bodpagfx mongolgfx indiangfx muslimgfx }
	
	bodpa = { # Tibetan
		graphical_cultures = { bodpagfx mongolgfx indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 1.0 0.2 0.0  }

		dynasty_name_first = yes
		
		male_names = {
			              
			              
			    _       
			            
			            
			     _       
			            
			            
			            
			            
			             
			             
			            
			 
		}
		
		female_names = {
			             
			_          
			            
			         _   
			            
			   _         
			             
			    
		}
		
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	tangut = {
		graphical_cultures = { bodpagfx mongolgfx indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		dynasty_name_first = yes
		
		color = { 0.8 0.3 0.0  }
		
		male_names = {
			              
			              
			               
			             
			             
			             
			              
			               
			               
			                
			              
			                
			             
			              
			             
			             
			       
		}

		female_names = {
			               
			               
			                  
			                
			                
			               
			                
			                
			               
			             
			    
		}
		
		pat_grf_name_chance = 50
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 0
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
	zhangzhung = { # Zhangzhung
		graphical_cultures = { bodpagfx mongolgfx indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 1.0 0.4 0.0  }

		alternate_start = {
			OR = {
				year < 1000 
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		dynasty_name_first = yes
		
		male_names = {
			           
			           ø   
			             
			            
			             
			              
			  _            
			              
			             
			 Ҹ             
			   
		}
		
		female_names = {
			 _          _
			             
			     _       
			  _         
			   e           
		}
		
		pat_grf_name_chance = 25
		mat_grf_name_chance = 25
		father_name_chance = 25
		
		pat_grm_name_chance = 25
		mat_grm_name_chance = 25
		mother_name_chance = 25
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	sumpa = { # Sumpa
		graphical_cultures = { bodpagfx mongolgfx indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		color = { 0.8 0.2 0.1  }
		
		alternate_start = {
			OR = {
				year < 1000 
				has_alternate_start_parameter = { key = culture value = full_random }
			}
		}

		dynasty_name_first = yes
		
		male_names = {
			          
			            
			          
			       
		}
		
		female_names = {
			_        
			          
			         
			          
		}
		
		pat_grf_name_chance = 20
		mat_grf_name_chance = 30
		father_name_chance = 20
		
		pat_grm_name_chance = 20
		mat_grm_name_chance = 25
		mother_name_chance = 30
		
		dukes_called_kings = yes
		baron_titles_hidden = yes
		count_titles_hidden = yes
		
		allow_looting = yes
		from_dynasty_prefix = ""
		modifier = default_culture_modifier
	}
	
}

chinese_group = {
	alternate_start = { NOT = { has_alternate_start_parameter = { key = special_culture value = animal_world } } }
	graphical_cultures = { chinesegfx mongolgfx indiangfx muslimgfx }
	
	han = {
		graphical_cultures = { chinesegfx mongolgfx indiangfx muslimgfx }
		secondary_event_pictures = bedouin_arabic
		
		dynasty_name_first = yes
		
		color = { 211 44 44 }

		male_names = {
			                                                                                                                                                                                                                                                                                                      
		}
		female_names = {
			                                                                                                                                                                                                                                                            
		}
		
		dynasty_title_names = no
		
		from_dynasty_prefix = ""
		
		modifier = default_culture_modifier
	}
}