e_rebels = {
	rebel = yes
	landless = yes
	primary = yes

	culture = swedish
	tribe = yes

	color={ 0 0 0 }
	color2={ 0 0 0 }
}

e_pirates = {
	pirate = yes
	landless = yes
	primary = yes

	culture = swedish
	tribe = yes

	color={ 0 0 0 }
	color2={ 0 0 0 }
}

# SPECIAL TITLES

k_papal_state = {
	color={ 255 249 198 }
	color2={ 220 220 0 }
	
	capital = 333 # Rome
	
	title = "POPE"
	foa = "POPE_FOA"
	short_name = yes
	location_ruler_title = yes
	
	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = catholic
	
	religion = catholic
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo
		Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus
		Nicolaus Sergius Silvester Stephanus Urbanus Victor
	}
}

k_orthodox = {
#	color={ 150 90 30 }
	color={ 183 60 155 }
	color2={ 220 220 0 }
	
	capital = 496 # Constantinople
	
	title = "ECUMENICAL_PATRIARCH"
	foa = "ECUMENICAL_PATRIARCH_FOA"
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = orthodox
	
	religion = orthodox
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Alexios Anastasios Arsenios Athanasios Antonios	Basileios Dositheos Eustathios Eustratios
		Euthymios Georgios Gerasimos Germanos Gregorios Ignatios Ioannes Ioseph Isaias Isidoros
		Kallistos Konstantinos Kosmas Leon Loukas Makarios Manuel Matthaios Maximos Methodios
		Metrophanes Michael Neophytos Nephon Nikolaos Nikephoros Nilos Pavlos Philotheos Photios
		Polyeuktos Sergios Sisinnios Stephanos Tarasios Theodoros Theodosios Theodotos Theoleptos
		Theophanes Theophylaktos Tryphon Zacharias
	}
}

e_sunni = {
	# OBSOLETE
	color={ 40 160 40 }
	color2={ 220 220 0 }
	
#	capital = 719 # Mecca
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=sunni
	
	# controls_religion = sunni
	
	caliphate = yes
}

e_shiite = {
	# OBSOLETE
	color={ 60 190 60 }
	color2={ 220 220 0 }
	
#	capital = 719 # Mecca
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=shiite
	
	# controls_religion = shiite

	caliphate = yes
}

d_sunni = {
	color={ 40 160 40 }
	color2={ 220 220 0 }
	
	capital = 719 # Mecca
	
	creation_requires_capital = no
	
	dignity = 100 # Counted as having this many more counties than it does
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=sunni
	
	# Controls a religion
	controls_religion = sunni
	
	allow = {
		custom_tooltip = {
			text = sunni_creation_independent
			hidden_tooltip = {
				in_revolt = no
				OR = {
					independent = yes
					NOT = {
						any_liege = {
							OR = {
								in_revolt = yes
								NOT = { religion = sunni }
							}
						}
					}
				}
			}
		}
	
		OR = {
			trait = mirza
			trait = sayyid
			piety = 1000
		}
		OR = {
			AND = {
				trait = sayyid
				piety = 1000
			}
			custom_tooltip = { 
				text = controls_mecca_medina
				hidden_tooltip = {
					719 = { # Mecca
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					718 = { # Medina
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
			custom_tooltip = {
				text = controls_jerusalem_damascus_baghdad
				hidden_tooltip = {
					774 = { # Jerusalem
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					728 = { # Damascus
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					693 = { # Baghdad
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
		}
	}
	
	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 0 3 0 2 2
		}
		religion=sunni
	}
}

d_shiite = {
	color={ 60 190 60 }
	color2={ 220 220 0 }
	
	capital = 719 # Mecca
	
	creation_requires_capital = no
	
	dignity = 100 # Counted as having this many more counties than it does
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=shiite
	
	# Controls a religion
	controls_religion = shiite
	
	allow = {
		custom_tooltip = {
			text = shia_creation_independent
			hidden_tooltip = {
				in_revolt = no
				OR = {
					independent = yes
					NOT = {
						any_liege = {
							OR = {
								in_revolt = yes
								NOT = { religion = shiite }
							}
						}
					}
				}
			}
		}
		
		OR = {
			trait = mirza
			trait = sayyid
			piety = 1000
		}
		custom_tooltip = {
			text = not_shia_caliphate_revolt_ongoing
			hidden_tooltip = {
				NOT = { has_global_flag = shia_caliphate_revolt_ongoing }
			}
		}
		
		OR = {
			AND = {
				trait = sayyid
				piety = 1000
			}
			custom_tooltip = {
				text = controls_mecca_medina
				hidden_tooltip = {
					719 = { # Mecca
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					718 = { # Medina
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
			custom_tooltip = {
				text = controls_jerusalem_damascus_baghdad
				hidden_tooltip = {
					774 = { # Jerusalem
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					728 = { # Damascus
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					693 = { # Baghdad
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
		}
	}

	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 0 9 1 7 7
		}
		religion=shiite
	}
}

e_golden_horde = {
	color = { 243 180 17 }
	
	short_name = yes
	
	capital = 619 # Saray
	
	# Always exists
	landless = yes
	
	allow = {
		always = no
	}
	
#	tribe = yes
	
	culture = mongol
	religion = tengri_pagan
}

e_il-khanate = {
	color = { 140 180 20 }
	
	short_name = yes
	
	capital = 646 # Esfahan
	
	# Always exists
	landless = yes
	
	allow = {
		always = no
	}
	
#	tribe = yes
	
	culture = mongol
	religion = tengri_pagan
}

e_mongol_empire = {
	color = { 130 180 240 }
	color2 = { 255 20 20 }
	
	short_name = yes
	
	capital = 1457 # Kara-khorum
	
	landless = yes
	
	allow = {
		always = no
	}
	
	culture = mongol
	religion = tengri_pagan
}

e_chagatai = {
	color = { 200 200 200 }
	color2 = { 0 250 250 }
	
	capital = 903 # Samarkand
	
	allow = {
		always = no
	}
	
	culture = mongol
	religion = tengri_pagan
}

e_timurids = {
	color = { 120 20 20 }
	
	short_name = yes
	
	capital = 646 # Esfahan
	
	allow = {
		always = no
	}
	
	# Always exists
#	landless = yes
	
#	tribe = yes
	
	culture = mongol
	religion = sunni
}

# HOLY ORDERS

d_knights_templar = {
	color={ 230 230 230 }
	color2={ 255 255 255 }
	
	graphical_culture = holygfx
	
	capital = 138 # Orleans
	
	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	mercenary_type = knights_templar_composition
	
	culture = frankish
	
	# Parent Religion 
	religion = catholic
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to banking, etc
	monthly_income = 10 # (Must be an integer between 1 and 512)
}

d_teutonic_order = {
	
	color={ 50 50 50 }
	color2={ 255 255 255 }
	
	graphical_culture = holygfx
	
	capital = 258 # Lneburg

	title = "HOCHMEISTER"
	foa = "HOCHMEISTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	mercenary_type = teutonic_order_composition
	
	# Parent Religion 
	religion = catholic
	
	culture = german
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 4 # (Must be an integer between 1 and 512)
}

d_knights_hospitaler = {

	color={ 180 180 180 }
	color2={ 255 255 255 }
	
	graphical_culture = holygfx
	
	capital = 333 # Rome

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = occitan
	
	# Parent Religion 
	religion = catholic
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = knights_hospitaler_composition
}

d_hashshashin = {

	color={ 100 100 0 }
	color2={ 255 255 255 }
	
	graphical_culture = hashshashingfx
	
	capital = 693 # Baghdad
	
	title = "GRANDHEADMASTER"
	foa = "GRANDHEADMASTER_FOA"
	
	holy_order = yes

	# Always exists
	landless = yes
	
	culture = persian
	
	# Parent Religion 
	religion = shiite
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = hashshashin_composition
}

d_bektashi = {

	color={ 90 150 0 }
	color2={ 255 255 255 }
	
	graphical_culture = bektashigfx
	
	capital = 753 # Ancyra
	
	title = "DEDEBABA"
	foa = "GRANDHEADMASTER_FOA"
	
	holy_order = yes

	# Always exists
	landless = yes
	
	culture = persian
	
	# Parent Religion 
	religion = sunni
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = bektashi_composition
}

d_haruriyyah = {

	color={ 150 200 80 }
	color2={ 255 255 255 }
	
	graphical_culture = bektashigfx
	
	capital = 693 # Bagdad
	
	title = "DEDEBABA"
	foa = "GRANDHEADMASTER_FOA"
	
	holy_order = yes

	# Always exists
	landless = yes
	
	culture = bedouin_arabic
	
	# Parent Religion 
	religion = ibadi
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = bektashi_composition
}

d_jomsvikings = {

	color={ 50 50 50 }
	color2={ 255 255 255 }
	
	graphical_culture = norseholygfx
	
	capital = 303

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = norse_pagan
	
	culture = norse
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = jomsvikings_composition
}

d_immortals = {

	color={ 180 205 20 }
	
	graphical_culture = immortalsgfx
	
	capital = 637

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = zoroastrian
	
	culture = persian
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = immortals_composition
}

d_zealots = {

	color={ 20 100 255 }
	
	graphical_culture = jewishholygfx
	
	capital = 774

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = jewish
	
	culture = ashkenazi
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = zealots_composition
}

d_holy_sepulchre = {

	color={ 120 0 145 }
	
	graphical_culture = orthodoxholygfx
	
	capital = 774

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = orthodox
	
	culture = greek
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = holy_sepulchre_composition
}

d_saint_anthony = {

	color={ 180 165 70 }
	
	graphical_culture = holygfx
	
	capital = 875

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = miaphysite
	
	culture = ethiopian
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = saint_anthony_composition
}

d_saint_addai = {

	color={ 180 80 140 }
	
	graphical_culture = holygfx
	
	capital = 693 # Baghdad

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = nestorian
	
	culture = persian
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = saint_addai_composition
}

d_sky_lords = {

	color={ 220 200 140 }
	
	capital = 898

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = tengri_pagan_reformed
	
	culture = cuman
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = sky_lords_composition
}

d_spirit_guardians = {

	color={ 120 120 55 }
	
	graphical_culture = westafricanholygfx
	
	capital = 925

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = west_african_pagan_reformed
	
	culture = manden
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = spirit_guardians_composition
}

d_warriors_perun = {

	color={ 100 140 100 }
	
	graphical_culture = slavicholygfx
	
	capital = 547

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = slavic_pagan_reformed
	
	culture = russian
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = warriors_perun_composition
}

d_chosen_perkunas = {

	color={ 200 45 45 }
	
	graphical_culture = balticholygfx
	
	capital = 374

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = baltic_pagan_reformed
	
	culture = lettigallish
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = chosen_perkunas_composition
}

d_sons_kaleva = {

	color={ 140 130 105 }
	
	graphical_culture = finnishholygfx
	
	capital = 392

	title = "WARCHIEF"
	foa = "WARCHIEF_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = finnish_pagan_reformed
	
	culture = finnish
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = sons_kaleva_composition
}

d_huitzilopochtli = {

	color={ 255 200 0 }
	
	graphical_culture = aztecholygfx
	
	capital = 843

	title = "HIGHPRIEST"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	# Parent Religion 
	religion = aztec_reformed
	
	culture = nahuatl
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = huitzilopochtli_composition
}

d_knights_santiago = {

	color={ 255 130 0 }
	
	graphical_culture = holygfx
	
	capital = 157 # Santiago

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = castillan
	
	# Parent Religion 
	religion = catholic
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = knights_santiago_composition
}

d_knights_calatrava = {

	color={ 230 100 0 }
	
	graphical_culture = holygfx
	
	capital = 196 # Calatrava

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = castillan
	
	# Parent Religion 
	religion = catholic
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 6 # (Must be an integer between 1 and 512)

	mercenary_type = knights_calatrava_composition
}

d_followers_arjuna = {
	color={ 255 0 0 }
	color2={ 255 255 255 }
	
	capital = 1355 # Delhi
	
	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = hindustani
	
	# Parent Religion 
	religion = hindu
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)
	
	mercenary_type = followers_arjuna_composition
}

d_ashokas_chosen = {
	color={ 205 100 0 }
	color2={ 255 255 255 }
	
	capital = 1355 # Delhi
	
	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = marathi
	
	# Parent Religion 
	religion = buddhist
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)
	
	mercenary_type = ashokas_chosen_composition
}

d_bulls_rishabha = {
	color={ 255 100 0 }
	color2={ 255 255 255 }
	
	capital = 1355 # Delhi
	
	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"

	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = kannada
	
	# Parent Religion 
	religion = jain
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)
	
	mercenary_type = bulls_rishabha_composition
}

d_zun_warriors = {

	color = { 230 255 0 }
	
	capital = 1185 # Kabul

	title = "GRANDMASTER"
	foa = "GRANDMASTER_FOA"
	
	# Always exists
	landless = yes
	
	holy_order = yes
	
	culture = afghan
	
	# Parent Religion 
	religion = zun_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Extra income due to donations, etc
	monthly_income = 2 # (Must be an integer between 1 and 512)

	mercenary_type = zun_warriors_composition
}

# MERCS

d_sunni_turkic_company = {
	color = { 130 173 70 }
	color2 = { 255 255 255 }

	capital = 621 # Kangly
	
	# Parent Religion 
	religion = sunni
	culture = turkish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = muslim_turkic_company_composition
}

d_sunni_cuman_company = {
	color = { 134 155 30 }
	color2 = { 255 255 255 }

	capital = 616 # Yaik
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = sunni
	culture = khazar
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = muslim_cuman_company_composition
}

d_sunni_berber_company = {
	color = { 85 155 33 }
	color2 = { 255 255 255 }

	capital = 833 # Atlas
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = sunni
	culture = maghreb_arabic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = berber_company_composition
}

d_sunni_bedouin_company = {
	color = { 45 155 35 }
	color2 = { 255 255 255 }

	capital = 862 # Halaban
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = sunni
	culture = bedouin_arabic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = bedouin_company_composition
}


d_shiite_turkic_company = {
	color = { 135 170 60 }
	color2 = { 255 255 255 }

	capital = 621 # Kangly
	
	# Parent Religion 
	religion = shiite
	culture = turkish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = muslim_turkic_company_composition
}

d_shiite_cuman_company = {
	color = { 130 150 30 }
	color2 = { 255 255 255 }

	capital = 616 # Yaik
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = shiite
	culture = cuman
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = muslim_cuman_company_composition
}

d_shiite_berber_company = {
	color = { 90 150 30 }
	color2 = { 255 255 255 }

	capital = 833 # Atlas
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = shiite
	culture = maghreb_arabic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = berber_company_composition
}

d_shiite_bedouin_company = {
	color = { 40 150 30 }
	color2 = { 255 255 255 }

	capital = 862 # Halaban
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = muslim
			religion_group = zoroastrian_group
		}
	}
	
	# Parent Religion 
	religion = shiite
	culture = bedouin_arabic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.00
	
	mercenary_type = bedouin_company_composition
}

d_white_company = {
	color={ 235 235 235 }
	color2={ 255 255 255 }

	capital = 72 # Essex
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = white_company_composition
	
}

d_great_company = {
	color={ 100 100 100 }
	color2={ 255 255 255 }

	capital = 361 # Niederbayern
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = great_company_composition
}

d_company_of_st_george = {
	color={ 50 50 200 }
	color2={ 255 255 255 }

	capital = 235 # Lombardia
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = company_of_st_george_composition
}

d_star_company = {
	color={ 200 80 200 }
	color2={ 255 255 255 }

	capital = 353 # Ferrara
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = star_company_composition
}

d_little_hat_company = {
	color={ 100 200 80 }
	color2={ 255 255 255 }

	capital = 354 # mantua
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = little_hat_company_composition
}

d_rose_company = {
	color={ 230 150 150 }
	color2={ 255 255 255 }

	capital = 355 # Padua
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = rose_company_composition
}

d_catalan_company = {
	color={ 230 100 100 }
	color2={ 255 255 255 }

	capital = 204 # Barcelona
	
	mercenary = yes
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 950
	}
	
	# Parent Religion 
	religion = catholic
	culture = catalan

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = catalan_company_composition
}

d_navarrese_company = {
	color={ 150 150 100 }
	color2={ 255 255 255 }
	
	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	capital = 152 # Navarre
	
	mercenary = yes
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	culture = basque

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = navarrese_company_composition
}

d_swiss_company = {
	color={ 150 40 40 }
	color2={ 255 255 255 }

	capital = 239 # Geneve
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = swiss_company_composition
}

d_breton_company = {
	color={ 150 40 40 }
	color2={ 255 255 255 }

	capital = 102 # Penthievre
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	culture = breton
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = breton_company_composition
}

d_victual_brothers = {
	color={ 160 160 160 }
	color2={ 255 255 255 }
	
	capital = 370 # Marienburg
	
	# Hire Trigger
	allow = {
		OR = {
			religion = norse_pagan
			religion = norse_pagan_reformed
			religion = baltic_pagan
			religion = baltic_pagan_reformed
			religion = finnish_pagan
			religion = finnish_pagan_reformed
			religion_group = christian
		}
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes
	mercenary_type = victual_brothers_composition

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 0.25
}

d_varangian_guard = {
	color={ 180 180 180 }
	color2={ 255 255 255 }
	
	graphical_culture = orthodoxholygfx

	capital = 290 # Uppland
	
	# Parent Religion 
	religion = orthodox
	
	culture = norse
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	strength_growth_per_century = 0.10
	
	mercenary_type = varangian_guard_composition
}

d_cuman_company = {
	color = { 160 160 80 }
	color2 = { 255 255 255 }

	capital = 616 # Yaik
	
	# Parent Religion 
	religion = orthodox
	culture = cuman
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = cuman_company_composition
}

d_rus_company = {
	color = { 80 80 160 }
	color2 = { 255 255 255 }

	capital = 547 # Kiev
	
	# Hire Trigger
	allow = {
		year = 950
		OR = {
			religion_group = pagan_group
			religion_group = christian
		}
	}
	
	# Parent Religion 
	religion = orthodox
	
	culture = russian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = rus_company_composition
}

d_pecheneg_company = {
	color = { 100 100 30 }
	color2 = { 255 255 255 }

	capital = 542 # Olvia
	
	# Parent Religion 
	religion = orthodox
	
	culture = pecheneg
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = pecheneg_company_composition
}

d_bulgarian_company = {
	color = { 100 50 30 }
	color2 = { 255 255 255 }

	capital = 508 # Dorostotum
	
	# Parent Religion 
	religion = orthodox
	
	culture = bulgarian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = bulgarian_company_composition
}

d_turkic_company = {
	color = { 100 50 30 }
	color2 = { 255 255 255 }

	capital = 621 # Kangly
	
	# Parent Religion 
	religion = orthodox
	
	culture = turkish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = turkic_company_composition
}

d_lombard_band = {
	color={ 150 60 60 }
	color2={ 255 255 255 }

	capital = 235 # Lombardia
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = lombard_band_composition
}

d_swiss_band = {
	color={ 150 40 40 }
	color2={ 255 255 255 }

	capital = 239 # Geneve
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = swiss_band_composition
}

d_breton_band = {
	color={ 150 65 65 }
	color2={ 255 255 255 }

	capital = 102 # Penthievre
	
	# Hire Trigger
	allow = {
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	culture = breton
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = breton_band_composition
}

d_catalan_band = {
	color={ 230 100 100 }
	color2={ 255 255 255 }

	capital = 204 # Barcelona
	
	mercenary = yes
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 950
	}
	
	# Parent Religion 
	religion = catholic
	
	culture = catalan

	title = "CONDOTTIERO"
	foa = "CONDOTTIERO_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = catalan_band_composition
}

d_saxon_band = {
	color={ 220 90 90 }
	color2={ 255 255 255 }

	capital = 57 # York
	
	mercenary = yes
	
	# Hire Trigger
	allow = {
		OR = {
			NOT = { year = 1100 }
			any_independent_ruler = {
				culture = saxon
			}
		}
		religion_group = christian
	}
	
	# Parent Religion 
	religion = catholic
	
	culture = saxon

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0

	mercenary_type = saxon_band_composition
}

d_cuman_band = {
	color = { 160 160 80 }
	color2 = { 255 255 255 }

	capital = 616 # Yaik
	
	# Parent Religion 
	religion = orthodox
	
	culture = cuman
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = cuman_band_composition
}

d_rus_band = {
	color = { 80 80 160 }
	color2 = { 255 255 255 }

	capital = 547 # Kiev
	
	# Hire Trigger
	allow = {
		year = 950
		OR = {
			religion_group = christian
			religion_group = pagan_group
		}
	}
	
	# Parent Religion 
	religion = orthodox
	
	culture = russian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = rus_band_composition
}

d_finnish_band = {
	color = { 131 35 35 }
	color2 = { 255 255 255 }

	capital = 383 # Hme
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = christian
			religion_group = pagan_group
		}
	}
	
	# Parent Religion 
	religion = finnish_pagan
	
	culture = finnish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = finnish_band_composition
}

d_lappish_band = {
	color = { 101 69 30 }
	color2 = { 255 255 255 }

	capital = 386 # Kemi
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = christian
			religion_group = pagan_group
		}
	}
	
	# Parent Religion 
	religion = finnish_pagan
	
	culture = lappish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = lappish_band_composition
}

d_lithuanian_band = {
	color = { 169 90 95 }
	color2 = { 255 255 255 }

	capital = 421 # Lietuva / Zhmud
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = christian
			religion_group = pagan_group
		}
	}
	
	# Parent Religion 
	religion = baltic_pagan
	
	culture = lithuanian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = lithuanian_band_composition
}

d_abyssinian_band = {
	color={ 180 135 60 }
	color2 = { 255 255 255 }

	capital = 875 # Axum
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = christian
			religion_group = jewish_group
		}
	}
	
	# Parent Religion 
	religion = miaphysite
	
	culture = ethiopian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = abyssinian_band_composition
}

d_nubian_band = {
	color = { 155 165 80 }
	color2 = { 255 255 255 }

	capital = 878 # Hayya
	
	# Hire Trigger
	allow = {
		OR = {
			religion_group = christian
			religion_group = jewish_group
		}
	}
	
	# Parent Religion 
	religion = miaphysite
	
	culture = nubian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = nubian_band_composition
}

d_scottish_band = {
	color = { 30 90 182 }
	color2 = { 255 255 255 }

	capital = 43 # Gowrie
	
	# Hire Trigger
	allow = {
		year = 950
	}
	
	# Parent Religion 
	religion = catholic
	
	culture = scottish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = scottish_band_composition
}

d_irish_band = {
	color = { 112 255 70 }
	color2 = { 255 255 255 }

	capital = 10 # Kildare
	
	# Hire Trigger
	allow = {
		always = yes
	}
	
	# Parent Religion 
	religion = catholic
	
	culture = irish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = irish_band_composition
}

d_alan_band = {
	color = { 245 210 90 }
	color2 = { 255 255 255 }

	capital = 603 # Alania
	
	# Hire Trigger
	allow = {
		always = yes
	}
	
	# Parent Religion 
	religion = orthodox
	
	culture = alan
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = alan_band_composition
}

d_pecheneg_band = {
	color = { 100 100 30 }
	color2 = { 255 255 255 }

	capital = 542 # Olvia
	
	# Parent Religion 
	religion = orthodox
	
	culture = pecheneg
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = pecheneg_band_composition
}

d_bulgarian_band = {
	color = { 100 50 30 }
	color2 = { 255 255 255 }

	capital = 508 # Dorostotum
	
	# Parent Religion 
	religion = orthodox
	
	culture = bulgarian
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = bulgarian_band_composition
}

d_turkic_band = {
	color = { 100 50 30 }
	color2 = { 255 255 255 }

	capital = 621 # Kangly
	
	# Parent Religion 
	religion = orthodox
	
	culture = turkish
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = turkic_band_composition
}

d_mamluks = {
	color={ 80 160 80 }
	color2={ 255 255 255 }
	
	graphical_culture = bektashigfx

	capital = 796 # Cairo
	
	# Hire Trigger
	allow = {
		religion_group = muslim
	}
	
	# Parent Religion 
	religion = shiite
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = mamluks_composition
}

d_venetian_navy = { # Now "Adriatic Galleys"
	color = { 60  175  170 }
	color2={ 255 255 255 }
	
	short_name = yes

	capital = 356 # Venice
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 1066
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes

	mercenary_type = naval_merc_composition
}

d_genoese_navy = { # Now "Ligurian Galleys"
	color={ 224 161 120 }
	color2={ 255 255 255 }
	
	short_name = yes

	capital = 233 # Genoa
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 1066
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes

	mercenary_type = naval_merc_composition
}

d_hanseatic_navy = { # Now "Baltic Cogs"
	color={ 150 150 150 }
	color2={ 255 255 255 }
	
	short_name = yes

	capital = 262 # Lbeck
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 1066
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes

	mercenary_type = naval_merc_composition
}

d_frisian_navy = { # Now "North Sea Cogs"
	color={ 245 80 20 }
	color2={ 255 255 255 }
	
	short_name = yes

	capital = 80 # Holland
	
	# Hire Trigger
	allow = {
		religion_group = christian
		year = 1066
	}
	
	# Parent Religion 
	religion = catholic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes

	mercenary_type = naval_merc_composition
}

d_maghreb_corsairs = {
	color={ 174 237 125 }
	color2={ 255 255 255 }
	
	short_name = yes

	capital = 816 # Mahdia
	
	# Hire Trigger
	allow = {
		religion_group = muslim
		year = 1066
	}
	
	# Parent Religion 
	religion = sunni
	
	culture = maghreb_arabic
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
		
	# Cannot be vassalized
	independent = yes

	mercenary_type = naval_merc_composition
}

d_ghilman = {
	color={ 60 165 80 }
	color2={ 255 255 255 }
	
	graphical_culture = bektashigfx

	capital = 627 # Kara-Kum
	
	# Hire Trigger
	allow = {
		religion_group = muslim
	}
	
	# Parent Religion 
	religion = sunni
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = ghilman_composition
}

d_ghanan_band = {
	color = { 108 123 48 }
	color2 = { 255 255 255 }

	capital = 913 # Ghana
	
	# Hire Trigger
	allow = {
		culture_group = west_african
	}
	
	# Parent Religion 
	religion = west_african_pagan
	
	culture = manden
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = ghanan_band_composition
}

# EMPIRES

e_hre = {                      # Created by special decision only
	color={ 250 250 250 }
	color2={ 0 0 0 }
	
	capital = 90 # Jlich / Aachen

	short_name = yes
	
	allow = {
		always = no # Only created through special decisions
	}
}

e_germany = {

	color={ 190 200 190 }
	color2={ 220 220 20 }
	
	capital = 121 # Nassau
	
	culture = german
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = central_germanic
				culture = old_saxon
			}
		}
	}
	
	k_hansa = {
		color={ 142 142 142 }
		color2={ 255 255 255 }

		capital = 262 # Lbeck
	
		dignity = 200 # Never want the Hanseatic League to change primary title
	
		allow = {
			always = no
			is_republic = yes
		}
	}	

	k_saxony = {
		color={ 120 25 25 }
		culture = old_saxon

		capital = 310 # Anhalt

		allow = {
			OR = {
				culture = old_saxon
				culture = saxon
			}
		}
		
		catholic = 3000 # Crusade target weight
		norse_pagan_reformed = 500 # Crusade target weight
	}
	
	k_frisia = {
		color={ 245 100 20 }
		color2={ 220 220 20 }
		
		culture = dutch
		
		capital = 80 #Holland
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture = dutch
					culture = frisian
				}
			}
		}
		
		catholic = 700 # Crusade target weight
		norse_pagan_reformed = 200 # Crusade target weight
		
		d_holland = {
			color={ 235 80 30 }
			color2={ 255 255 255 }
		
			capital = 80 #Holland
			
			culture = dutch
			
			c_holland = {
				color={ 235 85 30 }
				color2={ 255 255 255 }
			
				b_haarlem = {
				}
				b_amsterdam = {
				}
				b_vlaardingen = {
				}
				b_sgravenhage = {
				}
				b_dordrecht = {
				}
				b_gouda = {
				}
				b_leiden = {
				}
				b_muiden = {
				}
			}
			c_sticht = {
				color={ 215 85 35 }
				color2={ 255 255 255 }
			
				b_woerden = {
				}
				b_utrecht = {
				}
				b_dorestad = {
				}
				b_gorinchem = {
				}
				b_zeist = {
				}
				b_buren = {
				}
				b_ijsselstein = {
				}
				b_oudewater = {
				}
			}
			c_westfriesland = {
				color={ 245 99 50 }
				color2={ 255 255 255 }
			
				b_alkmaar = {
				}
				b_hoorn = {
				}
				b_medemblik = {
				}
				b_enkhuizen = {
				}
				b_heerhugowaard = {
				}
				b_texel = {
				}
				b_egmond = {
				}
				b_schagen = {
				}
			}
			c_zeeland = {
				color={ 200 100 30 }
				color2={ 255 255 255 }

				holy_site = norse_pagan
				holy_site = norse_pagan_reformed
				
				b_middelburg = {
				}
				b_tholen = {
				}
				b_veere = {
				}
				b_cadzand = {
				}
				b_vlissingen = {
				}
				b_renesse = {
				}
				b_borsele = {
				}
				b_zierikzee = {
				}
			}
		}
		d_gelre = {
			color={ 200 100 25 }
			color2={ 255 255 255 }
			
			capital = 83 #Gelre
			
			culture = dutch
			
			c_gelre = {
				color={ 200 100 30 }
				color2={ 255 255 255 }
			
				b_nijmegen = {
				}
				b_zutphen = {
				}
				b_deventer = {
				}
				b_arnhem = {
				}
				b_zwolle = {
				}
				b_kampen = {
				}
				b_bergh = {
				}
				b_bronckhorst = {
				}
			}			
			c_ostfriesland = {
				color={ 190 90 10 }
				color2={ 255 255 255 }
			
				b_emden = {
				}
				b_aurich = {
				}
				b_borkum = {
				}
				b_norden = {
				}
				b_norderney = {
				}
				b_leer = {
				}
				b_wittmund = {
				}
				b_esens = {
				}
			}
			c_frisia = {
				color={ 170 80 15 }
				color2={ 255 255 255 }
			
				b_groningen = {
				}
				b_leeuwarden = {
				}
				b_stavoren = {
				}
				b_bolsward = {
				}
				b_franeker = {
				}
				b_dokkum = {
				}
				b_assen = {
				}
				b_harlingen = {
				}
			}
		}
		d_brabant = {
			color={ 200 100 60 }
			color2={ 255 255 255 }
			
			capital = 117 #Brabant
			
			culture = dutch
		
			c_brabant = {
				color={ 200 100 65 }
				color2={ 255 255 255 }
			
				b_leuven = {
				}
				b_mechelen = {
				}
				b_brussel = {
				}
				b_antwerpen = {
				}
				b_aarschot = {
				}
				b_grimbergen = {
				}
				b_herstal = {
				}
				b_lier = {
				}
			}
			c_hainaut = {
				color={ 210 120 40 }
				color2={ 255 255 255 }
			
				b_valenciennes = {
				}
				b_cambrai = {
				}
				b_avesnes = {
				}
				b_mons = {
				}
				b_chievres = {
				}
				b_enghien = {
				}
				b_charleroi = {
				}
				b_ath = {
				}
			}
			c_breda = {
				color={ 234 145 54 }
				color2={ 255 255 255 }
			
				b_breda = {
				}
				b_shertogenbosch = {
				}
				b_tilburg = {
				}
				b_willemstad = {
				}
				b_bergenopzoom = {
				}
				b_cuijck = {
				}
				b_ravenstein = {
				}
				b_horn = {
				}
			}
		}
		d_flanders = {
			color={ 255 120 0 }
			color2={ 255 255 255 }
			
			capital = 78
			
			culture = dutch
			
			c_artois = {
				color={ 234 110 90 }
				color2={ 255 255 255 }
				
				b_arras = {
				}
				b_terwaan = {
				}
				b_bethune = {
				}
				b_lens = {
				}
				b_lille = {
				}
				b_bouvines = {
				}
				b_beaumetz = {
				}
				b_bapaume = {
				}
			}
			c_boulogne = {
				color={ 224 140 90 }
				color2={ 255 255 255 }
				
				b_boulogne = {
				}
				b_montreuil = {
				}
				b_saintpol = {
				}
				b_hesdin = {
				}
				b_fauquembergues = {
				}
				b_ternouis = {
				}
				b_therouanne = {
				}
				b_ardres = {
				}
			}
			c_guines = {
				color={ 194 145 100 }
				color2={ 255 255 255 }
				
				b_guines = {
				}
				b_saintomer = {
				}
				b_calais = {
				}
				b_dunkerque = {
				}
				b_bourbourg = {
				}
				b_marck = {
				}
				b_gravelines = {
				}
				b_coulogne = {
				}
			}
			c_yperen = {
				color={ 194 115 40 }
				color2={ 255 255 255 }
				
				b_ypres = {
				}
				b_rosebeke = {
				}
				b_cassel = {
				}
				b_roeselare = {
				}
				b_poperinge = {
				}
				b_menen = {
				}
				b_diksmuide = {
				}
				b_wervik = {
				}
			}
			c_brugge = {
				color={ 250 120 0 }
				color2={ 255 255 255 }
				
				b_brugge = {
				}
				b_damme = {
				}
				b_sluys = {
				}
				b_oostende = {
				}
				b_male = {
				}
				b_nieuwpoort = {
				}
				b_torhout = {
				}
				b_aardenburg = {
				}
			}
			c_gent = {
				color={ 234 110 5 }
				color2={ 255 255 255 }
				
				b_gent = {
				}
				b_doornik = {
				}
				b_oudenaarde = {
				}
				b_aalst = {
				}
				b_st_niklaas = {
				}
				b_dendermonde = {
				}
				b_kortrijk = {
				}
				b_geraardsbergen = {
				}
			}
		}
	}
	
	k_lotharingia = {
		color={ 110 110 160 }
		color2={ 220 220 20 }
		
		culture = frankish
		
		capital = 115 #Luxemburg
		
		catholic = 5000 # Crusade target weight
		
		dignity = 17 # One more than Burgundy
		
		d_luxembourg = {
			color={ 110 110 155 }
			color2={ 255 255 255 }
			
			capital = 115 #Luxembourg
			
			c_luxembourg = {
				color={ 113 113 158 }
				color2={ 255 255 255 }
			
				b_luxembourg = {
				}
				b_bouillon = {
				}
				b_saintvith = {
				}
				b_arlon = {
				}
				b_neufchateau = {
				}
				b_longwy = {
				}
				b_differdange = {
				}
				b_ettelbruck = {
				}
			}
			c_liege = {
				color={ 120 120 165 }
				color2={ 255 255 255 }
			
				b_liege = {
				}
				b_bastogne = {
				}
				b_namur = {
				}
				b_huy = {
				}
				b_laroche = {
				}
				b_cine = {
				}
				b_salm = {
				}
				b_stavelot = {
				}
			}
			c_julich = {
				color={ 100 100 141 }
				color2={ 255 255 255 }
			
				b_julich = {
				}
				b_aachen = {
				}
				b_prum = {
				}
				b_geldern = {
				}
				b_roermond = {
				}
				b_duren = {
				}
				b_moers = {
				}
				b_monschau = {
				}
			}
			c_loon = {
				color={ 115 115 175 }
				color2={ 255 255 255 }
			
				b_loon = {
				}
				b_maastricht = {
				}
				b_hasselt = {
				}
				b_valkenburg = {
				}
				b_heinsberg = {
				}
				b_hesbaie = {
				}
				b_wassenberg = {
				}
				b_tongeren = {
				}
			}
		}
		d_upper_lorraine = {
			color={ 90 90 125 }
			color2={ 255 255 255 }
			
			capital = 127 #Lorraine		
			c_lorraine = {
				color={ 92 92 127 }
				color2={ 255 255 255 }
			
				b_nancy = {
				}
				b_toul = {
				}
				b_sarrebourg = {
				}
				b_epinal = {
				}
				b_luneville = {
				}
				b_charpeigne = {
				}
				b_mortagnedevosges = {
				}
				b_saintavoid = {
				}
			}
			c_saintois = {
				color={ 105 105 135 }
				color2={ 255 255 255 }
		
				b_saintois = {
				}
				b_vaudemont = {
				}
				b_brixey = {
				}
				b_sorcystmartin = {
				}
				b_ivios = {
				}
				b_ornois = {
				}
				b_saulnois = {
				}
				b_dompaire = {
				}
			}
			c_bar = {
				color={ 115 115 145 }
				color2={ 255 255 255 }
				
				b_barleduc = {
				}
				b_vaucouleurs = {
				}
				b_saintmihel = {
				}
				b_commercy = {
				}
				b_joinville = {
				}
				b_saintdizier = {
				}
			}
		}
		d_lower_lorraine = {
			color={ 144 144 177 }
			color2={ 255 255 255 }
			
			capital = 118 # Trier
			c_pfalz = {
				color={ 140 140 170 }
				color2={ 255 255 255 }
			
				b_kaiserslautern = {
				}
				b_worms = {
				}
				b_hagenau = {
				}
				b_stahleck = {
				}
				b_trifels = {
				}
				b_speyer = {
				}
				b_zweibrucken = {
				}
				b_saarbrucken = {
				}
			}
			c_trier = {
				color={ 144 144 177 }
				color2={ 255 255 255 }
			
				b_andernach = {
				}
				b_trier = {
				}
				b_coblenz = {
				}
				b_sponheim = {
				}
				b_wittlich = {
				}
				b_gerolstein = {
				}
				b_laach = {
				}
				b_bitburg = {
				}
			}
			c_metz = {	
				color={ 150 150 185 }
				color2={ 255 255 255 }
			
				b_metz = {
				}
				b_thionville = {
				}
				b_saintjulien = {
				}
				b_marslatour = {
				}
				b_bouzonville = {
				}
				b_briey = {
				}
				b_joudreville = {
				}
				b_audunleroman = {
				}
			}
			c_verdun = {
				color={ 130 130 165 }
				color2={ 255 255 255 }
			
				b_verdun = {
				}
				b_grandpre = {
				}
				b_barlecomte = {
				}
				b_longuyon = {
				}
				b_doaumont = {
				}
				b_stenay = {
				}
				b_etain = {
				}
			}
		}
		d_alsace = { 
			color={ 150 150 195 }
			color2={ 255 255 255 }
			
			capital = 134 #Sundgau
		
			c_nordgau = {
				color={ 160 160 210 }
				color2={ 255 255 255 }
			
				b_egisheim = {
				}
				b_strassburg = {
				}
				b_lauterburg = {
				}
				b_selz = {
				}
				b_erstein = {
				}
				b_molsheim = {
				}
				b_brumath = {
				}
				b_schlettstadt = {
				}
			}
			c_sundgau = {
				color={ 152 152 197 }
				color2={ 255 255 255 }
			
				b_ensisheim = {
				}
				b_kolmar = {
				}
				b_murbach = {
				}
				b_mulhouse = {
				}
				b_landser = {
				}
				b_thann = {
				}
				b_altkirch = {
				}
				b_ferette = {
				}
			}
		}
	}
	
	k_bavaria = {
		color={ 91 100 100 }
		color2={ 220 220 20 }
		
		culture = german
		
		capital = 360 #Oberbayern
		
		catholic = 2000 # Crusade target weight
		
		d_bavaria = {
			color={ 128 121 121 }
			color2={ 255 255 255 }
			
			capital = 360 #Oberbayern
			
			c_kempten = {
				color={ 69 69 69 }
				color2={ 255 255 255 }
			
				b_kempten = {
				}
				b_augsburg = {
				}
				b_zumarshausen = {
				}
				b_kaufbeuren = {
				}
				b_donauworth = {
				}
				b_friedberg = {
				}
				b_hochstadt = {
				}
				b_rain = {
				}
			}
			c_oberbayern = {
				color={ 66 66 66 }
				color2={ 255 255 255 }
			
				b_munchen = {
				}
				b_dachau = {
				}
				b_freising = {
				}
				b_andechs = {
				}
				b_diessen = {
				}
				b_dingolfing = {
				}
				b_pfaffenberg = {
				}
				b_ebersberg = {
				}
			}
			c_salzburg = {
				color={ 63 63 63 }
				color2={ 255 255 255 }
			
				b_salzburg = {
				}
				b_durmberg = {
				}
				b_waging = {
				}
				b_berchtesgaden = {
				}
				b_tittmoning = {
				}
				b_laufen = {
				}
				b_muhldorf = {
				}
				b_gastein = {
				}
			}
			c_niederbayern = {
				color={ 60 60 60 }
				color2={ 255 255 255 }
		
				b_straubing = {
				}
				b_regensburg = {
				}
				b_landshut = {
				}
				b_ingolstadt = {
				}
				b_wittelsbach = {
				}
				b_cham = {
				}
				b_rohrbach = {
				}
				b_kirchroth = {
				}
			}
			c_nurnberg = {
				color={ 57 57 57 }
				color2={ 255 255 255 }
		
				b_nurnberg = {
				}
				b_ellwangen = {
				}
				b_furth = {
				}
				b_kulmbach = {
				}
				b_hohenburg = {
				}
				b_nordlingen = {
				}
				b_eichstatt = {
				}
				b_erlangen = {
				}
			}
		}
		d_osterreich = { 
			color={ 191 182 182 }
			color2={ 255 255 255 }
			
			capital = 449 #sterreich
		
			c_passau = {
				color={ 54 54 54 }
				color2={ 255 255 255 }
		
				b_passau = {
				}
				b_ortenburg = {
				}
				b_schaumberg = {
				}
				b_formbach = {
				}
				b_ulrichsberg = {
				}
				b_freistadt = {
				}
				b_raab = {
				}
				b_freyung = {
				}
			}
			c_znojmo = {
				color={ 51 51 51 }
				color2={ 255 255 255 }
		
				b_mikulov = {
				}
				b_iglau = {
				}
				b_lundenburg = {
				}
				b_skalitz = {
				}
				b_trebic = {
				}
				b_eibenshitz = {
				}
				b_znojmo = {
				}
				b_ivancice = {
				}
			}
			c_osterreich = {
				color={ 48 48 48 }
				color2={ 255 255 255 }
			
				b_wien = {
				}
				b_linz = {
				}
				b_melk = {
				}
				b_stpolten = {
				}
				b_hohenwarth = {
				}
				b_wagram = {
				}
				b_krems = {
				}
				b_steyr = {
				}
			}
			c_steiermark = {
				color={ 45 45 45 }
				color2={ 255 255 255 }
				
				b_eppenstein = {
				}
				b_graz = {
				}
				b_lavant = {
				}
				b_cilli = {
				}
				b_seckau = {
				}
				b_leibnitz = {
				}
				b_radkersburg = {
				}
				b_stubing = {
				}
			}
		}
		
		d_tyrol = {  
			color={ 157 154 154 }
			color2={ 255 255 255 }
			
			capital = 316 #Tirol
		
			c_tirol = {
				color={ 90 90 90 }
				color2={ 255 255 255 }
			
				b_bregenz = {
				}
				b_landeck = {
				}
				b_stanton = {
				}
				b_imst = {
				}
				b_sterzing = {
				}
				b_ried = {
				}
				b_dornbirn = {
				}
				b_nenzing = {
				}
			}
			
			c_st_gallen = {
				color={ 85 80 85 }
				color2={ 255 255 255 }
		
				b_rheineck = {
				}
				b_stgallen = {
				}
				b_appenzell = {
				}
				b_frauenfeld = {
				}
				b_altstatten = {
				}
				b_lichtensteig = {
				}
				b_vaduz = {
				}
				b_herisau = {
				}
			}
			c_innsbruck = {
				color={ 84 84 84 }
				color2={ 255 255 255 }
			
				b_innsbruck = {
				}
				b_kufstein = {
				}
				b_stams = {
				}
				b_lienz = {
				}
				b_schwaz = {
				}
				b_kitzbuhel = {
				}
				b_jenbach = {
				}
				b_fugen = {
				}
			}
			c_chur = {
				color={ 87 87 87 }
				color2={ 255 255 255 }
			
				b_chur = {
				}
				b_churwalden = {
				}
				b_davos = {
				}
				b_maienfeld = {
				}
				b_illanz = {
				}
				b_thusis = {
				}
				b_glurns = {
				}
				b_zuoz = {
				}
			}
		}
		
		d_carinthia = {
			color={ 165 255 250 }
			color2={ 255 255 255 }
			
			capital = 358 # Aquileia
			
			c_istria = {
				color={ 165 245 200 }
				color2={ 255 255 255 }
				
				b_mitterburg = {
					croatian = "Pazin"
					serbian = "Pazin"
					italian = "Pisino"
					greek = "Pisino"
				}
				b_trieste = {
					german = "Triest"
					croatian = "Trst"
					serbian = "Trst"
				}
				b_fiume = {
				}
				b_lovrana = {
				}
				b_wolauska = {
				}
				b_karstberg = {
				}
				b_duino = {
				}
				b_pula = {
				}
			}
			c_krain = {
				color={ 145 225 190 }
				color2={ 255 255 255 }
				
				b_gorz = {
				}
				b_krainburg = {
				}
				b_gurk = {
				}
				b_stain = {
				}
				b_guetenegg = {
				}
				b_auersperg = {
				}
				b_zerknitz = {
				}
				b_stveit = {
				}
			}
			c_karnten = {
				color={ 125 225 195 }
				color2={ 255 255 255 }
				
				b_villach = {
				}
				b_klagenfurt = {
				}
				b_ossiach = {
				}
				b_laibach = {
				}
				b_treffen = {
				}
				b_sann = {
				}
				b_pettau = {
				}
				b_wolfsberg = {
				}
			}
			
			c_aquileia = {
				color={ 115 205 175 }
				color2 = { 255 255 255 }
				
				b_aquileia = {
				}
				b_udine = {
					german = "Weiden"
					croatian = "Videm"
					serbian = "Videm"
				}
				b_friuli = {
				}
				b_motta = {
				}
				b_concordia = {
				}
				b_ciridale = {
				}
				b_portoguaro = {
				}
				b_sacile = {
				}
			}
		}
	}
	
	k_germany = {
		color={ 160 160 160 }
		color2={ 220 220 20 }
		
		dignity = 30 # Counted as having this many more counties than it does
		
		culture = german
		
		capital = 121 #Nassau
		
		catholic = 5000 # Crusade target weight
		
		norse_pagan_reformed = 200 # Crusade target weight
		slavic_pagan_reformed = 50 # Crusade target weight
		baltic_pagan_reformed = 50 # Crusade target weight
		
		d_brunswick = {
			color={ 183 172 172 }
			color2={ 255 255 255 }
		
			capital = 258 #Lneburg
		
			c_celle = {
				color={ 198 198 198 }
				color2={ 255 255 255 }
				
				b_celle = {
				}
				b_hannover = {
				}
				b_herford = {
				}
				b_hermannsburg = {
				}
				b_ravensberg = {
				}
				b_nienburg = {
				}
				b_wedemark = {
				}
				b_wittingen = {
				}
			}
			c_luneburg = {
				color={ 195 195 195 }
				color2={ 255 255 255 }
				
				b_luneburg = {
				}
				b_bardowick = {
				}
				b_gifhorn = {
				}
				b_evern = {
				}
				b_reppenstedt = {
				}
				b_ludersburg = {
				}
				b_thomasburg = {
				}
				b_uelzen = {
				}
			}
			c_braunschweig = {
				color={ 192 192 192 }
				color2={ 255 255 255 }

				holy_site = norse_pagan
				holy_site = norse_pagan_reformed
				
				b_braunschweig = {
				}
				b_bielefeld = {
				}
				b_paderborn = {
				}
				b_hildesheim = {
				}
				b_waldeck = {
				}
				b_wolfenbuttel = {
				}
				b_helmstedt = {
				}
				b_gandersheim = {
				}
			}
			c_oldenburg = {
				color={ 214 214 214 }
				color2={ 255 255 255 }
				
				b_oldenburg = {
				}
				b_cloppenburg = {
				}
				b_jever = {
				}
				b_delmenhorst = {
				}
				b_loningen = {
				}
				b_nordenham = {
				}
				b_kniphausen = {
				}
				b_varel = {
				}
			}
			c_osnabruck = {
				color={ 213 213 213 }
				color2={ 255 255 255 }
				
				b_osnabruck = {
				}
				b_lingen = {
				}
				b_bentheim = {
				}
				b_wildeshausen = {
				}
				b_tecklenburg = {
				}
				b_minden = {
				}
				b_quackenbruck = {
				}
				b_meppen = {
				}
			}
		}
		d_thuringia = {
			color={ 207 206 226 }
			color2={ 255 255 255 }
		
			capital = 255 #Thuringen
			
			c_thuringen = {
				color={ 42 42 42 }
				color2={ 255 255 255 }
			
				b_erfurt = {
				}
				b_muhlhausen = {
				}
				b_arnstadt = {
				}
				b_eichsfeld = {
				}
				b_reuss = {
				}
				b_salzungen = {
				}
				b_schmalkalden = {
				}
				b_henneberg = {
				}
			}
			c_nassau = {
				color={ 171 171 171 }
				color2={ 255 255 255 }
			
				b_nassau = {
				}
				b_fulda = {
				}
				b_wetzlar = {
				}
				b_marburg = {
				}
				b_katzenelnbogen = {
				}
				b_hersfeld = {
				}
				b_falkenstein = {
				}
				b_isenburg = {
				}
			}
			c_gottingen = {
				color={ 210 210 210 }
				color2={ 255 255 255 }
				
				b_gottingen = {
				}
				b_corvey = {
				}
				b_lippe = {
				}
				b_kassel = {
				}
				b_goslar = {
				}
				b_northeim = {
				}
				b_eisenach = {
				}
				b_detmold = {
				}
			}
		}
		d_koln = {
			color={ 213 216 212 }
			color2={ 255 255 255 }
			
			capital = 119 #Kln
			
			c_koln = {
				color={ 141 141 141 }
				color2={ 255 255 255 }

				holy_site = catholic
				
				b_koln = {
				}
				b_berg = {
				}
				b_mark = {
				}
				b_bonn = {
				}
				b_dietz = {
				}
				b_saffenburg = {
				}
				b_hochstaden = {
				}
				b_brauweiler = {
				}
			}
			c_munster = {
				color={ 212 212 212 }
				color2={ 255 255 255 }
				
				b_munster = {
				}
				b_dortmund = {
				}
				b_essen = {
				}
				b_greven = {
				}
				b_gutersloh = {
				}
				b_steinfurt = {
				}
				b_gronau = {
				}
				b_ahlen = {
				}
			}
			c_kleve = {
				color={ 132 132 132 }
				color2={ 255 255 255 }
		
				b_kleve = {
				}
				b_goch = {
				}
				b_rees = {
				}
				b_anholt = {
				}
				b_Xanten = {
				}
				b_wesel = {
				}
				b_emmerich = {
				}
				b_isselburg = {
				}
			}
		}
		d_franconia = {
			color={ 100 99 100 }
			color2={ 255 255 255 }
			
			capital = 123 #Mainz
		
			c_mainz = {
				color={ 129 129 129 }
				color2={ 255 255 255 }
			
				b_mainz = {
				}
				b_frankfurt = {
				}
				b_eppstein = {
				}
				b_ingelheim = {
				}
				b_mannheim = {
				}
				b_weilburg = {
				}
				b_dornburg = {
				}
				b_hanau = {
				}
			}
			c_leiningen = {
				color={ 126 126 126 }
				color2={ 255 255 255 }
			
				b_leiningen = {
				}
				b_heidelberg = {
				}
				b_lorsch = {
				}
				b_durkheim = {
				}
				b_battenberg = {
				}
				b_hardenburg = {
				}
				b_ungstein = {
				}
				b_pfeffingen = {
				}
			}
			c_wurzburg = {
				color={ 123 123 123 }
				color2={ 255 255 255 }
			
				b_wurzburg = {
				}
				b_aschaffenburg = {
				}
				b_schweinfurt = {
				}
				b_marienberg = {
				}
				b_hammelburg = {
				}
				b_schwarzenberg = {
				}
				b_theiheim = {
				}
				b_mainderheim = {
				}
			}
			c_bamberg = {
				color={ 120 120 120 }
				color2={ 255 255 255 }
			
				b_ansbach = {
				}
				b_bamberg = {
				}
				b_babenberg = {
				}
				b_cadolzburg = {
				}
				b_colmberg = {
				}
				b_roth = {
				}
				b_uffenheim = {
				}
				b_crailsheim = {
				}
			}
		}
		d_baden = { 
			color={ 115 109 109 }
			color2={ 255 255 255 }
			
			capital = 125 #Baden
		
			c_baden = {
				color={ 102 102 102 }
				color2={ 255 255 255 }
			
				b_baden = {
				}
				b_karlsruhe = {
				}
				b_wimpfen = {
				}
				b_calw = {
				}
				b_pforzheim = {
				}
				b_durlach = {
				}
				b_rastatt = {
				}
				b_neuhausen = {
				}
			}
			c_breisgau = {
				color={ 105 94 105 }
				color2={ 255 255 255 }
		
				b_freiburg = {
				}
				b_stblasien = {
				}
				b_offenburg = {
				}
				b_zahringen = {
				}
				b_lahr = {
				}
				b_lohrrach = {
				}
				b_breisach = {
				}
				b_rottweil = {
				}
			}
		}
		
		d_swabia = {
			color={ 206 203 203 }
			color2={ 255 255 255 }
			
			capital = 249 #Schwaben
			
			c_schwaben = {
				color={ 81 81 81 }
				color2={ 255 255 255 }
			
				b_tubingen = {
				}
				b_konstanz = {
				}
				b_heiligenberg = {
				}
				b_uberlingen = {
				}
				b_hohenberg = {
				}
				b_friedrichshafen = {
				}
				b_wangen = {
				}
				b_lindau = {
				}
			}
			c_ulm = {
				color={ 78 78 78 }
				color2={ 255 255 255 }
			
				b_ulm = {
				}
				b_zwiefalten = {
				}
				b_teck = {
				}
				b_biberach = {
				}
				b_memmingen = {
				}
				b_isny = {
				}
				b_goppingen = {
				}
				b_erbach = {
				}
			}
			c_furstenberg = {
				color={ 75 75 75 }
				color2={ 255 255 255 }
			
				b_furstenberg = {
				}
				b_villingen = {
				}
				b_hirsau = {
				}
				b_baar = {
				}
				b_haslach = {
				}
				b_zollern = {
				}
				b_wolfach = {
				}
				b_donaueschingen = {
				}
			}
			c_wurttemberg = {
				color={ 72 72 72 }
				color2={ 255 255 255 }
			
				b_stuttgart = {
				}
				b_heilbronn = {
				}
				b_reutlingen = {
				}
				b_waiblingen = {
				}
				b_esslingen = {
				}
				b_gmund = {
				}
				b_staufen = {
				}
				b_asperg = {
				}
			}
		}
	}
}

e_roman_empire = {
	color={ 167 10 100 }
	color2={ 255 255 20 }
	
	capital = 333 # Rome
	
	short_name = yes
	
	title = "Emperor"
	title_female = "Empress"
	purple_born_heirs = yes
	
	culture = italian
	religion = orthodox
	
	allow = {
		always = no # Only created through special event
	}
}

e_byzantium = {
	color={ 163 10 145 }
	color2={ 255 255 20 }
	
	capital = 496 # Byzantion
	
	short_name = yes
	
	culture = greek
	religion = orthodox
	
	has_top_de_jure_capital = yes
	
	purple_born_heirs = yes
	
	allow = {
		e_roman_empire = {
			has_holder = no
		}
	}
	
	k_cyprus = {
		color = { 85 138 236 }
		capital = 757 # Famagusta
		allow = {
			OR = {
				religion = catholic
				is_heresy_of = catholic
			}
		}
	}

	k_saruhan = {
		color = { 144 171 225 }
		culture = turkish
	}
	
	k_trinacria = {
		color={ 249 232 247 }
	#	capital = 340 #	Palermo
	
		allow = {
			OR = {
				religion = catholic
				is_heresy_of = catholic
			}
		}
	}
	
	k_tekke = {
		color={ 244 153 189 }
	}
	
	k_trebizond = {
		color={ 100 151 33 }
		capital = 678 # Trapezous
		culture = greek
	
		allow = {
			always = no
		}
	}

	k_ottoman = {
		color = { 247 145 30 }
		culture = turkish
	}

	k_rum = {
		color = { 144 182 161 }
		culture = turkish
		dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	}

	k_mentese = {
		color = { 60 130 20 }
		culture = turkish
	}

	k_karaman = {
		color = { 120 41 92 }
		culture = turkish
	}

	k_germiyan = {
		color = { 255 180 180 }
	}

	k_eretnid = {
		color = { 253 182 182 }
	}
	
	k_aydin = {
		color = { 238 43 172 }
	}

	k_candar = {
		color = { 238 79 182 }
		culture = turkish
	}
		
	k_byzantium = {
		color={ 165 11 111 }
		color2={ 255 255 23 }
		
		capital = 496 # Byzantion
		
		culture = greek
		
		# Creation/Usurp Trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture = greek
				}
			}
		}
		
		orthodox = 5000 # Crusade target weight
		catholic = 2000 # Crusade target weight
		zoroastrian_group = 100 # Crusade target weight
		
		d_nikaea = {
			color={ 202 101 167 }
			color2={ 255 255 20 }
			
			capital = 750 # Nikaea
			
			c_nikaea = {
				color={ 205 104 170 }
				color2={ 255 255 20 }
				
				turkish = "Iznik"
				
				b_nikaea = {
					turkish = "Iznik"
				}
				b_kios = {
				}
				b_optimatum = {
				}
				b_petobriga = {
				}
				b_kotyaion = {
				}
				b_palaeokastron = {
				}
				b_yalova = {
				}
				b_modrene = {
				}
			}
			c_nikomedeia = {
				color={ 208 107 173 }
				color2={ 255 255 20 }
				
				turkish = "Izmit"
				
				b_nikomedeia = {
					turkish = "Izmit"
				}
				b_chalkedon = {
				}
				b_chrysopolis = {
				} 
				b_praenetos = {
				}
				b_calpe = {
				}
				b_palodes = {
				}
				b_adapazari = {
					greek = "Mesonesion"
				}
				b_malagina = {
				}
			}
			c_prusa = {
				color={ 211 110 176 }
				color2={ 255 255 20 }
				
				turkish = "Bursa"
				
				b_prusa = {
					turkish = "Hdavendigar"
				}
				b_darieium = {
					greek = "Dorieion"
					turkish = "Sgt"
				}
				b_apamea = {
					greek = "Trigleia"
					turkish = "Tirilye"
				}
				b_docimium = {
					greek = "Dokimeion"
					turkish = "Iscehisar"
				}
				b_adrastea = {
				}
				b_thyatira = {
				}
				b_pelopia = {
				}
				b_miletopolis = {
				}
			}
			c_kyzikos = {
				color={ 214 113 179 }
				color2={ 255 255 20 }
				
				turkish = "Erdek"
				
				b_kyzikos = {
					turkish = "Aydincik"
				}
				b_artake = {
					turkish = "Erdek"
				}
				b_militopolis = {
				}
				b_kremasti = {
				}
				b_adrianutherai = {
				}
				b_myrina = {
				}
				b_percote = {
				}
				b_arisbe = {
				}
			}
		}
		d_samos = {
			color={ 115 55 100 }
			color2={ 255 255 20 }
			
			capital = 486 # Samos
			
			c_ephesos = {
				color={ 237 42 171 }
				color2={ 255 255 20 }
				
				turkish = "Ayasoluk"

				holy_site = orthodox
				
				b_ephesos = {
					turkish = "Ayasoluk"
				}
				b_lebedos = {
				}
				b_miletos = {
				}
				b_magnesia = {
				}
				b_tralles = {
				}
				b_iassos = {
				}
				b_palation = {
				}
				b_petron = {
				}
			}
			c_smyrna = {
				color={ 240 45 174 }
				color2={ 255 255 20 }
				
				turkish = "Izmir"
				
				b_smyrna = {
					turkish = "Izmir"
				}
				b_pergamon = {
				}
				b_phokaia = {
				}
				b_adramyttion = {
				}
				b_chio = {
				}
				b_klazomeanai = {
				}
				b_kydonia = {
				}
				b_erythrai = {
				}
			}
			c_chios = {
				color={ 243 48 177 }
				color2={ 255 255 20 }
				
				turkish = "Sisam"
				
				b_samos = {
					turkish = "Sisam"
				}
				b_chios = {
					turkish = "Sakiz"
				}
				b_tigani = {
				}
				b_marathokampos = {
				}
				b_ikaria = {
				}
				b_fourni = {
				}
				b_chrysostomos = {
				}
				b_pagondas = {
				}
			}
		}
		d_aegean_islands = {
			color={ 104 8 103 }
			color2={ 255 255 20 }
			
			capital = 484 # Naxos
			
			c_abydos = {
				color={ 147 55 115 }
				color2={ 255 255 20 }
				
				turkish = "Balakhisar"

				holy_site = hellenic_pagan
				
				b_abydos = {
					turkish = "Balakhisar"
				}
				b_lampsakos = {
				}
				b_alexandriatroas = {
				}
				b_pigai = {
				}
				b_aegae = {
				}
				b_allianoi = {
				}
				b_cebrene = {
				}
				b_elaia = {
				}
			}
			c_naxos = {
				color={ 149 57 117 }
				color2={ 255 255 20 }
				
				turkish = "Kiklad"
				italian = "Egeopelagi"
				
				b_naxos = {
					turkish = "Naksa"
					italian = "Nasso"
				}
				b_hermoupolis = {
					turkish = "Sire"
					italian = "Syra"
				}
				b_santorini = {
					greek = "Thera"
					turkish = "Santoron"
				}
				b_andros = {
				}
				b_tinos = {
				}
				b_mykonos = {
				}
				b_kastraki = {
				}
				b_filoti = {
				}
			}
			c_euboia = {
				color={ 151 59 119 }
				color2={ 255 255 20 }
				
				italian = "Negroponte"
				turkish = "Egriboz"
				
				b_chalkis = {
					italian = "Negroponte"
					turkish = "Egriboz"
				}
				b_kymi = {
				}
				b_karystos = {
				}
				b_oreoi = {
				}
				b_artemisio = {
				}
				b_istiaia = {
				}
				b_lilantia = {
				}
				b_messapia = {
				}
			}
			c_lesbos = {
				color={ 153 61 121 }
				color2={ 255 255 20 }
				
				turkish = "Midilli"
				
				b_mytilene = {
					turkish = "Midilli"
				}
				b_mithymna = {
				}
				b_plomari = {
				}
				b_agiasos = {
				}
				b_eresos = {
				}
				b_kalloni = {
				}
				b_thasos = {
				}
				b_moudros = {
				}
			}
		}
		d_thrace = {
			color={ 172 76 139 }
			color2={ 255 255 20 }
			
			capital = 496 # Byzantion
			
			orthodox = 250 # Crusade target weight
			catholic = 125 # Crusade target weight
			muslim = 100 # Crusade target weight
			
			c_kaliopolis = {
				color={ 176 80 143 }
				color2={ 255 255 20 }
				
				turkish = "Gelibolu"
				
				b_gallipoli = {
					turkish = "Gelibolu"
					greek = "Kallipolis"
				}
				b_heraclea = {
				}
				b_madyta = {
				}
				b_rhaidestos = {
				}
				b_panidos = {
				}
				b_selymbria = {
				}
				b_lysimachia = {
				}
				b_sestus = {
				}
			}
			c_byzantion = {
				color={ 180 84 147 }
				color2={ 255 255 20 }
				
				orthodox = 500 # Crusade target weight
				catholic = 250 # Crusade target weight
				muslim = 250 # Crusade target weight
				
				top_de_jure_capital = yes

				holy_site = orthodox
				
				b_constantinople = {
				}
				b_hagiasophia = {
					pentarchy = yes
					turkish = "Ayasofya"
				}
				b_galata = {
				}
				b_blachernae = {
					turkish = "Ayvansaray"
				}
				b_hieron = {
					turkish = "Kadiky"
				}
				b_deuteron = {
					turkish = "Topkapi"
				}
				b_pempton = {
				}
				b_vlanga = {
				}
			}
			c_thrake = {
				color={ 184 88 151 }
				color2={ 255 255 20 }
				
				b_verissa = {
				}
				b_sestos = {
				}
				b_chariopolis = {
				}
				b_syrallum = {
				}
				b_salmydessus = {
				}
				b_deleus = {
				}
				b_aulaeitichus = {
				}
				b_phinopolis = {
				}
			}
		}
		d_adrianopolis = {
			color={ 213 74 165 }
			color2={ 255 255 20 }
			
			capital = 494 # Adrianopolis
			
			c_adrianopolis = {
				color={ 216 77 168 }
				color2={ 255 255 20 }
				
				turkish = "Edirne"
				
				b_adrianopolis = {
					turkish = "Edirne"
				}
				b_didymoteichon = {
				}
				b_traianopolis = {
				}
				b_skalothe = {
				}
				b_berat = {
				}
				b_kypsela = {
				}
				b_demotika = {
				}
				b_ainos = {
				}
			}
			c_philippopolis = {
				color={ 219 80 171 }
				color2={ 255 255 20 }
				
				turkish = "Filibe"
				
				b_philippopolis = {
					turkish = "Filibe"
				}
				b_xantheia = {
				}
				b_klokoknitsa = {
				}
				b_prodromos = {
				}
				b_peritheorion = {
				}
				b_anaktoropolis = {
				}
				b_polystylon = {
				}
				b_mosynopolis = {
				}
			}
		}
		d_thessalonika = {
			color={ 189 19 130 }
			color2={ 255 255 20 }
			
			capital = 490 # Thessalonike
			
			c_chalkidike = {
				color={ 192 22 133 }
				color2={ 255 255 20 }

				holy_site = orthodox
				
				b_serres = {
				}
				b_mntathos = {
				}
				b_philippi = {
				}
				b_chrysiopolis = {
				}
				b_siderokastron = {
				}
				b_zicna = {
				}
				b_melnik = {
				}
				b_drama = {
				}
			}
			c_thessalonike = {
				color={ 195 25 136 }
				color2={ 255 255 20 }
				
				turkish = "Salonika"

				holy_site = hellenic_pagan
				
				b_thessaloniki = {
					turkish = "Salonika"
				}
				b_thesedessa = {
				}
				b_voden = {
				}
				b_hlerin = {
				}
				b_cemren = {
				}
				b_veria = {
				}
				b_elasson = {
				}
				b_servia = {
				}
			}
			c_thessalia = {
				color={ 198 28 139 }
				color2={ 255 255 20 }
				
				turkish = "Tesalya"
				
				b_larissa = {
					turkish = "Yenisehir i-Fenari"
				}
				b_volos = {
				}
				b_neopetra = {
				}
				b_damasis = {
				}
				b_kastri = {
				}
				b_pharsalos = {
				}
				b_trikkala = {
				}
				b_stagi = {
				}
			}
		}
		d_dyrrachion = {
			color={ 137 27 99 }
			color2={ 255 255 20 }
			
			capital = 470 # Dyrrachion
			
			c_strymon = {
				color={ 139 29 101 }
				color2={ 255 255 20 }
				
				b_skopje = {
				}
				b_strumica = {
				}
				b_veles = {
				}
				b_prilep = {
				}
				b_prosek = {
				}
				b_trikves = {
				}
				b_kocane = {
				}
				b_kratovo = {
				}
			}
			c_ochrid = {
				color={ 141 31 103 }
				color2={ 255 255 20 }
				
				greek = "Lychnidos"
				
				b_debar = {
				}
				b_ohrid = {
					greek = "Lychnidos"
				}
				b_kastoria = {
				}
				b_kicevo = {
				}
				b_svetigrad = {
				}
				b_bitola = {
				}
				b_tomot = {
				}
				b_krusevo = {
				}
			}
			c_dyrrachion = {
				color={ 143 33 105 }
				color2={ 255 255 20 }
				
				italian = "Durazzo"
				serbian = "Ohrid"
				bulgarian = "Ohrid"
				
				b_durazzo = {
					greek = "Dyrrhachion"
					italian = "Durazzo"
				}
				b_chounavia = {
				}
				b_valona = {
				}
				b_kruje = {
					greek = Krougia
				}
				b_elbasan = {
				}
				b_geziq = {
				}
				b_spinarizza = {
				}
				b_beat = {
				}
			}
		}
		d_epirus = {
			color={ 134 63 109 }
			color2={ 255 255 20 }
			
			capital = 473 # Arta
			
			c_epeiros = {
				color={ 138 67 113 }
				color2={ 255 255 20 }
				
				b_butrint = {
					greek = "Bouthroton"
				}
				b_paramythia = {
				}
				b_ioannina = {
				}
				b_sopot = {
					greek = "Koritsa"
				}
				b_pogonia = {
				}
				b_gjirokaster = {
					greek = Argyrokastron
				}
				b_igoumenitsa = {
				}
				b_sagiada = {
				}
			}
			c_arta = {
				color={ 142 71 117 }
				color2={ 255 255 20 }
				
				b_preveza = {
				}
				b_angelokastron = {
				}
				b_arta = {
				}
				b_agnanta = {
				}
				b_thomokastron = {
				}
				b_vonitsza = {
				}
				b_vlacherna = {
				}
				b_rogoi = {
				}
			}
			c_cephalonia = {
				color={ 146 75 121 }
				color2={ 255 255 20 }
				
				turkish = "Iyonya"
				
				b_corfu = {
				}
				b_lefkas = {
					turkish = "Ayamavra"
				}
				b_palaiofrourio = {
				}
				b_kefalonia = {
				}
				b_zante = {
				}
				b_paxos = {
					italian = "Passo"
					turkish = "Paksa"
				}
				b_ithaca = {
					turkish = "Fiaki"
				}
				b_cerigo = {
					turkish = "uha"
				}
			}
		}
		d_athens = {
			color={ 206 66 158 }
			color2={ 255 255 20 }
			
			capital = 482 # Atheniai
			
			c_demetrias = {
				color={ 209 69 161 }
				color2={ 255 255 20 }
				
				b_thebes = {
				}
				b_lebadea = {
				}
				b_neopatras = {
				}
				b_boudonitza = {
				}
				b_levadhia = {
				}
				b_demetrias = {
				}
				b_ravennika = {
				}
				b_gravia = {
				}
			}
			c_hellas = {
				color={ 212 72 164 }
				color2={ 255 255 20 }
				
				b_naupaktos = {
				}
				b_amphissa = {
				}
				b_lidoriki = {
				}
				b_kastrinitsi = {
				}
				b_markrynia = {
				}
				b_paravola = {
				}
				b_amfissa = {
				}
				b_itea = {
				}
			}
			c_atheniai = {
				color={ 215 75 167 }
				color2={ 255 255 20 }

				holy_site = hellenic_pagan
				
				b_athens = {
				}
				b_piraeaus = {
				}
				b_megara = {
				}
				b_soula = {
				}
				b_daphni = {
				}
				b_karydi = {
				}
				b_salamis = {
				}
				b_marathon = {
				}
			}
		}
		d_achaia = {
			color={ 190 29 134 }
			color2={ 255 255 20 }
			
			capital = 476 # Achaia
			
			c_achaia = {
				color={ 192 31 136 }
				color2={ 255 255 20 }
				
				b_patras = {
				}
				b_pyrgos = {
				}
				b_andravida = {
				}
				b_kalavryta = {
				}
				b_akova = {
				}
				b_chalandritza = {
				}
				b_karditza = {
				}
				b_geraki = {
				}
			}
			c_korinthos = {
				color={ 194 33 138 }
				color2={ 255 255 20 }
				
				b_corinth = {
				}
				b_nauplion = {
				}
				b_argos = {
				}
				b_passava = {
				}
				b_vostitza = {
				}
				b_zemenos = {
				}
				b_veligosti = {
				}
				b_megapoli = {
				}
			}
			c_methone = {
				color={ 196 35 140 }
				color2={ 255 255 20 }
				
				b_modon = {
					greek = "Methone"
					italian = "Modone"
				}
				b_kiparissia = {
				}
				b_kalamata = {
				}
				b_coron = {
				}
				b_karytaina = {
				}
				b_gritzena = {
				}
				b_pilos = {
				}
				b_androusa = {
				}
			}
			c_monemvasia = {
				color={ 198 37 142 }
				color2={ 255 255 20 }
				
				b_monemvasia = {
				}
				b_mistra = {
				}
				b_arkadia = {
				}
				b_nikli = {
				}
				b_sparta = {
				}
				b_lacedaemonia = {
				}
				b_gythio = {
				}
				b_elos = {
				}
			}
		}
		d_krete = {
			color={ 205 110 35 }
			color2={ 255 255 20 }
			
			capital = 480 # Chandax
			
			c_kaneia = {
				color={ 178 11 120 }
				color2={ 255 255 20 }
				
				bedouin_arabic = "Al-Hanim"
				maghreb_arabic = "Al-Hanim"
				levantine_arabic = "Al-Hanim"
				egyptian_arabic = "Al-Hanim"
				andalusian_arabic = "Al-Hanim"
				turkish = "Hanya"
				
				b_kandia = {
					bedouin_arabic = "Al-Hanim"
					maghreb_arabic = "Al-Hanim"
					levantine_arabic = "Al-Hanim"
					egyptian_arabic = "Al-Hanim"
					andalusian_arabic = "Al-Hanim"
					turkish = "Hanya"
				}
				b_rethymno = {
				}
				b_matala = {
				}
				b_kastellikissamos = {
				}
				b_paleohora = {
				}
				b_akrotin = {
				}
				b_nikiforosfokas = {
				}
				b_arkadi = {
				}
			}
			c_chandax = {
				color={ 182 15 124 }
				color2={ 255 255 20 }
				
				greek = Gortyn
				italian = Gortyn
				
				b_iraklio = {
					greek = "Gortyn"
					italian = "Candia"
					turkish = "Kandiye"
					maghreb_arabic = "Khandaq"
					levantine_arabic = "Khandaq"
					egyptian_arabic = "Khandaq"
					bedouin_arabic = "Khandaq"
					andalusian_arabic = "Khandaq"
				}
				b_agiosnikolaos = {
				}
				b_lassithi = {
				}
				b_malia = {
				}
				b_kastelli = {
				}
				b_sitia = {
				}
				b_ierapetra = {
				}
				b_knossos = {
				}
			}
		}
		d_cyprus = {
			color={ 239 109 163 }
			color2={ 255 255 20 }
			
			capital = 757 # Famagusta
			
			c_famagusta = {
				color={ 228 19 156 }
				color2={ 255 255 20 }
				
				turkish = "Magusa"
				
				b_famagusta = {
					turkish = "Magusa"
				}
				b_cithium = {
				}
				b_nikosia = {
				}
				b_sthilarion = {
				}
				b_kyrenia = {
				}
				b_buffavento = {
				}
				b_kantara = {
				}
				b_peristerona = {
				}
			}
			c_limisol = {
				color={ 231 22 159 }
				color2={ 255 255 20 }
				
				turkish = "Leymosun"
				
				b_limmassol = {
					turkish = "Leymosun"
				}
				b_paphos = {
				}
				b_arsinoe = {
				}
				b_kolossi = {
				}
				b_morphou = {
				}
				b_agridi = {
				}
				b_dieudamour = {
				}
				b_khirokitia = {
				}
			}
		}
		
		d_cibyrrhaeot = { 
			color={ 108 29 80 }
			color2={ 255 255 20 }
			
			capital = 755 # Attaleia
			
			c_attaleia = {
				color={ 112 33 84 }
				color2={ 255 255 20 }
				
				turkish = "Antalya"
				
				b_attaleia = {
					turkish = "Antalya"
				}
				b_cibyra = {
				}
				b_side = {
				}
				b_slege = {
				}
				b_sagalassos = {
				}
				b_galanauros = {
				}
				b_panemotichus = {
				}
				b_sillyon = {
				}
			}
			c_rhodos = {
				color={ 116 37 88 }
				color2={ 255 255 20 }
				
				b_rhodos = {
				}
				b_lindos = {
				}
				b_kos = {
				}
				b_karpathos = {
				}
				b_pefkos = {
				}
				b_ialysos = {
				}
				b_haraki = {
				}
				b_koskinou = {
				}
			}
			c_lykia = {
				color={ 120 41 92 }
				color2={ 255 255 20 }
				
				turkish = "Mugla"
				
				b_halikarnassos = {
					turkish = "Bodrum"
				}
				b_myra = {
				}
				b_telmissos = {
					turkish = "Mugla"
				}
				b_kibyra = {
				}
				b_patara = {
				}
				b_mylasa = {
					turkish = "Milas"
				}
				b_limyra = {
				}
				b_phaselis = {
				}
			}
		}
	}
	
	k_anatolia = {
		color={ 177 60 100 }
		color2={ 255 255 23 }
		
		capital = 759 # Ikonion
		
		culture = greek
		
		orthodox = 300 # Crusade target weight
		catholic = 75 # Crusade target weight
		muslim = 100 # Crusade target weight
		zoroastrian_group = 100 # Crusade target weight
		
		d_anatolia = {
			color={ 174 23 122 }
			color2={ 255 255 20 }
			
			capital = 759 # Ikonion
			
			c_dorylaion = {
				color={ 176 25 124 }
				color2={ 255 255 20 }
				
				turkish = "Ktahya"
				
				b_dorylaion = {
					turkish = "Eskisehir"
				}
				b_pessinus = {
				}
				b_kotiaion = {
					turkish = "Ktahya"
				}
				b_orkistos = {
				}
				b_polybotos = {
				}
				b_iustinianopolis = {
				}
				b_carura = {
				}
				b_germia = {
				}
			}
			c_ikonion = {
				color={ 178 27 126 }
				color2={ 255 255 20 }
				
				turkish = "Konya"
				
				b_ikonion = {
					turkish = "Konya"
				}
				b_lisdra = {
				}
				b_gaspadale = {
				}
				b_isauria = {
				}
				b_laranda = {
				}
				b_terpe = {
				}
				b_amblada = {
				}
				b_sauatra = {
				}
			}
		}
		
		d_thracesia = {
			color={ 154 43 116 }
			color2={ 255 255 20 }
			
			capital = 748 # Laodikeia
			
			c_sozopolis = {
				color={ 158 47 120 }
				color2={ 255 255 20 }
				
				turkish = "Isparta"
				
				b_souzopolis = {
					turkish = "Afyonkarahisar"
				}
				b_synnada = {
				}
				b_aezani = {
				}
				b_cadi = {
				}
				b_polidorion = {
				}
				b_kelainai = {
				}
				b_dinar = {
				}
				b_isparta = {
					greek = "Baris"
				}
			}
			c_laodikeia = {
				color={ 162 51 124 }
				color2={ 255 255 20 }
				
				turkish = "Alasehir"
				
				b_laodikeia = {
				}
				b_philadelphia = {
					turkish = "Alasehir"
				}
				b_rhoas = {
				}
				b_sardes = {
				}
				b_hieropolis = {
				}
				b_kona = {
				}
				b_gordes = {
				}
				b_flaviupolis = {
				}
			}
		}
		
		d_charsianon = {
			color={ 237 68 178 }
			color2={ 255 255 20 }
			
			capital = 760 # Tyana
			
			c_kaisereia = {
				color={ 240 71 181 }
				color2={ 255 255 20 }
				
				turkish = Kayseri
				
				b_kaisereia = {
					turkish = Kayseri
				}
				b_misti = {
				}
				b_talas = {
				}
				b_sariz = {
				}
				b_masaka = {
				}
				b_dobada = {
				}
				b_venessa = {
				}
				b_zoropassos = {
				}
			}
			c_galatia = {
				color={ 243 74 184 }
				color2={ 255 255 20 }
				
				turkish = "Kirsehir"
				
				b_mikissos = {
					turkish = "Kirsehir"
				}
				b_tavia = {
				}
				b_asponia = {
				}
				b_nyssa = {
				}
				b_carissa = {
				}
				b_kochisar = {
				}
				b_karacaviran = {
				}
				b_garsaura = {
				}
			}
			c_tyana = {
				color={ 246 77 187 }
				color2={ 255 255 20 }
				
				turkish = Aksaray
				
				b_tyana = {
				}
				b_archelais = {
					turkish = Aksaray
				}
				b_anatoliaheraklea = {
				}
				b_nazianus = {
				}
				b_cybistra = {
				}
				b_gamar = {
				}
				b_tomarza = {
				}
				b_faustinopolis = {
				}
			}
		}
		d_armeniacon = {
			color={ 255 0 167 }
			color2={ 255 255 20 }
			
			capital = 738 # Amisos
			
			c_amisos = {
				color={ 255 2 169 }
				color2={ 255 255 20 }
				
				turkish = "Amasya"
				
				b_amisos = {
				}
				b_amasia = {
					turkish = "Amasya"
				}
				b_thermodon = {
				}
				b_eupatoria = {
				}
				b_zela = {
				}
				b_dazimon = {
				}
				b_neokaisarea = {
				}
				b_phadisane = {
				}
			}
			c_sinope = {
				color={ 255 4 171 }
				color2={ 255 255 20 }
				
				b_sinope = {
				}
				b_pompeiopolis = {
				}
				b_germanicopolis = {
				}
				b_aboniteichos = {
				}
				b_amastris = {
				}
				b_comana = {
				}
				b_talaura = {
				}
				b_themiscyra = {
				}
			}
		}
		d_paphlagonia = {
			color={ 234 157 207 }
			color2={ 255 255 20 }
			
			capital = 753 # Ankyra
			
			c_paphlagonia = {
				color={ 231 74 177 }
				color2={ 255 255 20 }
				
				turkish = "Kastamonu"
				
				b_kastamonu = {
				}
				b_anastasiopolis = {
				}
				b_gangra = {
				}
				b_safranbolu = {
				}
				b_cabira = {
				}
				b_bolu = {
				}
				b_zaliscus = {
				}
				b_leontopolis = {
				}
			}
			c_herakleia = {
				color={ 235 78 181 }
				color2={ 255 255 20 }
				
				turkish = "Eregli"
				
				b_herakleia = {
					turkish = "Eregli"
				}
				b_claudiopolis = {
				}
				b_flaviopolis = {
				}
				b_polis = {
				}
				b_bithynium = {
				}
				b_zephyropoli = {
				}
				b_amastrine = {
				}
				b_tium = {
				}
			}
			c_ankyra = {
				color={ 239 82 185 }
				color2={ 255 255 20 }
				
				turkish = Ankara
				
				b_ankyra = {
					turkish = Ankara
				}
				b_germa = {
				}
				b_akroynon = {
				}
				b_gordium = {
				}
				b_amorion = {
				}
				b_gordoservon = {
				}
				b_nakoleia = {
				}
				b_haymana = {
				}
			}
		}
		
		d_trebizond = {
			color={ 135 50 100 }
			color2={ 255 255 255 }
			
			capital = 678 # Trepezous
			
			dignity = 7
			
			c_theodosiopolis = {
				color={ 140 50 100 }
				color2={ 255 255 255 }
				
				b_theodosiopolis = {
				}
				b_argyropolis = {
				}
				b_citharizum = {
				}
				b_satala = {
				}
				b_thera = {
				}
				b_oukhiti = {
				}
				b_askale = {
				}
				b_tortum = {
				}
			}
			c_trapezous = {
				color={ 149 70 110 }
				color2={ 255 255 255 }
				
				b_trapezous = {
				}
				b_koralla = {
				}
				b_rizaion = {
				}
				b_paiperta = {
				}
				b_rizini = {
				}
				b_alucra = {
				}
				b_kelkit = {
				}
				b_dereli = {
				}
			}
			c_chaldea = {
				color={ 159 50 90 }
				color2={ 255 255 255 }
				
				b_kerasous = {
				}
				b_cotyora = {
				}
				b_camachus = {
				}
				b_ibora = {
				}
				b_podandos = {
				}
				b_tilgarimo = {
				}
				b_sebastea = {
					armenian = "Sebasta"
					greek = "Sebasteia"
					turkish = "Sivas"
				}
				b_heracleopolis = {
				}
			}
		}
		d_armenia_minor = { # Cilicia in-game
			color={ 214 140 190 }
			color2={ 255 255 255 }
			
			capital = 761 # Tarsos
			
			armenian = "Armenia Minor"
	
			c_lykandos = {
				color={ 214 140 195 }
				color2={ 255 255 255 }
				
				turkish = "Elbistan"
	
				b_lykandos = {
					turkish = "Elbistan"
				}
				b_tzamandos = {
				}
				b_comanagene = {
				}
				b_symposion = {
				}
				b_papurius = {
				}
				b_cocussus = {
				}
				b_germanikeia = {
				}
				b_arabissus = {
				}
			}
			c_tarsos = {
				color={ 194 140 175 }
				color2={ 255 255 255 }
				
				turkish = "Mersin"
				armenian = "Darson"
	
				b_tarsos = {
					turkish = "Mersin"
					armenian = "Darson"
				}
				b_lamas = {
				}
				b_castabala = {
				}
				b_lampron = {
				}
				b_zephyrium = {
				}
				b_pendosis = {
				}
				b_korikos = {
				}
				b_bardzerben = {
				}
			}
			c_adana = {
				color={ 194 110 145 }
				color2={ 255 255 255 }
	
				b_adana = {
				}
				b_sis = {
				}
				b_anazarba = {
				}
				b_mamistra = {
				}
				b_lajazzo = {
					armenian = "Ayas"
					greek = "Aegeas"
				}
				b_trazak = {
				}
				b_vahka = {
				}
				b_mopsuestia = {
				}
			}
			c_teluch = {
				color={ 145 90 105 }
				color2={ 255 255 255 }
				
				greek = "Doliche"
				turkish = "Gvur"
	
				b_teluch = {
					greek = "Doliche"
					turkish = "Kadirli"
				}
				b_germanias = {
					turkish = "Haruniye"
				}
				b_perre = {
				}
				b_komanal = {
				}
				b_kapan = {
				}
				b_tavplur = {
				}
				b_koksen = {
				}
				b_hajin = {
				}
			}
			c_seleukeia = {
				color={ 165 70 105 }
				color2={ 255 255 255 }
	
				turkish = "Silifke"
			
				b_seleukeia = {
					turkish = "Silifke"
				}
				b_germanak = {
				}
				b_irenopolis = {
				}
				b_corycus = {
				}
				b_ninica = {
				}
				b_selinus = {
				}
				b_anemurium = {
				}
				b_dalisandus = {
				}
			}
		}
	}
	
	k_armenia = {
		color={ 172 82 55 }
		color2={ 255 255 255 }
		
		capital = 681 #	Ani
		
		culture = armenian
		
		orthodox = 300 # Crusade target weight
		muslim = 100 # Crusade target weight
		zoroastrian_group = 200 # Crusade target weight
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
	
		d_armenia = {
			color={ 154 77 36 }
			color2={ 255 255 255 }
			
			capital = 682 # Vaspurakan
			
			c_vaspurakan = {
				color={ 144 67 36 }
				color2={ 255 255 255 }
				
				turkish = "Van"
				kurdish = "Wan"
				
				b_haykaberd = {
				}
				b_van = {
				}
				b_surbkhach = {
				}
				b_vostan = {
				}
				b_varagavank = {
				}
				b_aghtamar = {
				}
				b_bakear = {
				}
				b_hadamakert = {
				}
			}
			c_dwin = {
				color={ 138 77 40 }
				color2={ 255 255 255 }
				
				turkish = "Erivan"
				
				b_dvin = {
				}
				b_etchmiadzin = {
				}
				b_erebuni = {
				}
				b_alaverdi = {
				}
				b_khorvirap = {
				}
				b_matsnaberd = {
				}
				b_tumanyan = {
				}
			}
			c_ani = {
				color={ 168 87 50 }
				color2={ 255 255 255 }
				
				turkish = "Kars"
				
				b_midjnaberd = {
				}
				b_ani = {
				}
				b_surpasdvadzadzin = {
				}
				b_karutsberd = {
				}
				b_karuts = {
				}
				b_artashat = {
				}
				b_oshakan  = {
				}
				b_zvartnots = {
				}
			}
			c_lori = {
				color={ 142 70 45 }
				color2={ 255 255 255 }
			
				b_lori_berd = {}
				b_dzegh = {}
				b_dmanis = {}
				b_agarak = {}
				b_hovk = {}
				b_sanahin = {}
				b_erkan = {}
			}
		}
		d_mesopotamia = {
			color={ 155 88 20 }
			color2={ 255 255 255 }
			
			capital = 702 # Mesopotamia
			
			c_karin = {
				color={ 155 95 20 }
				color2={ 255 255 255 }
				
				turkish = "Erzurum"
				
				b_daroynk = {
				}
				b_karin = {
					turkish = "Erzurum"
				}
				b_owshank = {
				}
				b_mardin = {
				} 
				b_baghesh = {
				}
				b_pasen = {
				}
				b_tercan = {
				}
				b_kirklarkilisesi = {
				}
			}
			c_mesopotamia = {
				color={ 165 99 25 }
				color2={ 255 255 255 }
				
				b_tzimisca = {
				}
				b_martyropolis = {
				}
				b_mayafaraqin = {
				}
				b_jermuk = {
				}
				b_arghana = {
				}
				b_hani = {
				}
				b_lice = {
				}
				b_tigranakert = {
				}
			}
			c_taron = {
				color={ 155 70 25 }
				color2={ 255 255 255 }
				
				b_manzikert = {
				}
				b_mush = {
				}
				b_glak = {
				}
				b_ararati = {
				}
				b_artchesh = {
				}
				b_arakelots = {
				}
				b_akhlat = {
				}
				b_sason = {
				}
			}
		}
		d_edessa = {
			color={ 182 110 45 }
			color2={ 255 255 255 }
			
			capital = 699 # Edessa
			
			c_edessa = {
				color={ 175 105 45 }
				color2={ 255 255 255 }
				
				b_edessa = {
				}
				b_sruk = {
				}
				b_bile = {
				}
				b_tulupe = {
				}
				b_kaisun = {
				}
				b_samsat = {
				}
				b_harran = {
				}
				b_edesurfa = {
				}
			}
			c_tell_bashir = {
				color={ 175 125 35 }
				color2={ 255 255 255 }
				
				b_turbessel = {
				}
				b_buzaa = {
				}
				b_manbij = {
				}
				b_nizip = {
				}
				b_zeugma = {
				}
				b_makedonopolis = {
				}
				b_birtha = {
				}
				b_jarabulus = {
				}
			}
			c_aintab = {
				color={ 195 125 55 }
				color2={ 255 255 255 }
				
				b_aintab = {
				}
				b_marash = {
				}
				b_kyrrhos = {
				}
				b_ravendan = {
				}
				b_duluk = {
				}
				b_hromgla = {
				}
				b_raban = {
				}
				b_amanus = {
				}
			}
		}
		d_coloneia = {
			color={ 195 125 55 }
			color2={ 255 255 255 }
			
			capital = 706 # Koloneia
			
			c_koloneia = {
				color={ 195 120 50 }
				color2={ 255 255 255 }
				
				b_koloneia = {
				}
				b_anatolnikopolis = {
				}
				b_tephrice = {
				}
				b_mazaka = {
				}
				b_celtzene = {
				}
				b_gamakh = {
				}
				b_akn = {
				}
				b_gerjanis = {
				}
			}
			c_melitene = {
				color={ 175 110 40 }
				color2={ 255 255 255 }
				
				b_melitene = {
				}
				b_arca = {
				}
				b_samosata = {
				}
				b_corduene = {
				}
				b_seneqerim = {
				}
				b_arguvan = {
				}
				b_kigi = {
				}
				b_yedisu = {
				}
			}
		}
	}
	k_bulgaria = {
		color={ 113 88 101 }
		color2={ 255 255 255 }
		
		culture = bulgarian
		
		capital = 499 # Tyrnovo
		
		orthodox = 300 # Crusade target weight
		catholic = 100 # Crusade target weight
		slavic_pagan_reformed = 50 # Crusade target weight
		tengri_pagan_reformed = 50
		
		d_vidin = {
			color={ 122 103 58 }
			color2={ 255 255 255 }
			
			capital = 506 # Vidin
			
			greek = "Bononia"
			
			c_vidin = {
				color={ 124 105 60 }
				color2={ 255 255 255 }
				
				greek = "Bononia"
				
				b_vidin = {
					greek = "Bononia"
				}
				b_viseslav = {
				}
				b_kula = {
				}
				b_srvljig = {
				}
				b_pirot = {
				}
				b_bolvan = {
				}
				b_kucevo = {
				}
				b_zajecar = {
				}
			}
			c_naissus = {
				color={ 126 107 62 }
				color2={ 255 255 255 }
				
				serbian = "Nish"
				croatian = "Nish"
				bulgarian = "Nish"
				
				b_nish = {
					greek = "Naissos"
				}
				b_kumanovo = {
				}
				b_koprijan = {
				}
				b_brdo = {
				}
				b_vranje = {
				}
				b_lesnovo = {
				}
				b_kambelevac = {
				}
				b_knjazevac = {
				}
			}
		}
		d_turnovo = { # Moesia
			color={ 197 39 154 }
			color2={ 255 255 255 }
			
			capital = 499 # Tyrnovo
			
			c_tyrnovo = {
				color={ 156 41 199 }
				color2={ 255 255 255 }
				
				greek = "Moesia"
				
				b_tyrnovo = {
					greek = "Noba" # Roman Novae
				}
				b_irinopolis = {
				}
				b_kilifarevski = {
				}
				b_hisarya = {
				}
				b_opan = {
				}
				b_chirpan = {
				}
				b_maglizh = {
				}
				b_kazanlak = {
				}
			}
			c_serdica = {
				color={ 158 43 201 }
				color2={ 255 255 255 }
				
				bulgarian = "Sofia"
				serbian = "Sofia"
				croatian = "Sofia"
				russian = "Sofia"
				polish = "Sofia"
				
				b_serdica = {
					bulgarian = "Sofia"
					serbian = "Sofia"
					croatian = "Sofia"
					russian = "Sofia"
					polish = "Sofia"
				}
				b_velbazhd = {
				}
				b_rila = {
				}
				b_etropole = {
				}
				b_pernik = {
				}
				b_breznik = {
				}
				b_pravets = {
				}
				b_samundzhievo = {
				}
			}
			c_nikopolis = {
				color={ 160 45 203 }
				color2={ 255 255 255 }
				
				b_nikopolis = {
				}
				b_pleven = {
				}
				b_oescus = {
				}
				b_belene = {
				}
				b_iskar = {
				}
				b_pordim = {
				}
				b_knezha = {
				}
				b_dolnidabknik = {
				}
			}
			c_dorostotum = {
				color={ 162 47 205 }
				color2={ 255 255 255 }
				
				b_dorosturum = {
				}
				b_rusi = {
				}
				b_shumen = {
				}
				b_borovo = {
				}
				b_byaladve = {
				}
				b_slivopole = {
				}
				b_tsenovo = {
				}
				b_samuil = {
				}
			}
		}
		d_karvuna = {
			color={ 227 79 190 }
			color2={ 255 255 255 }
			
			capital = 509 # Karvuna
			
			c_mesembria = {
				color={ 207 92 250 }
				color2={ 255 255 255 }
				
				b_mesembria = {
				}
				b_varna = {
				}
				b_anchilios = {
				}
				b_aetos = {
				}
				b_sozopolis = {
				}
				b_odessos = {
				}
				b_bourgas = {
				}
				b_valchidol = {
				}
			}
			c_karvuna = {
				color={ 210 95 253 }
				color2={ 255 255 255 }
				
				greek = "Krounoi"
				
				b_karvuna = {
					greek = "Krounoi"
				}
				b_kaliakra = {
					greek = "Akrai"
				}
				b_silistria = {
				}
				b_dobrich = { # Balchik
					greek = "Dionysopolis"
				}
				b_prezlav = {
				}
				b_venets = {
				}
				b_varbitsz = {
				}
				b_smyadovo = {
				}
			}
			c_constantia = {
				color={ 213 98 253 }
				color2={ 255 255 255 }
				
				b_constantia = {
				}
				b_carachioi = {
				}
				b_adamclisi = {
				}
				b_mesgidia = {
				}
				b_cobadin = {
				}
				b_cogealac = {
				}
				b_mangalia = {
				}
				b_topraisar = {
				}
			}
		}
	}
	
	k_serbia = {
		color={ 113 98 61 }
		color2={ 255 255 255 }
		
		culture = serbian
		
		capital = 502 # Rashka
		
		orthodox = 300 # Crusade target weight
		catholic = 100 # Crusade target weight
		
		d_rashka = {
			color={ 168 135 57 }
			color2={ 255 255 255 }
			
			capital = 502 # Rashka
			
			greek = "Rascia"
			
			c_rashka = {
				color={ 172 139 61 }
				color2={ 255 255 255 }
				
				greek = "Rascia"
				
				b_prizren = {
					greek = "Petrizen"
				}
				b_decani = {
				}
				b_dioclea = {
				}
				b_svetispas = {
				}
				b_trepca = {
				}
				b_zvecan = {
				}
				b_djakovica = {
				}
				b_polog = {
				}
			}
			c_hum = { 
				color={ 176 143 64 }
				color2={ 255 255 255 }
				
				greek = "Arsa"
				
				b_plav = {
				}
				b_pec = {
				}
				b_novipazar = {
					greek = "Arsa"
				}
				b_stupovi = {
				}
				b_belacrkva = {
				}
				b_bradarevo = {
				}
				b_moraca = {
				}
				b_medun = {
				}
			}
			c_belgrade = {
				color={ 150 124 61 }
				color2={ 255 255 255 }
				
				serbian = "Belgrad"
				croatian = "Belgrad"
				bulgarian = "Belgrad"
				greek = "Singidounon"
				
				b_belgrade = {
					serbian = "Belgrad"
					croatian = "Belgrad"
					bulgarian = "Belgrad"
					greek = "Singidounon"
				}
				b_zemun = {
				}
				b_smederevo = {
				}
				b_kragujevac = {
				}
				b_rudnik = {
				}
				b_branicevo = {
				}
				b_pozarevac = {
				}
				b_lipovic = {
				}
			}
		}
		d_dioclea = {
			color={ 129 94 13 }
			color2={ 255 255 255 }
			
			capital = 468 # Ragusa
			
			serbian = "Duklja"
			croatian = "Duklja"
			bulgarian = "Duklja"
			
			c_zeta = {
				color={ 131 96 15 }
				color2={ 255 255 255 }
				
				b_podgorica = {
					greek = "Birziminium"
				}
				b_bar = {
					italian = Antivari
					greek = Antivarion
				}
				b_kotor = {
					italian = Cattaro
					greek = Askrivion
				}
				b_skadar = {
					italian = Scutari
					greek = Skoutarion
				}
				b_ulcinj = {
				}
				b_budva = {
				}
				b_danj = {
				}
				b_drivast = {
				}
			}
			c_ragusa = {
				color={ 133 98 17 }
				color2={ 255 255 255 }
				
				greek = "Raugia"
				croatian = "Dubrovnik"
				serbian = "Dubrovnik"
				
				b_ragusa = {
					greek = "Raugia"
					croatian = "Dubrovnik"
					serbian = "Dubrovnik"
				}
				b_narona = {
				}
				b_cavtat = {
					greek = "Epidauros"
					italian = "Ragusavecchia"
				}
				b_zaton = {
				} 
				b_slano = {
				}
				b_mljet = {
				}
				b_kolocep = {
				}
				b_sipan = {
				}
			}
		}
	}
		
	k_croatia = {
		color={ 122 46 58 }
		color2={ 200 0 0 }
		
		culture = croatian
		
		capital = 465 # Zadar
		
		orthodox = 300 # Crusade target weight
		catholic = 1000 # Crusade target weight
	
		d_slavonia = {
			color={ 184 137 137 }
			color2={ 255 255 255 }
			
			capital = 461 # Zagreb
	
			c_krizevci = {
				color={ 186 139 139 }
				color2={ 255 255 255 }
	
				b_krizevci = {
				}
				b_koprivnica = {
				}
				b_osijek = {
				}
				b_vinkovci = {
				}
				b_vukovar = {
				}
				b_durdevac = {
				}
				b_pozega = {
				}
				b_virovitica = {
				}
			}
			c_zagreb = {
				color={ 189 141 141 }
				color2={ 255 255 255 }
	
				b_zagreb = {
				}
				b_sisak = {
				}
				b_karlovac = {
				}
				b_cetin = {
				}
				b_zrin = {
				}
				b_dreznik = {
				}
				b_stenicnjak = {
				} 
				b_ozalj = {
				}
			}
			c_varadzin = {
				color={ 191 143 143 }
				color2={ 255 255 255 }
	
				b_varazdin = {
				}
				b_cakovec = {
				}
				b_ludbreg = {
				}
				b_lepoglava = {
				}
				b_toplice = {
				}
				b_krapina = {
				}
				b_donjastubica = {
				}
				b_oroslavje = {
				}
			}
		}
		d_bosnia = {
			color={ 194 115 115 }
			color2={ 255 255 255 }
			
			capital = 463 # Usora
	
			c_rama = {
				color={ 197 118 118 }
				color2={ 255 255 255 }
	
				b_rama = {
				}
				b_samobor = {
				}
				b_usice = {
				}
				b_borac = {
				}
				b_srebrenica = {
				}
				b_srebrnik = {
				}
				b_zenica = {
				}
				b_zvornik = {
				}
			}
			c_usora = {
				color={ 200 121 121 }
				color2={ 255 255 255 }
	
				b_usora = {
				}
				b_banjaluka = {
				} 
				b_bihac = {
				}
				b_jajce = {
				}
				b_bocac = {
				}
				b_kuljc = {
				}
				b_prijedor = {
				}
				b_blagaj = {
				}
			}
		}
		d_croatia = {
			color={ 162 53 53 }
			color2={ 255 255 255 }
			
			capital = 464 # Senj
	
			c_zachlumia = {
				color={ 166 57 57 }
				color2={ 255 255 255 }
	
				b_mostar = {
				}
				b_duvno = {
				}
				b_livno = {
				}
				b_capljina = {
				}
				b_sirokibrijeg = {
				}
				b_ljubuski = {
				}
				b_drvar = {
				}
				b_neretva = {
				}
			}
			c_senj = {
				color={ 170 61 61 }
				color2={ 255 255 255 }
				
				greek = "Attienities"
				italian = "Segna"
				german = "Zengg"
				hungarian = "Zeng"
	
				b_senj = {
					greek = "Attienities"
					italian = "Segna"
					german = "Zengg"
					hungarian = "Zeng"
				}
				b_kaseg = {
				}
				b_brinje = {
				}
				b_karlobag = {
				}
				b_perusic = {
				} 
				b_donjilapac = {
				}
				b_udbina = {
				}
				b_otocac = {
				}
			}
			c_veglia = {
				color={ 174 65 65 }
				color2={ 255 255 255 }
				
				greek = "Kyrikon"
				german = "Vegl"
	
				b_veglia = {
					greek = "Kyrikon"
					german = "Vegl"
				}
				b_krk = {
				}
				b_kraljevica = {
				}
				b_frankopan = {
				}
				b_bakar = {
				}
				b_crikvenica = {
				}
				b_cres = {
				}
				b_vrbovsko = {
				}
			}
		}
		d_dalmatia = {
			color={ 184 137 137 }
			color2={ 255 255 255 }
			
			capital = 465 # Zadar
	
			c_split = {
				color={ 186 139 139 }
				color2={ 255 255 255 }
				
				italian = "Spalato"
				greek = "Spalathos"
	
				b_split = {
					italian = "Spalato"
					greek = "Spalathos"
				}
				b_hvar = {
				}
				b_trogir = {
					greek = "Tragyrion"
					italian = "Trau"
					hungarian = "Trau"
				}
				b_solin = {
				}
				b_klis = {
				}
				b_makarska = {
				}
				b_sinj = {
				}
				b_imotski = {
				}
			}
			c_zadar = {
				color={ 188 141 141 }
				color2={ 255 255 255 }
				
				italian = "Zara"
				greek = "Diadora"
	
				b_zadar = {
					italian = "Zara"
					greek = "Diadora"
				}
				b_nin = {
				}
				b_knin = {
				}
				b_sibenik = {
				}
				b_novigrad = {
				}
				b_benkovac = {
				}
				b_obrovac = {
				}
				b_pag = {
				}
			}
		}
	}
	
	k_sicily = {
		color = { 180 160 80 }
		color2={ 255 255 255 }
		
		capital = 334 #	Napoli
		
		culture = italian
		
		catholic = 500 # Crusade target weight
		orthodox = 50
		muslim = 10
		
		d_benevento = {
			color = { 209 170 75 }
			color2={ 255 255 255 }
			
			capital = 335 # Benevento
			
			catholic = 250 # Crusade target weight
			
			c_benevento = {
				color = { 209 170 75 }
				color2={ 255 255 255 }
				
				b_benevento = {
				}
				b_avellino = {
				}
				b_ascoli = {
				}
				b_montemarono = {
				}
				b_frigento = {
				}
				b_trevico = {
				}
				b_conza = {
				}
				b_sanangelo = {
				}
			}
			c_foggia = {
				color = { 209 170 75 }
				color2={ 255 255 255 }
				
				b_foggia = {
				}
				b_siponto = {
				}
				b_lucera = {
				}
				b_troia = {
				}
				b_bovino = {
				}
				b_salapla = {
				}
				b_vieste = {
				}
				b_termoli = {
				}
			}
		}
		d_capua = {
			color = { 240 209 100 }
			color2={ 255 255 255 }
			
			greek = "Neapolis"
			
			capital = 851 # Capua
			
			catholic = 250 # Crusade target weight
			
			c_capua = {
				color = { 240 209 100 }
				color2={ 255 255 255 }
				
				greek = "Gaeta"
				
				b_capua = {
					greek = "Kapue"
				}
				b_aquino = {
				}
				b_teano = {
				}
				b_gaeta = {
				}
				b_montecassino = {
				}
				b_caserta = {
				}
				b_calvi = {
				}
				b_acerra = {
				}
			}
			c_napoli = {
				color = { 240 209 100 }
				color2={ 255 255 255 }
				
				greek = "Neapolis"
				
				b_napoli = {
					greek = "Neapolis"
				}
				b_aversa = {
				}
				b_cumae = {
				}
				b_pozzuoli = {
				}
				b_ischia = {
				}
				b_portici={
				}
				b_turris_octava={
				}
				b_afragola={
				}
			}
		}
		d_apulia = {
			color={ 167 172 63 }
			color2={ 255 255 255 }
			
			greek = "Longobardia"
			
			capital = 347 # Apulia
			
			catholic = 250 # Crusade target weight
			
			c_apulia = {
				color={ 167 172 63 }
				color2={ 255 255 255 }
				
				b_melfi = {
				}
				b_trani = {
				}
				b_cannae = {
				}
				b_salapia = {
				}
				b_barletta = {
				}
				b_minervo = {
				}
				b_lavello = {
				}
				b_lucano = {
				}
			}
			c_bari = {
				color={ 167 172 63 }
				color2={ 255 255 255 }
				
				greek = "Barion"
				
				b_bari = {
					greek = "Barion"
				}
				b_conversano = {
				}
				b_giovinazzo = {
				}
				b_andria = {
				}
				b_ruvo = {
				}
				b_molietta = {
				}
				b_bitonto = {
				}
				b_polignano = {
				}
			}
			c_lecce = {
				color={ 167 172 63 }
				color2={ 255 255 255 }
				
				greek = "Brendesion"
				
				b_lecce = {
				}
				b_otranto = {
					greek = "Hydrunton"
				}
				b_brindisi = {
					greek = "Brendesion"
				}
				b_leuca = {
				}
				b_castro = {
				}
				b_ligento = {
				}
				b_andrano = {
				}
				b_oria = {
				}
			}
		}
		
		d_salerno = {
			color={ 245 194 199 }
			color2={ 255 255 255 }
			
			greek = "Lukania"
			
			capital = 336 # Salerno
			
			catholic = 250 # Crusade target weight
			
			c_salerno = {
				color={ 245 194 199 }
				color2={ 255 255 255 }
				
				b_salerno = {
				}
				b_acenzera = {
				}
				b_eboli = {
				}
				b_nocera = {
				}
				b_acerno = {
				}
				b_lucania = {
				}
				b_agropoli = {
				}
				b_sarno = {
				}
			}
			c_taranto = {
				color={ 235 190 195 }
				color2={ 255 255 255 }
				
				greek = "Lukania"
				
				b_taranto = {
					greek = "Tarantas"
				}
				b_mottola = {
				}
				b_castellaneta = {
				}
				b_tursi = {
				}
				b_montepeloso = {
				}
				b_tricanico = {
				}
				b_gravina = {
				}
				b_cassano = {
				}
			}
			
			c_amalfi = {
				color={ 120 200 225 }
				color2 = { 255 255 255 }
				
				b_amalfi={
				}
				b_sorrento={
				}
				b_ravello={
				}
				b_tramonti={
				}
				b_positano={
				}
				b_castellamare = {
				}
				b_capri = {
				}
				b_minori = {
				}
			}
		}
		d_calabria = {
			color={ 170 142 70 }
			color2={ 255 255 255 }
			
			capital = 338 # Reggio
			
			catholic = 250 # Crusade target weight
			
			c_consenza = {
				color={ 170 142 70 }
				color2={ 255 255 255 }
				
				greek = "Kroton"
				
				b_cosenza = {
				}
				b_rossano = {
				}
				b_umbriatico = {
				}
				b_strongoli = {
				}
				b_argentano = {
				}
				b_scalea = {
				}
				b_cerenzia = {
				}
				b_crotone = {
				}
			}
			c_reggio = {
				color={ 170 142 70 }
				color2={ 255 255 255 }
				
				greek = "Rhegion"
				
				b_reggio = {
					greek = "Rhegion"
				}
				b_mileto = {
				}
				b_nicotera = {
				}
				b_belcastro = {
				}
				b_bova = {
				}
				b_gerace = {
				}
				b_tropea = {
				}
				b_squillace = {
				}
			}
		}
		d_sicily = {
			color={ 155 254 86 }
			color2={ 255 255 255 }
			
			capital = 340 # Palermo
			
			c_palermo = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				maghreb_arabic = "Balharm"
				levantine_arabic = "Balharm"
				egyptian_arabic = "Balharm"
				bedouin_arabic = "Balharm"
				andalusian_arabic = "Balharm"
				greek = "Panarmos"
				
				b_palermo = {
					maghreb_arabic = "Balharm"
					levantine_arabic = "Balharm"
					egyptian_arabic = "Balharm"
					bedouin_arabic = "Balharm"
					andalusian_arabic = "Balharm"
					greek = "Panarmos"
				}
				b_cefalu = {
				}
				b_monreale = {
				}
				b_gratteri = {
				}
				b_caltavuturo = {
				}
				b_petralia = {
				}
				b_misilmeri = {
				}
				b_mistretta = {
				}
			}
			c_messina = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				greek = "Messene"
				
				b_messina = {
					greek = "Messene"
				}
				b_lipari = {
				}
				b_taormina = {
					greek = "Taourmenion"
				}
				b_sanmarcodalunzio = {
				}
				b_troinia = {
				}
				b_furnari = {
				}
				b_cataratti = {
				}
				b_torregrota = {
				}
			}
			c_siracusa = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				greek = "Syrakousa"
				
				b_syracusa = {
					greek = "Syrakousa"
				}
				b_catania = {
				}
				b_lentini = {
				}
				b_noto = {
				}
				b_caltagirone = {
				}
				b_paterno = {
				}
				b_centuripe = {
				}
				b_augusta = {
				}
			}
			c_agrigento = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				greek = "Agrigenton"
				andalusian_arabic = "Kerkent"
				maghreb_arabic = "Kerkent"
				bedouin_arabic = "Kerkent"
				egyptian_arabic = "Kerkent"
				levantine_arabic = "Kerkent"
				
				b_agricento = {
					greek = "Agrigenton"
					andalusian_arabic = "Kerkent"
					maghreb_arabic = "Kerkent"
					bedouin_arabic = "Kerkent"
					egyptian_arabic = "Kerkent"
					levantine_arabic = "Kerkent"
				}
				b_caltabellotta = {
				}
				b_butera = {
				}
				b_sanbiagioplatani = {
				}
				b_gela = {
				}
				b_licata = {
				}
				b_raffadali = {
				}
				b_montallegro = {
				}
			}
			c_trapani = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				greek = "Drepanon"
				andalusian_arabic = "Mazar"
				maghreb_arabic = "Mazar"
				bedouin_arabic = "Mazar"
				egyptian_arabic = "Mazar"
				levantine_arabic = "Mazar"
				
				b_trapani = {
					greek = "Drepanon"
				}
				b_mazara = {
					andalusian_arabic = "Mazar"
					maghreb_arabic = "Mazar"
					bedouin_arabic = "Mazar"
					egyptian_arabic = "Mazar"
					levantine_arabic = "Mazar"
				}
				b_erice = {
				}
				b_sanguiseppelato = {
				}
				b_castelvertrano = {
				}
				b_santaninfa = {
				}
				b_marsala = {
				}
				b_alcarno = {
				}
			}
			c_malta = {
				color={ 155 254 86 }
				color2={ 255 255 255 }
				
				b_mdina = {
					greek = Melitta
					italian = "Citta Vecchia"
				}
				b_sliema = {
				}
				b_sanpawl = {
					italian = "San Paolo"
				}
				b_gozo = {
					greek = Ogygia
					andalusian_arabic = "Ghawdesh"
					maghreb_arabic = "Ghawdesh"
					bedouin_arabic = "Ghawdesh"
					egyptian_arabic = "Ghawdesh"
					levantine_arabic = "Ghawdesh"
				}
				b_birzebbuga = {
					italian = "Birzebbugia"
				}
				b_marsascala = {
					greek = Pyrgos
					andalusian_arabic = "Marsa Sqalli"
					maghreb_arabic = "Marsa Sqalli"
					bedouin_arabic = "Marsa Sqalli"
					egyptian_arabic = "Marsa Sqalli"
					levantine_arabic = "Marsa Sqalli"
				}
				b_mgarr = {
					italian = "Mugiarro"
				}
				b_sangjilan = {
				}
			}
		}
	}
	
	k_georgia = {
		color={ 205 145 145 }
		color2={ 255 255 255 }
		
		capital = 679 # Kartli
		
		culture = georgian
		
		orthodox = 200 # Crusade target weight
		tengri_pagan_reformed = 50
		zoroastrian_group = 50 # Crusade target weight
		
		d_kartli = {
			color={ 234 119 119 }
			color2={ 255 255 255 }
			
			capital = 679 # Kartli
			
			c_kartli = {
				color={ 196 121 121 }
				color2={ 255 255 255 }
				
				b_narikala = {
				}
				b_tbilisi = {
				}
				b_svetitskhoveli = {
				}
				b_djvari = {
				}
				b_mtskheta = {
				}
				b_sioni = {
				}
				b_gori = {
				} 
				b_bebristsikhe = {
				}
			}
			c_tao = {
				color={ 238 183 183 }
				color2={ 255 255 255 }
				
				turkish = "Ahiska"
				
				b_panaskerti = {
				}
				b_artanuji = {
				}
				b_khakhuli = {
				}
				b_khertvisi = {
				}
				b_akhaltsikhe = {
				}
				b_oshki = {
				}
				b_vardzia = {
				}
				b_ughtik = {
				}
			}
			c_guria = {
				color={ 240 185 185 }
				color2={ 255 255 255 }
				
				greek = "Lazike"
				turkish = "Batum"
				armenian = "Yeger"
				
				b_bukistsikhe = {
				}
				b_batum = {
				}
				b_udabno = {
				}
				b_gonio = {
				}
				b_ozurgeti = {
				}
				b_skhalta = {
				}
				b_tsikhisdziri = {
				}
				b_khula = {
				}
			}
			c_kakheti = {
				color={ 202 147 147 }
				color2={ 255 255 255 }
				
				b_zedazaden = {
				}
				b_telavi = {
				}
				b_sighnaghi = {
				}
				b_dzveligalavani = {
				}
				b_bochorma = {
				}
				b_davidgareja = {
				}
				b_gremi = {
				}
				b_bodbe = {
				}
			}
		}
		d_derbent = {
			color={ 203 76 76 }
			color2={ 255 255 255 }
			
			capital = 674 # Derbent

			armenian = "Aghbania"
			georgian = "Aghbania"
			alan = "Aghbania"
			greek = "Albania"
			
			c_albania = {
				color={ 253 176 176 }
				color2={ 255 255 255 }
				
				armenian = "Aghvank"
				georgian = "Albaneti"

				b_chukhurkabala = {
				armenian = "Kabalak"
				georgian = "Kabala"
				alan = "Kabala"
				}
				b_ganja = {
				armenian = "Gandzak"
				georgian = "Gandza"
				alan = "Gandza"
				}
				b_shaki = {
				armenian = "Shake"
				georgian = "Shake"
				alan = "Shake"
				}
				b_darussoltan = {
				armenian = "Kaladasht"
				georgian = "Kaladasht"
				alan = "Kaladasht"
				}
				b_barda = {
				armenian = "Partav"
				georgian = "Bardavi"
				alan = "Partavi"
				}
				b_emli = {
				armenian = "Surp Yeghishe"
				georgian = "Gish"
				alan = "Kish"
				}
				b_gelersengorersen = {
				armenian = "Kalaberd"
				georgian = "Kalaberd"
				alan = "Kalaberd"
				}
				b_kabala = {
				armenian = "Vartashen"
				georgian = "Vardashen"
				alan = "Vartashen"
				}
			}
			c_derbent = {
				color={ 253 179 179 }
				color2={ 255 255 255 }
				
				b_narinkala = {
				}
				b_derbent = {
				}
				b_juma = {
				}
				b_chikkulkan = {
				}
				b_kuli = {
				}
				b_tayus = {
				}
				b_humraj = {
				}
				b_datuna = {
				}
			}
			c_semender = {
				color={ 253 182 182 }
				color2={ 255 255 255 }
				
				b_kumukh = {
				}
				b_semender = {
				}
				b_khattibaku = {
				}
				b_khannalkala = {
				}
				b_balanjar = {
				}
				b_urtseki = {
				}
				b_burgaikala = {
				}
				b_tarki = {
				}
			}
		}
		d_abkhazia = {
			color={ 255 173 196 }
			color2={ 255 255 255 }
			
			capital = 601 # Imeretia
			
			c_imeretia = {
				color={ 246 152 152 }
				color2={ 255 255 255 }
				
				b_geguti = {
				}
				b_kutaisi = {
				}
				b_bagrati = {
				}
				b_tsikhegoji = {
				}
				b_khoni = {
				}
				b_ghelati = {
				}
				b_lentekhi = {
				}
				b_motsameta = {
				}
			}
			c_abkhazia = {
				color={ 254 160 160 }
				color2={ 255 255 255 }
				
				b_abaatha = {
				}
				b_tskhoumi = {
				}
				b_pitsunda = {
				}
				b_anakopia = {
				}
				b_gagra = {
				}
				b_egrisi = {
				}
				b_bzyb = {
				}
				b_zugdidi = {
				}
			}
		}
	}
	
	k_venice = {
		color = { 54 167 156 }
		capital = 356 # Venice
		culture = italian
		
		dignity = 200 # Never want the Republic of Venice to change primary title
		
		allow = {
			is_republic = yes
		}
		
		d_venice = {
			color = { 34 137 126 }
			capital = 356 # Venice
			
			dignity = 10
			
			c_venezia = {
				color = { 40 143 132 }
				color2 = { 255 255 255 }
				
				b_venezia = {
				}
				b_rialto = {
				}
				b_pallestrina = {
				}
				b_lido = {
				}
				b_jesolo = {
				}
				b_murano = {
				}
				b_torcello = {
				}
				b_fusina = {
				}
			}
		}
	}
}

e_italy = {
	color={ 234 217 110 }
	color2={ 255 255 255 }
	
	capital = 333 # Rome
	
	culture = italian
	
	k_genoa = {
		color={ 234 131 110 }
		capital = 233 # Genoa
		culture = italian
		
		dignity = 200 # Never want the Republic of Genoa to change primary title
		
		allow = {
			is_republic = yes
		}
	}
	
	k_pisa = {
		color={ 196 192 140 }
		color2={ 255 255 255 }
		
		capital = 327 # Pisa
		culture = italian
		
		dignity = 200 # Never want the Republic of Pisa to change primary title
		
		allow = {
			is_republic = yes
		}
	}

	k_naples = {
		color = { 218 217 242 }
		capital = 334 # Napoli
		
		allow = {
			FROM = {
				any_previous_holder = {
					always = yes # The title has existed before
				}
			}
		}
		
		culture = italian
	}

	k_italy = {
		color={ 244 227 160 }
		color2={ 255 255 255 }
		#capital = 235 # Lombardia
		
		capital = 234 # Pavia
		
		culture = italian
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		christian = 10000 # Crusade target weight
		
		d_verona = {
			color={ 170 255 170 }
			color2={ 255 255 255 }
			
			capital = 319 # Verona
			
			c_treviso = {
				color={ 251 226 226 }
				color2={ 255 255 255 }
				
				b_treviso = {
				}
				b_bassano = {
				}
				b_oderzo = {
				}
				b_castelfranco = {
				}
				b_asola = {
				}
				b_citadella = {
				}
				b_ceneda = {
				}
				b_paese = {
				}
			}
			c_verona = {
				color={ 255 230 230 }
				color2={ 255 255 255 }
				
				b_verona = {
				}
				b_vicenza = {
				}
				b_sanmartino = {
				}
				b_schio = {
				}
				b_montecchio = {
				}
				b_arzignano = {
				}
				b_lonigo = {
				}
				b_barbarano = {
				}
			}
			c_padova = {
				color={ 255 234 234 }
				color2={ 255 255 255 }
				
				b_padova = {
				}
				b_este = {
				}
				b_polesine = {
				}
				b_montagnana = {
				}
				b_adria = {
				}
				b_chioggia = {
				}
				b_rovigo = {
				}
				b_vigonza = {
				}
			}
			c_mantua = {
				color={ 255 238 238 }
				color2={ 255 255 255 }
				
				b_mantua = {
				}
				b_serravalle = {
				}
				b_castellucchio = {
				}
				b_gonzaga = {
				}
				b_marmirolo = {
				}
				b_curtatone = {
				}
				b_virgilio = {
				}
				b_bagnolosanvito = {
				}
			}
		}
		
		d_susa = {
			color={ 191 158 158 }
			color2={ 255 255 255 }
			
			capital = 236 # Piemonte
			
			c_piemonte = {
				color={ 104 12 38 }
				color2={ 255 255 255 }
				
				b_ivrea = {
				}
				b_torino = {
				}
				b_settimo = {
				}
				b_auriate = {
				}
				b_novara = {
				}
				b_ferrero = {
				}
				b_messarano = {
				}
				b_crevacuore = {
				}
			}
			
			c_saluzzo = {
				color={ 155 46 76 }
				color2={ 255 255 255 }
				
				b_saluzzo = {
				}
				b_pinerolo = {
				} 
				b_cuneo = {
				}
				b_savigliano = {
				}
				b_busca = {
				}
				b_paesana = {
				}
				b_verzuolo = {
				}
				b_caraglio = {
				}
			}
			
			c_monferrato = {
				color={ 250 244 225 }
				color2={ 255 255 255 }
				
				b_monferrato = {
				}
				b_casale = {
				}
				b_asti = {
				}
				b_acqui = {
				}
				b_tortona = {
				}
				b_biella = {
				}
				b_alba = {
				}
				b_canelli = {
				}
			}
		}
		
		d_lombardia = {
			color={ 200 133 222 }
			color2={ 255 255 255 }
			capital = 235 # Lombardia
			
			c_brescia = {
				color={ 249 235 224 }
				color2={ 255 255 255 }
				
				b_brescia = {
				}
				b_bergamo = {
				}
				b_peschiera = {
				}
				b_treviglio = {
				}
				b_salo = {
				}
				b_lumezzane = {
				}
				b_montichiari = {
				}
				b_castiglione = {
				}
			}
			c_lombardia = {
				color={ 251 237 226 }
				color2={ 255 255 255 }
				
				b_milano = {
				}
				b_monza = {
				}
				b_como = {
				}
				b_lodi = {
				}
				b_vigevano = {
				}
				b_maggiore = {
				}
				b_legnano = {
				}
				b_chiavenna = {
				}
			}
			c_trent = {
				color={ 253 239 228 }
				color2={ 255 255 255 }
	
				
				b_trento = {
				}
				b_brixen = {
				}
				b_bozen = {
				}
				b_meran = {
				}
				b_schlanders = {
				}
				b_bruneck = {
				} 
				b_riva = {
				}
				b_rovereto = {
				}
			}
			
			c_pavia = {
				color={ 255 243 232 }
				color2={ 255 255 255 }
				
				b_pavia = {
				}
				b_bobbio = {
				}
				b_piacenza = {
				}
				b_voghera = {
				}
				b_alessandria = {
				}
				b_casteggio = {
				}
				b_colorno = {
				}
				b_montebello = {
				}
			}
			c_cremona = {
				color={ 255 245 234 }
				color2={ 255 255 255 }
				
				b_cremona = {
				}
				b_crema = {
				}
				b_sospiro = {
				}
				b_vescovato = {
				}
				b_viadana = {
				}
				b_castelgoffredo = {
				}
				b_casalmaggiore = {
				}
				b_manerbio = {
				}
			}
		}
		d_genoa = {
			color={ 244 141 120 }
			color2={ 255 255 255 }
			
			capital = 233 # Genoa
			
			dignity = 10
			
			c_genoa = {
				color={ 253 247 228 }
				color2={ 255 255 255 }
				
				b_genoa = {
				}
				b_rapallo = {
				}
				b_luna = {
				}
				b_ventimiglia = {
				}
				b_savona = {
				}
				b_chiavari = {
				}
				b_albenga = {
				}
				b_fosdinovo = {
				}
			}
		}	
		d_modena = {
			color={ 225 180 180 }
			color2={ 255 255 255 }
			
			capital = 322 # Modena
			
			c_modena = {
				color={ 251 250 226 }
				color2={ 255 255 255 }
				
				b_modena = {
				}
				b_reggionellemila = {
				}
				b_carpi = {
				}
				b_mirandola = {
				}
				b_novellara = {
				}
				b_sabbioneta = {
				}
				b_sassuolo = {
				}
				b_bomporto = {
				}
			}
			c_parma = {
				color={ 255 254 230 }
				color2={ 255 255 255 }
				
				b_parma = {
				}
				b_massa = {
				}
				b_guastalla = {
				}
				b_fornovo = {
				}
				b_fidenza = {
				}
				b_fontanellato = {
				}
				b_laspezia = {
				}
				b_noceto = {
				}
			}
		}	
		d_ferrara = {
			color={ 244 180 130 }
			color2={ 255 255 255 }
			
			capital = 351 # Ravenna
			
			c_bologna = {
				color={ 244 180 130 }
				color2={ 255 255 255 }
				
				b_faenza = {
				}
				b_bologna = {
				}
				b_forli = {
				}
				b_imola = {
				}
				b_bentivoglio = {
				}
				b_budno = {
				}
				b_castelguelfo = {
				}
				b_bagnacavallo = {
				}
			}
			c_ferrara = {
				color={ 244 180 130 }
				color2={ 255 255 255 }
				
				b_ferrara = {
				}
				b_commacchio = {
				}
				b_tresigallo = {
				}
				b_occhiobello = {
				}
				b_copparo = {
				}
				b_codigoro = {
				}
				b_bondeno = {
				}
				b_voghiera = {
				}
			}
			c_ravenna = {
				color={ 244 180 130 }
				color2={ 255 255 255 }
				
				b_ravenna = {
				}
				b_cesena = {
				}
				b_cervia = {
				}
				b_russi = {
				}
				b_alfonsine = {
				}
				b_cesenatico = {
				}
				b_gambettola = {
				}
				b_gatteo = {
				}
			}
		}	
		d_toscana = {
			color = { 222 186 25 }
			color2={ 255 255 255 }
			
			capital = 328 # Firenze
			
			c_lucca = {
				color = { 232 186 25 }
				color2={ 255 255 255 }
				
				b_lucca = {
				}
				b_pistoia = {
				}
				b_cascina = {
				}
				b_altopascio = {
				}
				b_viareggio = {
				}
				b_seravezza = {
				}
				b_capannori = {
				}
				b_calcinaia = {
				}
			}
			c_firenze = {
				color = { 232 190 25 }
				color2={ 255 255 255 }
					
				b_firenze = {
				}
				b_arezzo = {
				}
				b_prato = {
				}
				b_fiesole = {
				}
				b_montevarchi = {
				}
				b_certaldo = {
				}
				b_lucignano = {
				}
				b_sansepolcro = {
				}
			}
			c_siena = {
				color = { 212 176 30 }
				color2={ 255 255 255 }
					
				b_siena = {
				}
				b_cortona = {
				}
				b_pienza = {
				}
				b_montepulciano = {
				}
				b_montalcino = {
				}
				b_sangimignano = {
				}
				b_colledievaldelsa = {
				}
				b_monteriggioni = {
				}
			}
		}	
		d_pisa = {
			color={ 196 192 140 }
			color2={ 255 255 255 }
			
			capital = 327 # Pisa
			
			c_pisa = {
				color={ 232 251 226 }
				color2={ 255 255 255 }
				
				b_pisa = {
				}
				b_livorno = {
				}
				b_canefro = {
				}
				b_volterra = {
				}
				b_vicopisano = {
				}
				b_sanminiato = {
				}
				b_portoferraio = {
				}
				b_giglio = {
				}
			}
			c_piombino = {
				color={ 236 255 230 }
				color2={ 255 255 255 }
				
				b_piombino = {
				}
				b_suvereto = {
				}
				b_radicofani = {
				}
				b_populonia = {
				}
				b_campiglia = {
				}
				b_follonica = {
				}
				b_sanvincenzo = {
				}
			}
		}	
		d_ancona = {
			color={ 230 227 180 }
			color2={ 255 255 255 }
			
			capital = 350 # Ancona
			
			c_ancona = {
				color={ 224 249 224 }
				color2={ 255 255 255 }
				
				greek = "Ankon"
				
				b_ancona = {
					greek = "Ankon"
				}
				b_pesaro = {
				}
				b_rimini = {
				}
				b_matelica = {
				}
				b_osimo = {
				}
				b_fermo = {
				}
				b_recanati = {
				}
				b_camerino = {
				}
			}
			c_urbino = {
				color={ 226 251 226 }
				color2={ 255 255 255 }
				
				b_urbino = {
				}
				b_sanseverino = {
				}
				b_sanmarino = {
				}
				b_montefeltro = {
				}
				b_gubbio = {
				}
				b_fano = {
				}
				b_cittadicastello = {
				}
				b_fossombrone = {
				}
			}
		}	
		d_spoleto = {
			color={ 217 182 153 }
			color2={ 255 255 255 }
			
			capital = 349 # Spoleto
			
			c_spoleto = {
				color={ 225 250 235 }
				color2={ 255 255 255 }
				
				b_spoleto = {
				}
				b_perugia = {
				}
				b_assisi = {
				}
				b_nursia = {
				}
				b_todi = {
				}
				b_valva = {
				}
				b_terni = {
				}
				b_foligno = {
				}
			}
			
			c_aprutium = {
				color={ 205 210 205 }
				color2={ 255 255 255 }
				
				greek = "Interamnion"
				
				b_avezzano = {
				}
				b_pescara = {
				}
				b_chieti = {
				}
				b_teramo = {
				}
				b_atri = {
				}
				b_aprutium_penne = {
				}
				b_paganica = {
				}
				b_aquila = {
				}
			}
		}
		
		d_latium = {
			color={ 254 245 160 }
			color2={ 255 255 255 }
			
			capital = 333 # Rome
			
			christian = 750 # Crusade target weight
			
			c_roma = {
				color={ 242 233 156 }
				color2={ 220 220 1 }
				
				christian = 1500 # Crusade target weight

				holy_site = catholic
				holy_site = aztec
				holy_site = aztec_reformed
				holy_site = hellenic_pagan
				holy_site = pagan
				
				b_roma = {
					pentarchy = yes
					used_for_dynasty_names = no
				}
				b_viterbo = {
				}
				b_tusculum = {
				}
				b_tivoli = {
				}
				b_ostia = {
				}
				b_sutri = {
				}
				b_aragni = {
				}
				b_terracina = {
				}
			}
			
			c_orvieto = {
				color={ 228 253 238 }
				color2={ 255 255 255 }
				
				b_orvieto = {
				}
				b_narni = {
				}
				b_alviano = {
				}
				b_montecastrilli = {
				}
				b_otricoli = {
				}
				b_amelia = {
				}
				b_baschi = {
				}
				b_ciconia = {
				}
			}
			
			c_orbetello = {
				color={ 240 255 234 }
				color2={ 255 255 255 }
				
				b_orbetello = {
				}
				b_grosseto = {
				}
				b_pitigliano = {
				}
				b_roselle = {
				}
				b_sorano = {
				}
				b_sovana = {
				}
				b_vetulonia = {
				}
				b_rusellae = {
				}
			}
		}
		
		d_sardinia = {
			color={ 217 159 255 }
			color2={ 255 255 255 }
			
			capital = 326 # Cagliari
			
			c_corsica = {
				color={ 226 248 251 }
				color2={ 255 255 255 }
				
				b_ajaccio = {
				}
				b_bonifacio = {
				}
				b_bastia = {
				}
				b_portevecchio = {
				}
				b_filitosa = {
				}
				b_corte = {
				}
				b_sartene = {
				}
				b_aleria = {
				}
			}
			c_arborea = {
				color={ 170 182 225 }
				color2={ 255 255 255 }
				
				b_oristano = {
				}
				b_ardara = {
				}
				b_sassari = {
				}
				b_portotorres = {
				}
				b_olbia = {
				}
				b_ottana = {
				}
				b_tharros = {
				}
				b_santaigia = {
				}
			}
			c_cagliari = {
				color={ 170 200 170 }
				color2={ 255 255 255 }
				
				b_cagliari = {
				}
				b_ogliastra = {
				}
				b_assemini = {
				}
				b_sanluri = {
				}
				b_muravera = {
				}
				b_dolianova = {
				}
				b_carbonia = {
				}
				b_capoterra = {
				}
			}
		}	
	}
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture=italian
			}
		}
		has_landed_title=k_italy
		has_landed_title=k_sicily
		any_demesne_title = {
			tier = king
			NOT = { title = k_italy }
			NOT = { title = k_sicily }
		}
	}
}

e_scandinavia = {
	color={ 62 122 189 }
	color2={ 255 255 0 }
	capital = 290 # Uppland
	
	culture = swedish
	
	norse_pagan_reformed = 500 # Crusade target weight
	
	# Creation/usurpation trigger
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = north_germanic
				culture = finnish
			}
		}
	}

	k_sweden = {
		color={ 55 112 170 }
		color2={ 255 255 0 }
		capital = 290 # Uppland
		
		dignity = 10 # Counted as having this many more counties than it does
		
		culture = swedish
		
		norse_pagan_reformed = 350 # Crusade target weight
		catholic = 100 # Crusade target weight
		baltic_pagan_reformed = 50 # Crusade target weight
		finnish_pagan_reformed = 50
		norse_pagan_reformed = 500 # Crusade target weight
		
		norse = Svijod
	
		d_gotland = {
			color = { 170 25 25 }
			color2={ 255 255 255 }
			
			capital = 301 # Gotland
			
			dignity = 10
		}
		
		d_uppland = {
			color={ 20 20 145 }
			color2={ 255 255 255 }
			
			norse_pagan_reformed = 500 # Crusade target weight
			
			dignity = 8
			
			capital = 290 # Uppland
			
			norse = Svijod
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 10
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_uppland = {
				color={ 30 30 155 }
				color2={ 255 255 255 }

				holy_site = norse_pagan
				holy_site = norse_pagan_reformed
				
				b_sigtuna = {
				}
				b_uppsala = {
				}
				b_osteras = {
					norwegian = "sters"
					danish = "sters"
				}
				b_hatuna = {
				}
				b_stockholm = {
					used_for_dynasty_names = no
				}
				b_enkoping = {
					norwegian = "Enkping"
					danish = "Enkbing"
				}
				b_alsno = {
					norwegian = "Alsn"
					danish = "Alsn"
				}
				b_vaksala = {
				}
				b_birka = {
				}
			}
			c_gastrikland = {
				color={ 30 30 155 }
				color2={ 255 255 255 }
				
				norwegian = "Gestrikland"
				danish = "Gestrikland"
				
				b_valbo = {
				}
				b_hille = {
				}
				b_farnebo = {
					norwegian = "Frnebo"
					danish = "Frnebo"
				}
				b_hedesunda = {
				}
				b_ockelbo = {
				}
				b_torsaker = {
				}
				b_hamrange = {
				}
				b_arsunda = {
				}
			}
			c_aland = {
				color = { 44 44 215 }
				color2 = { 255 255 255 }
				
				b_kastelholm = {
				}
				b_sund = {
				}
				b_geta = {
				}
				b_saltvik = {
				}
				b_godby = {
				}
				b_finstrom = {
					norwegian = "Finstrm"
					danish = "Finstrm"
				}
				b_eckero = {
					norwegian = "Ecker"
					danish = "Ecker"
				}
				b_kumlinge = {
				}
			}
			c_sodermanland = {
				color={ 50 35 225 }
				color2={ 255 255 255 }
				
				norwegian = "Sdermanland"
				danish = "Sdermanland"
				norse = "Sudermanland"
				
				b_nykoping = {
					norwegian = "Nykping"
					danish = "Nykbing"
				}
				b_telge = {
				}
				b_gripsholm = {
				}
				b_strangnas = {
					norwegian = "Strngnes"
					danish = "Strngns"
				}
				b_torshalla = {
					norwegian = "Torshlla"
					danish = "Torshlla"
				}
				b_eskilstuna = {
				}
				b_vaderbrunn = {
					norwegian = "Vderbrunn"
					danish = "Vderbrunn"
				}
				b_hundhamra = {
				}
			}
		}
		d_ostergotland = {
			color={ 44 20 169 }
			color2={ 255 255 255 }
			
			capital = 293 # stergtland
			
			norwegian = "stergtland"
			danish = "stergtland"
			norse = "Austergautland"
			
			c_ostergotland = {
				color={ 50 50 149 }
				color2={ 255 255 255 }
				
				norwegian = "stergtland"
				danish = "stergtland"
				norse = "Austergautland"
				
				b_stegeborg = {
				}
				b_skanninge = {
					norwegian = "Sknninge"
					danish = "Sknninge"
				}
				b_vadstena = {
				}
				b_linkoping = {
					norwegian = "Linkping"
					danish = "Linkbing"
				}
				b_norrkoping = {
					norwegian = "Norrkping"
					danish = "Norrkbing"
				}
				b_soderkoping = {
					norwegian = "Sderkping"
					danish = "Sderkbing"
				}
				b_alvastra = {
				}
				b_vreta = {
				}
				b_nasborg = {
					norwegian = "Nesborg"
					danish = "Nsborg"
				}
				b_jonkoping = {
					norwegian = "Jnkping"
					danish = "Jnkbing"
				}
			}
			c_narke = {
				color={ 68 58 255 }
				color2={ 255 255 255 }
				
				norwegian = "Nerike"
				danish = "Nerke"
				norse = Nerike
				
				b_goksholm = {
					norwegian = "Gksholm"
					danish = "Gksholm"
				}
				b_orebro = {
					norwegian = "rebro"
					danish = "rebro"
				}
				b_mosas = {
				}
				b_kumla = {
				}
				b_riseberga = {
				}
				b_nora = {
				}
				b_askersund = {
				}
				b_hallsberg = {
				}
			}
			c_tjust = {
				color={ 75 60 190 }
				color2={ 255 255 255 }
				
				b_vastervik = {
					norwegian = "Vestervik"
					danish = "Vestervik"
				}
				b_vimmerby = {
				}
				b_doderhult = {
					norwegian = "Dderhult"
					danish = "Dderhult"
				}
				b_hulingsryd = { # Now Hultsfred
				}
				b_tornsfall = {
					norwegian = "Trnsfall"
					danish = "Trnsfall"
				}
				b_kisa = {
				}
				b_jangolsrum = {
				}
			}
			c_gotland = {
				color={ 65 80 255 }
				color2={ 255 255 255 }
				
				b_visby = {
				}
				b_visborg = {
				}
				b_slite = {
				}
				b_geatish_roma = {
				}
				b_hejde = {
				}
				b_othem = {
				}
				b_alva = {
				}
				b_hemse = {
				}
			}
		}
		d_vastergotland = {
			color={ 46 30 205 }
			color2={ 255 255 255 }
			capital = 297 # Vstergtland
			
			norwegian = "Vestergtland"
			danish = "Vestergtland"
			norse = "Vestergautland"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 11
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_vastergotland = {
				color={ 60 55 255 }
				color2={ 255 255 255 }
				
				norwegian = "Vestergtland"
				danish = "Vestergtland"
				norse = "Vestergautland"

				holy_site = pagan
				
				b_galakvist = {
					norwegian = "Glakvist"
					danish = "Glakvist"
				}
				b_lodose = {
					norwegian = "Ldse"
					danish = "Ldse"
				}
				b_skara = {
				}
				b_falkoping = {
					norwegian = "Falkping"
					danish = "Falkbing"
				}
				b_ymseborg = {
				}
				b_husaby = {
				}
				b_varnhem = {
				}
				b_lacko = {
					norwegian = "Lck"
					danish = "Lck"
				}
				# b_lena
				# b_skalunda
				# b_lindholmen
				# b_alvsborg
			}
			c_dal = {
				color={ 35 30 225 }
				color2={ 255 255 255 }
				
				b_dalaborg = {
				}
				b_bolstad = {
				}
				b_sundal = {
				}
				b_nordal = {
				}
				b_vedbo = {
				}
				b_tossbo = {
				}
				b_amordh = {
				}
				b_mellerud = {
				}
			}
		}
		d_norrland = {
			color={ 50 50 160 }
			color2={ 255 255 255 }
			
			capital = 285 # Hlsingland
			
			finnish=Lappi
			lappish=Spmi

			c_lappland = {
				color={ 60 60 130 }
				color2={ 255 255 255 }
				
				finnish=Lappi
				lappish=Spmi
				
				b_lycksele = {
				}
				b_asele = {
				}
				b_sorsele = {
				}
				b_arvidsjaur = {
				}
				b_bergvattnet = {
				}
				b_arjeplog = {
				}
				b_gallivare = {
					norwegian = "Gellivare"
					danish = "Gellivare"
				}
				b_kiruna = {
				}
			}
			c_vasterbotten = {
				color={ 25 43 167 }
				color={ 70 70 156 }
				color2={ 255 255 255 }
				
				norwegian = "Vesterbotten"
				danish = "Vesterbotten"
				norse = "Vesterbotn"
				finnish=Lnsipohja
				lappish=Lnsipohja
				
				b_umea = {
					finnish=Uumaja
					lappish=Ume
				}
				b_bygdea = {
				}
				b_skelleftea = {
				}
				b_lovanger = {
					norwegian = "Lvnger"
					danish = "Lvnger"
				}
				b_pitea = {
				}
				b_lulea = {
				}
				b_kalix = {
				}
				b_tornea = {
				}
			}
			c_angermanland = {
				color={ 24 0 255 }
				color2={ 255 255 255 }
				
				norse = Angermanland
				
				b_bjartra = {
					norwegian = "Bjertr"
					danish = "Bjrtr"
				}
				b_ulvo = {
					norwegian = "Ulv"
					danish = "Ulv"
				}
				b_natra = {
				}
				b_skulnas = {
					norwegian = "Skulnes"
					danish = "Skulns"
				}
				b_solleftea = {
				}
				b_harnosand = {
					norwegian = "Hrnsand"
					danish = "Hrnsand"
				}
				b_ornskoldsvik = {
					norwegian = "rnskldsvik"
					danish = "rnskldsvik"
				}
				b_biedsta = {
				}
			}
			c_medelpad = {
				color={ 21 37 175 }
				color2={ 255 255 255 }
				
				b_selanger = {
				}
				b_alno = {
					norwegian = "Aln"
					danish = "Aln"
				}
				b_njurunda = {
				}
				b_skon = {
					norwegian = "Skn"
					danish = "Skn"
				}
				b_liden = {
				}
				b_otman = {
				}
				b_torp = {
				}
				b_sundsvall = {
				}
			}
			c_halsingland = {
				color={ 5 55 155 }
				color2={ 255 255 255 }
				
				norwegian = "Helsingland"
				danish = "Helsingland"
				norse = "Helsingland"
				
				b_norrala = {
				}
				b_hog = {
				}
				b_jattendal = {
					norwegian = "Jttendal"
					danish = "Jttendal"
				}
				b_forsa = {
				}
				b_tasta = {
				}
				b_nordanstig = {
				}
				b_alir = {
				}
				b_sundhed = {
				}
			}
		}
		d_bergslagen = { 
			color={ 60 60 200 }
			color2={ 255 255 255 }
			capital = 289 # Vstmanland
			
			c_dalarna = {
				color={ 20 20 230 }
				color2={ 255 255 255 }
				
				norwegian = "Jernbraland"
				danish = "Jernbraland"
				english = Dalecarlia
				norse = Jrnberaland
				
				b_borganas = {
				}
				b_kopparberg = {
				}
				b_hedemora = {
				}
				b_husby = {
				}
				b_sater = {
				}
				b_mora = {
				}
				b_tuna = {
				}
				b_idre = {
				}
			}
			c_varmland = {
				color={ 35 35 210 }
				color2={ 255 255 255 }
				
				norwegian = "Vermland"
				danish = "Vrmland"
				norse = "Vermaland"
				
				b_saxholm = {
				}
				b_arvika = {
				}
				b_josse = {
				}
				b_nordmark = {
				}
				b_fryksdal = {
				}
				b_kil = {
				}
				b_vase = {
				}
				b_gillberg = {
				}
			}
			c_vastmanland = {
				color={ 10 10 240 }
				color2={ 255 255 255 }
				
				norwegian = "Vestmanland"
				danish = "Vestmanland"
				norse = "Vestmannaland"
				
				b_vasteras = {
					norwegian = "Vesters"
					danish = "Vesters"
				}
				b_arboga = {
				}
				b_kopingshus = {
					norwegian = "Kpingshus"
					danish = "Kbingshus"
				}
				b_koping = {
					norwegian = "Kping"
					danish = "Kbing"
				}
				b_norberg = {
				}
				b_skinnskatteberg = {
				}
				b_badelunda = {
				}
				b_munktorp = {
				}
			}
		}
		d_smaland = {
			color={ 60 40 255 }
			color2={ 255 255 255 }
			capital = 931 # Mre
			
			norse = "Smland"
			
			c_more = {
				color={ 105 55 215 }
				color2={ 255 255 255 }
				
				danish = Mre
				norwegian = Mre
				
				b_kalmar = {
				}
				b_kalmar_hus = {
				}
				b_torsas = {
				}
				b_soderakra = {
				}
				b_monsteras = {
				}
				b_madesjo = {
				}
				b_alem = {
				}
			}
			
			c_smaland = { # Now called Vrend
				color={ 95 30 215 }
				color2={ 255 255 255 }
				
				b_piksborg = {
				}
				b_vaxjo = {
					danish = Vexj
					norwegian = Vexj
				}
				b_aringsas = {
				}
				b_alvesta = {
				}
				b_kronoberg = {
				}
				b_furuby = {
				}
				b_markaryd={
					norse = Madkharydh
				}
			}
			c_oland = {
				color={ 75 60 255 }
				color2={ 255 255 255 }
				
				norwegian = "land"
				danish = "land"
				
				b_borgholm = {
				}
				b_ottenby = {
				}
				b_mykleby = {
				}
				b_algutsrum = {
				}
				b_glomminge = {
				}
				b_hulterstad = {
				}
				b_gardby = {
				}
				b_gronhogen = {
					norwegian = "Grnhgen"
					danish = "Grnhgen"
				}
				b_kopingsvik = {
					danish = "Kbingsvik"
					norwegian = "Kpingsvik"
				}
			}
		}
	}
	
	k_denmark = {
		color={ 247 77 54 }
		color2={ 136 157 23 }
		
		dignity = 10 # Counted as having this many more counties than it does
		
		culture = danish
		
		capital = 266 # Sjaelland
		
		norse_pagan_reformed = 350 # Crusade target weight
		baltic_pagan_reformed = 50 # Crusade target weight
		norse_pagan_reformed = 500 # Crusade target weight
		
		norse = Danmark
		danish = Danmark
		swedish = Danmark
		norwegian = Danmark
		
		d_skane = {
			color={ 210 2 2 }
			color2={ 255 255 255 }
		
			capital = 303 # Skne
			
			english = Scania
			
			c_skane = {
				color={ 215 5 5 }
				color2={ 255 255 255 }
				
				english = Scania
			
				b_lund = {
				}
				b_dalby = {
				}
				b_uppakra = {
				}
				b_herrevad = {
				}
				b_lillohus = {
					danish = "Lillhus"
					norwegian = "Lillhus"
				}
				b_helsingborg = {
				}
				b_malmo = {
					danish = "Malm"
					norwegian = "Malm"
				}
				b_ystad = {
				}
				b_trelleborg = {
				}
			}
			c_halland = {
				color={ 220 10 15 }
				color2={ 255 255 255 }
			
				b_varberg = {
				}
				b_falkenberg = {
				}
				b_halmstad = {
				}
				b_laholm = {
				}
				b_kungsbacka = {
				}
				b_aranaes = {
					danish = "Arans"
					norwegian = "Aranes"
				}
				b_baastad = {
				}
				b_getinge = {
				}
			}
			c_bornholm = {
				color={ 220 15 20 }
				color2={ 255 255 255 }
				
				norse = Burgundaholmr
			
				b_ronne = {
				}
				b_knudsker = {
				}
				b_hammershus = {
				}
				b_nexo = {
					swedish = "Nex"
					norse = "Nex"
				}
				b_aakirkeby = {
				}
				b_hasle = {
				}
				b_svaneke = {
				}
				b_gudhjem = {
				}
			}
			c_blekinge = {
				color={ 220 30 20 }
				color2={ 255 255 255 }
			
				b_solvesborg_slott = {
					danish = "Slvesborg Slott"
					norwegian = "Slvesborg Slott"
				}
				b_solvesborg = {
					danish = "Slvesborg"
					norwegian = "Slvesborg"
				}
				b_avaskar = {
					danish = "Avaskr"
					norwegian = "Avaskr"
				}
				b_elleholm = {
				}
				b_lycka = {
				}
				b_ronneby = {
				}
				b_lyckeby = {
				}
				b_lister = {
				}
			}
		}
		d_sjaelland = {
			color={ 206 57 57 }
			color2={ 255 255 255 }
			capital = 266 # Sjaelland
			
			dignity = 8
			
			swedish = Sjlland
			english = Zealand
			norse = Sjlland
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 7
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_sjaelland = {
				color={ 216 50 50 }
				color2={ 255 255 255 }
				
				swedish = Sjlland
				norse = Sjlland
				english = Zealand

				holy_site = norse_pagan
				holy_site = norse_pagan_reformed
				
				b_kobenhavn = {
					swedish = Kpenhamn
					norse = Hafn
				}
				b_roskilde = {
				}
				b_helsingor = {
					swedish = Helsingr
					norse = Helsingr
				}
				b_kalundborg = {
				}
				b_naestved = {
					swedish = Nstved
					norse = Nstved
				}
				b_slagelse = {
				}
				b_vordingborg = {
				}
				b_ringsted = {
				}
				b_lejre = {
					norse = Hleira
				}
			}
			c_fyn = {
				color={ 216 55 55 }
				color2={ 255 255 255 }
				
				b_svendborg = {
				}
				b_odense = {
				}
				b_faaborg = {
				}
				b_assens = {
				}
				b_middelfart = {
				}
				b_nyborg = {
				}
				b_kerteminde = {
				}
				b_bogense = {
				}
			}
		}
		d_slesvig = { # Jylland
			color={ 224 74 74 }
			color2={ 255 255 255 }
			
			capital = 267 # Jylland
			
			german = "Schleswig"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 0
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_slesvig = {
				color={ 225 78 78 }
				color2={ 255 255 255 }
				
				german = "Schleswig"
			
				b_flensborg = {
					german = "Flensburg"
				}
				b_ribe = {
				}
				b_slesvig = {
				}
				b_sonderborg = {
					swedish = "Snderborg"
					german = "Sonderburg"
				}
				b_tonder = {
				}
				b_aabenraa = {
					swedish = "benr"
					german = "Apenrade"
				}
				b_haderslev = {
					german = "Hadersleben"
				}
				b_kolding = {
				}
				b_hedeby = {
					norse = Heiabyr
				}
			}
			c_jylland = {
				color={ 225 84 84 }
				color2={ 255 255 255 }
				
				german = "Jtland"
				english = "Jutland"
			
				b_aarhus = {
					swedish = "rhus"
				}
				b_viborg = {
				}
				b_aalborg = {
				}
				b_ringkobing = {
					swedish = "Ringkping"
					norse = Ringkping
				}
				b_randers = {
				}
				b_horsens = {
				}
				b_skive = {
				}
				b_skagen = {
				}
				b_jelling = {
				}
			}
		}
		
		d_holstein = {
			color={ 172 112 112 }
			color2={ 255 255 255 }
		
			capital = 263 #Holstein
		
			c_hamburg = {
				color={ 225 225 225 }
				color2={ 255 255 255 }
				
				danish = "Hamborg"
				swedish = "Hamborg"
				norwegian = "Hamborg"
				norse = "Hamborg"
			
				b_hamburg = {
					danish = "Hamborg"
					swedish = "Hamborg"
					norwegian = "Hamborg"
					norse = "Hamborg"
				}
				b_altona = {
				}
				b_harburg = {
					danish = "Harborg"
					swedish = "Harborg"
					norwegian = "Harborg"
					norse = "Harborg"
				}
				b_brunsbuttel = {
				}
				b_buxtehude = {
				}
				b_dithmarschen = {
					danish = "Ditmarsken"
					swedish = "Ditmarsken"
					norwegian = "Ditmarsken"
					norse = "Ditmarsken"
				}
				b_niendorf = {
				}
				b_lokstedt = {
				}
			}
			c_lubeck = {
				color={ 142 142 142 }
				color2={ 255 255 255 }
				
				danish = "Lybk"
				swedish = "Lybck"
				norwegian = "Lybk"
				norse = "Lybck"
				pommeranian = "Liubice"
				polish = "Liubice"
				bohemian = "Liubice"
				prussian = "Liubice"
				
				b_lubeck = {
					danish = "Lybk"
					swedish = "Lybck"
					norwegian = "Lybk"
					norse = "Lybck"
					pommeranian = "Liubice"
					polish = "Liubice"
					bohemian = "Liubice"
					prussian = "Liubice"
				}
				b_ratzeburg = {
					danish = "Ratseborg"
					swedish = "Ratseborg"
					norse = "Ratseborg"
					norwegian = "Ratseborg"
				}
				b_travemunde = {
				}
				b_wulfsdorf = {
				}
				b_schlutup = {
				}
				b_starigard = {
				}
				b_weslo = {
				}
				b_bucu = {
				}
			}
			c_holstein = {
				color={ 219 219 219 }
				color2={ 255 255 255 }
				
				danish = "Holsten"
				swedish = "Holsten"
				norwegian = "Holsten"
				
				b_kiel = {
				}
				b_gottorp = {
				}
				b_itzehoe = {
				}
				b_reinholdsburg = {
				}
				b_elmshorn = {
				}
				b_gluckstadt = {
					danish = "Lykstad"
					swedish = "Lyckstad"
					norwegian = "Lykstad"
					norse = "Lykstad"
				}
				b_lauenburg = {
					danish = "Lauenborg"
					swedish = "Lauenborg"
					norwegian = "Lauenborg"
					norse = "Lauenborg"
				}
				b_segeberg = {
				}
			}
			c_bremen = {
				color={ 216 216 216 }
				color2={ 255 255 255 }
				
				b_bremen = {
				}
				b_hoya = {
				}
				b_verden = {
				}
				b_stade = {
				}
				b_blumenthal = {
				}
				b_ritzebuttel = {
				}
				b_achim = {
				}
				b_beverstedt = {
				} 
			}
		}
	}
	
	k_norway = {
		color={ 170 170 210 }
		color2={ 220 220 220 }
		
		culture = norwegian
		
		capital = 274 # Bergenshus
		
		norse_pagan_reformed = 350 # Crusade target weight
		catholic = 100 # Crusade target weight
		finnish_pagan_reformed = 50
		norse_pagan_reformed = 500 # Crusade target weight
		
		norse = Noregr
		danish = Norge
		swedish = Norge
		norwegian = Norge
		
		d_iceland = {
			color={ 195 190 255 }
			color2={ 220 220 220 }
			
			capital = 1 # Vestisland
			
			norse = Island
			danish = Island
			swedish = Island
			norwegian = Island
			
			c_vestisland = {
				color={ 190 230 250 }
				color2={ 220 220 220 }
				
				swedish = "Vstisland"
				
				b_reykjavik = {
				}
				b_alftanes = {
					swedish = "Alftans"
				}
				b_skalholt = {
				}
				b_pingvellir = {
				}
				b_kjalarnes = {
				}
				b_hlidarendi = {
				}
				b_hvamm = {
				}
				b_borg = {
				}
			}
			c_austisland = {
				color={ 185 195 255 }
				color2={ 220 220 220 }
				
				swedish = "stisland"
				
				b_husavik = {
				}
				b_hrisey = {
				}
				b_holar = {
				}
				b_glaumbaer = {
				}
				b_valpjotstadur = {
				}
				b_akureyri = {
				}
				b_kirkjubaer = {
				}
				b_goddalir = {
				}
			}
		}
		d_orkney = {
			color={ 106 140 225 }
			color2={ 255 255 255 }
			
			capital = 36 # Orkney
			
			norse = "Norreyjar"
			pictish = "Insee Galeth"
			welsh = "Ynysoedd Gogledd"
			irish = "Innse Tuath"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 5
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_faereyar = {
				color={ 116 145 239 }
				color2={ 255 255 255 }
				
				swedish = "Frarna"
				pictish = "Caliu"
				welsh = "Ynysoedd Ceiliau"
				irish = "Innse Caora"
				
				b_skansin = {
					pictish = "Lam"
					welsh = "Llam"
					irish = "Leum"
				}
				b_torshavn = {
					pictish = "Pirth Taran"
					welsh = "Porth Taran"
					irish = "Port Turenn"
				}
				b_kirkjubour = {
					pictish = "Tathinauu"
					welsh = "Tyddynaueglwys"
					irish = "Tuathanaseaglais"
				}
				b_funningur = {
					pictish = "Uenaeth"
					welsh = "Gwynaidd"
					irish = "Fionnach"
				}
				b_kvivik = {
					pictish = "Culbachuu"
					welsh = "Culbachwy"
					irish = "Caolbati"
				}
				b_sandur = {
					pictish = "Insee Tret"
					welsh = "Ynys Traeth"
					irish = "Eilean Trigh"
				}
				b_klaksvik = {
					pictish = "Insee Uun"
					welsh = "Ynys Edn"
					irish = "Innis Eun"
				}
				b_hov = {
					pictish = "Icluasc"
					welsh = "Eglwys"
					irish = "Eaglais"
				}
			}
			c_shetland = {
				color={ 96 130 220 }
				color2={ 255 255 255 }
				
				norwegian = "Hjaltland"
				danish = "Hjaltland"
				swedish = "Hjaltland"
				norse = "Hjaltland"
				pictish = "Insee Cait"
				welsh = "Ynysoedd Cait"
				irish = "Innse Catt"
				
				b_scalloway = {
					pictish = "Bachuuon Maurt"
					welsh = "Bachwyon Mawrty"
					irish = "Batin Mrtaigh"
				}
				b_muness = {
					pictish = "Muunis"
					welsh = "Mwynis"
					irish = "Mnis"
				}
				b_tingwall = {
					pictish = "Camanfalioth"
					welsh = "Cymanfalleoedd"
					irish = "Coinneamhionad"
				}
				b_cunningsburgh = {
					norwegian = "Konungsborg"
					danish = "Konungsborg"
					swedish = "Konungsborg"
					norse = "Konungsborg"
					pictish = "Caer Rui"
					welsh = "Caer Rhi"
					irish = "Rghdn"
				}
				b_sumburgh = {
					pictish = "Taranupin"
					welsh = "Taranupenn"
					irish = "Tirneanachceann"
				}
				b_northmavine = {
					pictish = "Goglethculder"
					welsh = "Gogleddculdir"
					irish = "Tuathcuing"
				}
				b_sound = {
					pictish = "Cliaubae"
					welsh = "Cleiaubae"
					irish = "Cradhbati"
				}
				b_yell = {
					pictish = "Insee Uuan"
					welsh = "Ynys Gwyn"
					irish = "Innis Fionn"
				}
			}
			c_orkney = {
				color={ 106 140 235 }
				color2={ 255 255 255 }
				
				swedish = "Orkn"
				danish = "Orkn"
				norse = "Orkn"
				pictish = "Insee Orc"
				welsh = "Ynysoedd Orc"
				irish = "Innse Orc"
				
				b_kirkwall = {
					norwegian = "Kirkuvg"
					danish = "Kyrkovik"
					swedish = "Kyrkovik"
					norse = "Kyrkovik"
					pictish = "Icluasctreh"
					welsh = "Eglwystref"
					irish = "Baile na h-Eaglais"
				}
				b_birsay = {
					norwegian = "Birgishrad"
					danish = "Birgishrad"
					swedish = "Birgishrad"
					norse = "Birgishrad"
					pictish = "Brideclauet"
					welsh = "Ffraidclywed"
					irish = "Brghdechuala"
				}
				b_orphir = {
					pictish = "Aerfur"
					welsh = "Aerfwr"
					irish = "Ayrfir"
				}
				b_westray = {
					pictish = "Driduana"
					welsh = "Driduana"
					irish = "Triduana"
				}
				b_wyre = {
					pictish = "Insee Ware"
					welsh = "Ynys Wyre"
					irish = "Innis Weir"
				}
				b_egilsay = {
					pictish = "Insee Icluasc"
					welsh = "Ynys Eglwys"
					irish = "Innis Eaglais"
				}
				b_sanday = {
					pictish = "Insee Tiuod"
					welsh = "Ynys Tywod"
					irish = "Innis Trigh"
				}
				b_ronaldsay = {
					pictish = "Insee Ninian"
					welsh = "Ynys Ninian"
					irish = "Innis Ronan"
				}
			}
		}
		d_vestlandet = {
			color={ 120 160 245 }
			color2={ 255 255 255 }
			
			capital = 274 # Bergenhus
			
			c_agder = {
				color={ 40 85 255 }
				color2={ 255 255 255 }
			
				b_iveland = {
				} 
				b_flekkefjord = {
				}
				b_hylestad = {
				}
				b_grimstad = {
				}
				b_visedal = {
				}
				b_horga = {
				}
				b_holt = {
				}
				b_sirdal = {
				}
			}
			c_rogaland = {
				color={ 10 110 255 }
				color2={ 255 255 255 }
				
				b_eikundarsund = {
				}
				b_stavanger = {
				}
				b_roldal = {
				} 
				b_naerbo = {
				}
				b_klepp = {
				}
				b_bygdeborg = {
				}
				b_hesby  = {
				}
				b_jonegarden = {
				}
			}
			c_telemark = {
				color={ 45 160 255 }
				color2={ 255 255 255 }
				
				b_skien = {
				}
				b_eidsborg = {
				}
				b_fredriksten = {
				}
				b_hitterdals = {
				}
				b_seljord = {
				}
				b_fyresdal = {
				}
				b_grenland = {
				}
				b_gimsoy = {
				}
			}
			c_bergenshus = {
				color={ 60 157 209 }
				color2={ 255 255 255 }
				
				norse = Hordaland
				
				b_bergenhus = {
				}
				b_kinsarvik = {
				}
				b_bergen = {
					norse = Bjorgvin
				}
				b_vik = {
				}
				b_hove = {
				}
				b_aurland = {
				}
				b_ask = {
				}
				b_fedje = {
				}
			}
		}
		d_ostlandet = {
			color={ 80 120 215 }
			color2={ 255 255 255 }
			
			capital = 272 # Akershus
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 6
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_vestfold = {
				color={ 89 100 195 }
				color2={ 255 255 255 }
				
				b_kaupang = {
				}
				b_skiringssal = {
				}
				b_uvdal = {
				}
				b_nore = {
				}
				b_tonsberg = {
				}
				b_arendall = {
				}
				b_re = {
				}
				b_horten = {
				}
			}
			c_akershus = {
				color={ 120 158 235 }
				color2={ 255 255 255 }
				
				b_akershus = {
				}
				b_oslo = {
				}
				b_bergheim = {
				}
				b_eidsvoll = {
				}
				b_nes = {
				}
				b_isegran = {
				}
				b_jessheim = {
				}
				b_baerum = {
				}
			}
			c_viken = {
				color={ 25 175 255 }
				color2={ 255 255 255 }
				
				norse = Alfheimr
				
				b_bagahus = {
				}
				b_kungahalla = {
					norwegian = "Kungahlla"
					danish = "Kungahlla"
				}
				b_svarteborg = {
				}
				b_svenneby = {
				}
				b_ockero = {
					norwegian = "cker"
					danish = "cker"
				}
				b_hede = {
				}
				b_marstrand = {
				}
				b_kungsviken = {
				}
			}
			c_oppland = {
				color={ 94 120 215 }
				color2={ 255 255 255 }
				
				b_lillehammer = {
				}
				b_dovre = {
				}
				b_favang = {
				}
				b_lom = {
				}
				b_oyer = {
				}
				b_slidre = {
				}
				b_flesberg = {
				}
				b_garmo = {
				}
			}
			c_hedmark = {
				color={ 110 140 235 }
				color2={ 255 255 255 }
				
				norse = Heidmark
				
				b_hamarhus = {
				}
				b_elverum = {
				}
				b_hamar = {
				}
				b_kongsvinger = {
				}
				b_vang = {
				}
				b_loten = {
				}
				b_stange = {
				}
				b_eidskog = {
				}
			}
		}
		d_trondelag = {
#			color={ 144 130 205 }
			color={ 40 160 255 }
			color2={ 255 255 255 }
			
			capital = 275 # Trondelag
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 9
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_trondelag = {
				color={ 20 155 255 }
				color2={ 255 255 255 }
				
				b_nidaros = {
				}
				b_trondheim = {
				}
				b_audunborg = {
				}
				b_steinvikholm = {
				}
				b_sverresborg = {
				}
				b_borgund = {
				}
				b_austratt = {
				}
				b_haltalen = {
				}
			}
			c_naumadal = {
				color={ 25 205 240 }
				color2={ 255 255 255 }

				holy_site = norse_pagan
				holy_site = norse_pagan_reformed
				
				b_tinghaugen = {
				}
				b_lade = {
				}
				b_logtun = {
				}
				b_levanger = {
				}
				b_hegra = {
				}
				b_maere = {
				}
				b_leksvik = {
				}
				b_halsstein = {
				}
			}
			c_halogaland = {
				color={ 10 195 255 }
				color2={ 255 255 255 }
				
				b_somna = {
				}
				b_bindal = {
				}
				b_veiga = {
				}
				b_brunnoy = {
				}
				b_hattfjelldalen = {
				}
				b_lein = {
				}
				b_mosjoen = {
				}
				b_alstahaug = {
				}
			}
			c_finnmark = {
				color={ 174 161 110 }
				color2={ 255 255 255 }
				
				lappish=Finnmrku
				
				b_varghoeya = {
				}
				b_vardohus = {
				}
				b_ostervagen = {
				}
				b_malangen = {
				}
				b_hammerfest = {
				}
				b_karsloy = {
				}
				b_piselvnes = {
				}
				b_tromso = {
				}
			}
			c_nordland = {
				color={ 30 150 189 }
				color2={ 255 255 255 }
				
				b_rost = {
				}
				b_kabelvag = {
				}
				b_bodo = {
				}
				b_narvik = {
				}
				b_rodoy = {
				}
				b_andenes = {
				}
				b_beiarn = {
				}
				b_harstad = {
				}
			}
		}
		d_jamtland = {
			color={ 45 85 245 }
			color2={ 255 255 255 }
			
			capital = 282 # Jamtland
			
			norwegian = "Jemtland"
			danish = "Jemtland"
			norse = "Jamtaland"
			
			c_jamtland = {
				color={ 45 85 255 }
				color2={ 255 255 255 }
				
				norwegian = "Jemtland"
				danish = "Jemtland"
				norse = "Jamtaland"
				
				b_mjalleborgen = {
				}
				b_husan = {
				}
				b_vasterhus = {			
				}
			}
			c_herjedalen = {
				color={ 40 76 225 }
				color2={ 255 255 255 }
				
				swedish = "Hrjedalen"
				norse = "Herjadal"
				
				b_sveg = {
				}
				b_hogvalen = {
				}
				b_tannas = {
				}
			}
		}
	}
	
	k_finland = {
		color = { 130 73 20 }
		color2={ 255 255 255 }
		
		capital = 382 # Finland
		
		culture = finnish
		
		finnish_pagan_reformed = 500 # Crusade target weight
		norse_pagan_reformed = 200 
		baltic_pagan_reformed = 100
		slavic_pagan_reformed = 50
		catholic = 40
		norse_pagan_reformed = 100 # Crusade target weight
		
		finnish = Suomi
		lappish = Suomi
		ugricbaltic = Suomi
		komi = Suomi
		samoyed = Suomi
		mordvin = Suomi
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = north_germanic
					culture_group = finno_ugric
					culture_group = east_slavic
				}
			}
		}
	
		d_kola = {
			color={ 194 171 117 }

			capital = 387 # Kola
	
			culture = lappish
			title = "HIGH_CHIEF"
			foa = "HIGH_CHIEF_FOA"
	
			c_kola = {
				color={ 145 35 35 }
				color2={ 255 255 255 }
			
				b_kola = {
				}
				b_mafelskoi = {
				}
				b_pechenga = {
				}
				b_waranger = {
				}
				b_tre = {
				}
				b_lovozero = {
				}
				b_molovskoi = {
				}
				b_jekanskoi = {
				}
			}
			c_kandalax = {
				color={ 135 60 60 }
				color2={ 255 255 255 }
				
				swedish = "Kandalax"
				norse = "Kandalax"
				norwegian = "Kandalax"
				danish = "Kandalax"
			
				b_kantalahti = {
					swedish = "Kandalax"
					norse = "Kandalax"
					norwegian = "Kandalax"
					danish = "Kandalax"
				}
				b_umba = {
				}
				b_varzuga = {
				}
				b_lekastrom = {
				}
				b_sarapo = {
				}
				b_kolsky = {
				}
				b_ponoy = {
				}
				b_pyaozero = {
				}
			}
			c_kemi = {
				color={ 130 65 55 }
				color2={ 255 255 255 }
			
				b_kemi = {
				}
				b_neiden = {
				}
				b_rovaniemi = {
				}
				b_inari = {
				}
				b_tornio = {
				}
				b_kemijarvi = {
				}
				b_utsjoki = {
				}
				b_savukoski = {
				}
			}
		}
		d_esthonia = {
			color={ 150 75 75 }
			color2={ 255 255 255 }
			
			capital = 378 # Kalevan
			
			culture = ugricbaltic
		
			c_reval = {
				color={ 160 85 85 }
				color2={ 255 255 255 }
				
				swedish = "Reval"
				danish = "Reval"
				norwegian = "Reval"
				german = "Reval"
				norse = "Reval"
			
				b_reval = { # Kalevan
					swedish = "Reval"
					danish = "Reval"
					norwegian = "Reval"
					german = "Reval"
					norse = "Reval"
				}
				b_hapsal = { # Haapsalu
					swedish = "Hapsal"
					danish = "Hapsal"
					norwegian = "Hapsal"
					german = "Hapsal"
					norse = "Hapsal"
				}
				b_toompea = {
					swedish = "Domberg"
					danish = "Domberg"
					norwegian = "Domberg"
					german = "Domberg"
					norse = "Domberg"
				}
				b_leal = { # Lihula
					swedish = "Lehal"
					danish = "Lehal"
					norwegian = "Lehal"
					german = "Leal"
					norse = "Leal"
				}
				b_borpeal = {
				}
				b_laane = {
				}
				b_pades = {
				}
				b_parnaw = {
				}
			}
			c_narva = {
				color={ 175 55 55 }
				color2={ 255 255 255 }
			
				b_narva = {
				}
				b_agelinde = {
				}
				b_wesenberg = {
				}
				b_telsborg = {
				}
				b_pudiviru = {
				}
				b_askala = {
				}
				b_repel = {
				}
				b_alentagh = {
				}
			}
			c_vodi = {
				color={ 113 0 0 }
				color2={ 255 255 255 }
				
				finnish = "Inkeri"
				russian = "Ingriya"
				ilmenian = "Ingriya"
				severian = "Ingriya"
				swedish = "Ingermanland"
			
				b_nyen = {
					finnish = "Nevanlinna"
				}
				b_noteborg = {
					swedish = "Nteborg"
					norse = "Nteborg"
					norwegian = "Nteborg"
					danish = "Nteborg"
					german = "Schlsselburg"
					russian = "Oreshek"
				}
				b_valaam = {
					finnish = "Valamo"
					swedish = "Valamo"
					norse = "Valamo"
				}
				b_jogopera = {
				}
				b_ivanovskaya = { # Teusina
					swedish = "Teusina"
					norwegian = "Teusina"
					norse = "Teusina"
					danish = "Teusina"
					russian = "Tyavzino"
				}
				b_nosok = {
				}
				b_liivtsula = {
				}
				b_khotchino = {
					finnish = "Hatsina"
					swedish = "Hatsina"
					norse = "Hatsina"
				}
			}
		}
		d_karelia = {
			color={ 155 135 45 }
			color2={ 255 255 255 }
			
			capital = 388 # Karjala
			
			swedish = "Karelen"
			danish = "Karelen"
			norse = "Karelen"
			norwegian = "Karelen"
			russian = "Kareliya"
			
			c_savolaks = {
				color={ 120 10 10 }
				color2={ 255 255 255 }
				
				swedish = "Savolax"
				norse = "Savolax"
				norwegian = "Savolax"
				danish = "Savolax"
			
				b_olavinlinna = {
					swedish = "Olofsborg"
					norse = "Olofsborg"
					norwegian = "Olavsborg"
					danish = "Olavsborg"
				}
				b_mikkeli = {
					swedish = "St Michel"
					norse = "St Michel"
					norwegian = "St Michel"
					danish = "St Michel"
				}
				b_savitaipale = {
				}
				b_sotkamo = {
				}
				b_brahelinna = {
					swedish = "Brahehus"
					norse = "Brahehus"
					norwegian = "Brahehus"
					danish = "Brahehus"
				}
				b_iisalmi = {
					swedish = "Idensalmi"
					norse = "Idensalmi"
					norwegian = "Idensalmi"
					danish = "Idensalmi"
				}
				b_kuopio = {
				}
				b_sysma = {
				}
			}
			c_onega = {
				color={ 165 45 45 }
				color2={ 255 255 255 }
				
				swedish = "Onega"
				norse = "Onega"
				danish = "Onega"
				norwegian = "Onega"
				russian = "Onezhskoe"
			
				b_ust-onega = {
				}
				b_aunus = {
				}
				b_kondopoga = {
				}
				b_pudoga = {
				}
				b_petrozavodsk = {
				}
				b_segezha = {
				}
				b_medvezhyegorsk = {
				}
				b_pryazha = {
				}
			}
			c_karelen = {
				color={ 135 25 25 }
				color2={ 255 255 255 }
				
				swedish = "stkarelen"
				norse = "stkarelen"
				danish = "stkarelen"
				norwegian = "stkarelen"
				russian = "Kareliya"
			
				b_kem = {
				}
				b_sordavala = {
				}
				b_kalevala = {
				}
				b_soroka = {
				}
				b_loukhi = {
				}
				b_kostomuksha = {
				}
				b_muezersky = {
				}
				b_pitkyaranta = {
				}
			}
			c_kexholm = {
				color={ 185 70 70 }
				color2={ 255 255 255 }
				
				swedish = "Kexholm"
				norse = "Kexholm"
				norwegian = "Kexholm"
				danish = "Kexholm"

				holy_site = finnish_pagan
				holy_site = finnish_pagan_reformed
				
				b_antrea = {
					swedish = "St Andree"
					norse = "St Andree"
					norwegian = "St Andree"
					danish = "St Andree"
				}
				b_raivola = {
				}
				b_kakisalmi = {
					swedish = "Kexholm"
					norse = "Kexholm"
					norwegian = "Kexholm"
					danish = "Kexholm"
					russian = "Korela"
				}
				b_jekaborg = {
				}
				b_koivisto={
				} 
				b_toksovo = {
				}
				b_terijoki = {
				}
				b_taipale = {
				}
			}
		}
		d_finland = {
			color={ 131 108 26 }
			color2={ 255 255 255 }
			
			capital = 382 # Suomi
			
			finnish = Satakunta
			lappish = Satakunta
			ugricbaltic = Satakunta
			komi = Satakunta
			samoyed = Satakunta
			mordvin = Satakunta

			c_nyland = {
				color={ 185 65 65 }
				color2={ 255 255 255 }
				
				swedish = "Nyland"
				norse = "Nyland"
				norwegian = "Nyland"
				danish = "Nyland"
			
				b_porvoo = {
					swedish = "Borg"
					norse = "Borg"
					norwegian = "Borg"
					danish = "Borg"
				}
				b_raseborg = {
					swedish = "Raseborg"
					norse = "Raseborg"
					norwegian = "Raseborg"
					danish = "Raseborg"
				}
				b_espoo = {
					swedish = "Esbo"
					norse = "Esbo"
					norwegian = "Esbo"
					danish = "Esbo"
				}
				b_siuntio = {
					swedish = "Sjunde"
					norse = "Sjunde"
				}
				b_svartholm = {
				}
				b_hanko = {
					swedish = "Hang"
					norse = "Hang"
					norwegian = "Hang"
					danish = "Hang"
				}
				b_lohja = {
					swedish = "Lojo"
					norse = "Lojo"
					norwegian = "Lojo"
					danish = "Lojo"
				}
				b_helsinge = {
				}
			}
			c_finland = {
				color={ 125 15 15 }
				color2={ 255 255 255 }
				
				swedish = "Finland"
				norwegian = "Finland"
				norse = "Finland"
				danish = "Finland"
			
				b_kuusisto  = {
					swedish = "Kust"
					norse = "Kust"
					norwegian = "Kust"
					danish = "Kust"
				}
				b_turku  = {
					swedish = "bo"
					norse = "bo"
					norwegian = "bo"
					danish = "bo"
				}
				b_naantali = {
					swedish = "Ndendal"
					norse = "Ndendal"
					norwegian = "Ndendal"
					danish = "Ndendal"
				}
				b_rikala  = {
				}
				b_rauma  = {
					swedish = "Raumo"
					norse = "Raumo"
				}
				b_jukarsborg  = {
				}
				b_lieto  = {
					swedish = "Lundo"
					norse = "Lundo"
				}
				b_stenberga  = {
				}
			}
			c_tavasts = {
				color={ 130 20 20 }
				color2={ 255 255 255 }
				
				swedish = "Tavastehus"
				norwegian = "Tavastehus"
				danish = "Tavastehus"
				norse = "Tavastehus"
			
				b_hameenlinna = {
					swedish = "Tavastehus"
					norwegian = "Tavastehus"
					danish = "Tavastehus"
					norse = "Tavastehus"
				}
				b_lahti = {
				}
				b_vanaja = {
				}
				b_mattila = {
				}
				b_harviala = {
				}
				b_vesilahti = {
				}
				b_hattula = {
				}
				b_haikonen = {
				}
			}
			c_satakunta = {
				color={ 116 46 46 }
				color2={ 255 255 255 }
				
				swedish = "Satakunda"
				norse = "Satakunda"
			
				b_ulvila = {
				}
				b_liinmaa = {
					swedish = "Vredenborg"
					norse = "Vredenborg"
					norwegian = "Vredenborg"
					danish = "Vredenborg"
					german = "Vreghdenborch"
				}
				b_kiukainen = {
				}
				b_pori = {
				}
				b_telja = {
				}
				b_hahlo = {
				}
				b_kankaanpaa = {
				}
				b_hiittenharju = {
				}
			}
			c_osterbotten = {
				color={ 152 66 66 }
				color2={ 255 255 255 }
				
				swedish = "sterbotten"
				norwegian = "sterbotten"
				danish = "sterbotten"
				norse = "Austerbotn"
			
				b_oulu = {
					swedish = "Uleborg"
					norse = "Uleborg"
					norwegian = "Uleborg"
					danish = "Uleborg"
				}
				b_nykarleby = {
					swedish = "Nykarleby"
					norse = "Nykarleby"
					norwegian = "Nykarleby"
					danish = "Nykarleby"
				}
				b_kristinestad = {
				} 
				b_korsholm = {
				}
				b_liminka = {
				}
				b_kalajoki = {
				}
				b_jakobstad = {
				}
				b_veteli = {
				}
			}
		}
	}
}

e_wendish_empire = {
	color={ 130 20 50 }
	color2={ 200 0 0 }
	
	capital = 527 # Krakowskie
		
	culture = polish
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = west_slavic
				culture_group = baltic
			}
		}
	}
	
	short_name = yes

	k_moravia = {
		color={ 158 102 36 }
		color2={ 200 0 0 }

		capital = 441 # Brno

		culture = bohemian
		
		slavic_pagan_reformed = 100 # Crusade target weight
		
#		allow = {
#			k_bohemia = { has_holder = no }
#		}
	}

	k_poland = {
		color={ 150 23 23 }
		color2={ 200 0 0 }
		
		capital = 527 # Krakowskie
		
		culture = polish
		
		catholic = 100 # Crusade target weight
		slavic_pagan_reformed = 500 # Crusade target weight
		baltic_pagan_reformed = 100 # Crusade target weight
		
		d_mazovia = {
			color={ 125 46 36 }
			color2={ 255 255 255 }
			
			capital = 529 # Plock
			
			c_plock = {
				color={ 127 30 2 }
				color2={ 255 255 255 }

				holy_site = slavic_pagan
				holy_site = slavic_pagan_reformed
				
				b_plock = {
				}
				b_pruszkow = {
				}
				b_warszawa = {
				}
				b_ostroleka = {
				}
				b_pultusk = {
				}
				b_plonsk = {
				}
				b_ciechanow = {
				}
				b_wyszkow = {
				}
			}
			c_czersk = {
				color={ 127 6 50 }
				color2={ 255 255 255 }
				
				b_czersk = {
				}
				b_radom = {
				}
				b_garwolin = {
				}
				b_siedlce = {
				}
				b_losice = {
				}
				b_gorzno = {
				}
				b_borowie = {
				}
				b_grojec = {
				}
			}
		}

		d_greater_poland = { 
			color={ 140 13 13 }
			color2={ 255 255 255 }
			
			capital = 429 # Gnieznenskie
		
			c_lubusz = {
				color={ 135 30 30 }
				color2={ 255 255 255 }
				
				german = Lebus
				swedish = Lebus
				norse = Lebus
				norwegian = Lebus
				danish = Lebus
			
				b_lubusz = {
					german = Lebus
					swedish = Lebus
					norse = Lebus
					norwegian = Lebus
					danish = Lebus
				}
				b_mysliborz = {
				}
				b_kostrzyn = {
				}
				b_cedynia = {
				}
				b_pryzyce = {
				}
				b_sulecin = {
				}
				b_santok = {
				}
				b_zielonagora = {
				}
			}
			c_gnieznienskie = {
				color={ 125 6 2 }
				color2={ 255 255 255 }
				
				german = Gnesen
				swedish = Gnesen
				norse = Gnesen
				norwegian = Gnesen
				danish = Gnesen
			
				b_gniezno = {
					german = Gnesen
					swedish = Gnesen
					norse = Gnesen
					norwegian = Gnesen
					danish = Gnesen
				}
				b_lekno = {
				}
				b_znin = {
				}
				b_giecz = {
				}
				b_wagrowiec = {
				}
				b_naklo = {
				}
				b_wyszo = {
				}
				b_pyzdry = {
				}
			}
			c_poznanskie = {
				color={ 145 6 2 }
				color2={ 255 255 255 }
				
				german = Posen
				swedish = Posen
				norse = Posen
				norwegian = Posen
				danish = Posen
			
				b_poznan = {
					german = Posen
					swedish = Posen
					norse = Posen
					norwegian = Posen
					danish = Posen
				}
				b_obrzycko = {
				}
				b_czarkow = {
				}
				b_miedryrzecz = {
				}
				b_drzen = {
				}
				b_zbaszyn = {
				}
				b_strarygrode = {
				}
				b_srem = {
				}
			}
			c_kaliskie = {
				color={ 155 6 20}
				color2={ 255 255 255 }
			
				b_kalisz = {
				}
				b_krotoszyn = {
				}
				b_jarocin = {
				}
				b_ostrowielkopolski = {
				}
				b_konin = {
				}
				b_pieszew = {
				}
				b_rawick = {
				}
				b_tureck = {
				}
			}
		}
		d_silesia = {
			color={ 169 35 75 }
			color2={ 255 255 255 }
			
			capital = 435 # Upper Silesia
		
			c_lower_silesia = {
				color={ 170 30 30 }
				color2={ 255 255 255 }
			
				b_glogow = {
					german = Glogau
					swedish = Glogau
					norse = Glogau
					norwegian = Glogau
					danish = Glogau
				}
				b_legnica = {
					german = Liegnitz
					swedish = Liegnitz
					norse = Liegnitz
					norwegian = Liegnitz
					danish = Liegnitz
				}
				b_krosno = {
					german = Krossen
					swedish = Krossen
					norse = Krossen
					norwegian = Krossen
					danish = Krossen
				}
				b_jawor = {
				}
				b_lwowek = {
				}
				b_swidnica = {
				}
				b_boleslawiec = {
				}
				b_zagan = {
					german = Sagan
					swedish = Sagan
					norse = Sagan
					norwegian = Sagan
					danish = Sagan
				}
			}
			c_upper_silesia = {
				color={ 200 50 70 }
				color2={ 255 255 255 }
			
				b_wroclaw = {
					german = Breslau
					swedish = Breslau
					norse = Breslau
					norwegian = Breslau
					danish = Breslau
				}
				b_brzeg = {
					german = Brieg
					swedish = Brieg
					norse = Brieg
					norwegian = Brieg
					danish = Brieg
				}
				b_zmigrod = {
					german = Trachtenberg
					swedish = Trachtenberg
					norse = Trachtenberg
					norwegian = Trachtenberg
					danish = Trachtenberg
				}
				b_milicz = {
				}
				b_olesnica = {
				}
				b_nysa = {
				}
				b_niemcza = {
				}
				b_henrykow = {
					german = Heinrichau
					swedish = Heinrichau
					norse = Heinrichau
					norwegian = Heinrichau
					danish = Heinrichau
				}
			}
			c_opole = {
				color={ 218 37 15 }
				color2={ 255 255 255 }
				
				german = Uppeln
				swedish = Uppeln
				norse = Uppeln
				norwegian = Uppeln
				danish = Uppeln
			
				b_opole = {
					german = Uppeln
					swedish = Uppeln
					norse = Uppeln
					norwegian = Uppeln
					danish = Uppeln
				}
				b_czestochowa = {
				} 
				b_kozle = {
				}
				b_strzelce = {
				}
				b_lelow = {
				}
				b_olezno = {
				}
				b_raciborz = {
				}
				b_namyslow = {
				}
			}
			c_cieszyn = {
				color={ 127 6 2 }
				color2={ 255 255 255 }
				
				german = Teschen
				swedish = Teschen
				norse = Teschen
				norwegian = Teschen
				danish = Teschen
			
				b_cieszyn = {
					german = Teschen
					swedish = Teschen
					norse = Teschen
					norwegian = Teschen
					danish = Teschen
				}
				b_oswiecim = {
				}
				b_jabloskow = {
				}
				b_skoczow = {
				}
				b_goleszow = {
				}
				b_ustron = {
				}
				b_bielskobiala = {
				}
				b_zebrydowice = {
				}
			}
		}
		d_lesser_poland = { 
			color={ 245 163 176 }
			color2={ 255 255 255 }
			
			capital = 527 # Krakowskie

			c_krakowskie = {
				color={ 137 6 20 }
				color2={ 255 255 255 }
				
				german = Krakau
				swedish = Krakau
				norse = Krakau
				norwegian = Krakau
				danish = Krakau
			
				b_krakow = {
					german = Krakau
					swedish = Krakau
					norse = Krakau
					norwegian = Krakau
					danish = Krakau
				}
				b_jedrzejow = {
				}
				b_tarnow = {
				}
				b_kielce = {
				}
				b_brzesko = {
				}
				b_chrzanow = {
				}
				b_olkusz = {
				}
				b_skawina = {
				}
			}
			c_sacz = {
				color={ 117 6 2 }
				color2={ 255 255 255 }
				
				german = Sandez
				swedish = Sandez
				norse = Sandez
				norwegian = Sandez
				danish = Sandez
			
				b_nowysacz = {
					german = "Neu Sandez"
					swedish = Nysand
					norse = Nysand
					norwegian = Nysand
					danish = Nysand
				}
				b_gorlice = {
				}
				b_szczyrzycz = {
				}
				b_zakopane = {
				}
				b_grybow = {
				}
				b_brzozow = {
				}
				b_limanowa = {
				}
				b_jasto = {
				}
			}
			c_sandomierskie = {
				color={ 147 16 2 }
				color2={ 255 255 255 }
			
				b_sandomierz = {
				}
				b_koprzywnica = {
				}
				b_zawichost = {
				}
				b_dwikozy = {
				}
				b_klimontow = {
				}
				b_loniow = {
				}
				b_samborzec = {
				}
				b_wilczyce = {
				}
			}
		}
		d_kuyavia = { 
			color={ 115 30 50 }		
			color2={ 255 255 255 }
			
			capital = 428 # Kujawy
		
			c_sieradzko-leczyckie = {
				color={ 160 40 40 }
				color2={ 255 255 255 }
				
				german = Schieratz
				swedish = Schieratz
				norse = Schieratz
				norwegian = Schieratz
				danish = Schieratz
			
				b_sieradz = {
					german = Schieratz
					swedish = Schieratz
					norse = Schieratz
					norwegian = Schieratz
					danish = Schieratz
				}
				b_radomsko = {
				}
				b_leczyka = {
				}
				b_warta = {
				}
				b_sochaczew = {
				}
				b_piotrkow = {
				}
				b_wachock = {
				}
				b_blaski = {
				}
			}
			c_kujawy = {
				color={ 210 50 10 }
				color2={ 255 255 255 }
			
				b_inowroclaw = {
				}
				b_kruszwica = {
				}
				b_radziejow = {
				}
				b_brzesckujawskie = {
				}
				b_bydgoszcz = {
				}
				b_topolka = {
				}
				b_wlocawek = {
				}
				b_lubanie = {
				}
			}
		}
	}
	
	k_pomerania = {
		color={ 145 130 40 }
		color2={ 220 220 20 }
		
		culture = pommeranian
		
		capital = 366 #Stettin
		
		catholic = 400 # Crusade target weight
		slavic_pagan_reformed = 500 # Crusade target weight
		norse_pagan_reformed = 100 # Crusade target weight
		baltic_pagan_reformed = 100 # Crusade target weight
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = pagan_group
				}
			}
		}
		
		d_mecklemburg = {
			color={ 162 160 110 }
			color2={ 255 255 255 }
			
			capital = 260 #mecklemburg
			
			pommeranian = Obotritia

			c_mecklemburg = {
				color={ 207 207 207 }
				color2={ 255 255 255 }

				pommeranian = Weligrad
				
				b_mecklemburg = {
					pommeranian = Weligrad
				}
				b_wismar = {
					pommeranian = Vesimer
				}
				b_gevezin = {
					pommeranian = Radgosc			
				}
				b_schwerin = {
					pommeranian = Zuarina
				}
				b_lutzow = {
				}
				b_grevesmuhlen = {
				}
				b_parchim = {
				}
				b_hagenow = {
				}
			}
			c_rostock = {
				color={ 204 204 204 }
				color2={ 255 255 255 }

				pommeranian = Rastok
				
				b_rostock = {
					pommeranian = Rastok
				}
				b_penzlin = {	
					pommeranian = Pentzelin	
				}
				b_gustrow = {	
					pommeranian = Guscerov				
				}
				b_malchin = {
				}
				b_damgarten = {
				}
				b_strelitz = {
					pommeranian = Streltza
				}
				b_stargard = {
				}
				b_ahrensberg = {
				}
			}
			c_werle = {
				color={ 202 202 202 }
				color2={ 255 255 255 }

				pommeranian = Dymin
				
				b_waren = {
				}
				b_greifswald = {
					pommeranian = Gripscogh
				}
				b_stralsund = {

					pommeranian = Stralow
				}
				b_tribsees = {
				}
				b_demmin = {
				}
				b_treptow = {
				}
				b_friedland = {
					pommeranian = Mirw
				}
				b_templin = {
				}
			}
			c_rugen = {
				color={ 201 201 201 }
				color2={ 255 255 255 }

				pommeranian = Rana

				holy_site = slavic_pagan
				holy_site = slavic_pagan_reformed
				holy_site = baltic_pagan
				holy_site = baltic_pagan_reformed
				
				b_charenza = {
				}
				b_arkona = {
				}
				b_rugard = {
				}
				b_putbus = {
				}
				b_barth = {
				}
				b_ralswiek = {
				}
				b_hiddensee = {
				}
				b_tribuzin = {
				}
			}
		}
		
		d_pommerania = {
			color={ 111 143 51 }
			color2={ 255 255 255 }
			
			capital = 366 # Stettin
		
			c_wolgast = {
				color={ 121 163 58 }
				color2={ 255 255 255 }

				pommeranian = Wologoszcz
			
				b_wolgast = {
					pommeranian = Wologoszcz
				}
				b_usedom = {
					pommeranian = Uznjm
				}
				b_anklam = {	
					pommeranian = Taglim			
				}
				b_ueckermunde = {
				}
				b_zinnowitz = {
				}
				b_zussow = {
				}
				b_kemnitz = {
				}
				b_eggesin = {
				}
			}
			c_stettin = {
				color={ 91 163 48 }
				color2={ 255 255 255 }
				
				pommeranian = Szczecin
			
				b_soldin = {
				}
				b_stettin = {

					pommeranian = Szczecin
				}
				b_wollin = {
				} 
				b_stestargard = {
				}
				b_kammin = {
				}
				b_kolbatz = {
				}
				b_cedene = {
				}
				b_pyritz = {
				}
			}
		}
		d_pomeralia = {
			color={ 95 135 77 }
			color2={ 255 255 255 }
			
			capital = 368 # Danzig
		
			c_danzig = {
				color={ 115 139 70 }
				color2={ 255 255 255 }
				
				pommeranian = "Gdansk"
				polish = "Gdansk"
				bohemian = "Gdansk"
				russian = "Gdansk"
				prussian = "Gdansk"
				lithuanian = "Gdansk"
				lettigallish = "Gdansk"
				swedish = "Danzig"
				norse = "Danzig"
				norwegian = "Danzig"
				danish = "Danzig"
			
				b_bytow = {
				}
				b_danzig = {
					pommeranian = "Gdansk"
					polish = "Gdansk"
					bohemian = "Gdansk"
					russian = "Gdansk"
					prussian = "Gdansk"
					lithuanian = "Gdansk"
					lettigallish = "Gdansk"
					swedish = "Danzig"
					norse = "Danzig"
					norwegian = "Danzig"
					danish = "Danzig"
				}
				b_oliva = {
				}
				b_tuchel = {
				}
				b_schwetz = {
				}
				b_danlauenburg = {
				}
				b_mewe = {
				}
				b_schlochau = {
				}
			}
			c_slupsk = {
				color={ 6 155 25 }
				color2={ 255 255 255 }
				
				german = "Stolp"
				swedish = "Stolp"
				norwegian = "Stolp"
				danish = "Stolp"
				norse = "Stolp"
			
				b_rugenwalde = {
				}
				b_slupsk = {
					german = "Stolp"
					swedish = "Stolp"
					norwegian = "Stolp"
					danish = "Stolp"
					norse = "Stolp"
				}
				b_colberg = {
				}
				b_schlawe = {
				}
				b_tempelburg = {
				}
				b_dramburg = {
				}
				b_ustka = {
				}
				b_belgard = {
				}
			}
		}
		
		d_saxony = {
			color={ 70 70 70 }
			color2={ 255 255 255 }
			
			capital = 310 #Anhalt
			c_anhalt = {
				color={ 184 184 184 }
				color2={ 255 255 255 }
				
				pommeranian = Dolomici
				
				b_zerbst = {	
					pommeranian = Zirwisti
				}
				b_magdeburg = {	

					pommeranian = Magadoburg			
				}
				b_haldensleben = {
					pommeranian = Hahaldeslevo
				}
				b_mansfeld = {
				}
				b_dessau = {
				}
				b_arnstein = {
				}
				b_querfurt = {
					pommeranian = Curnfurt
				}
				b_bernburg = {
				}
			}
			c_plauen = {
				color={ 180 180 180 }
				color2={ 255 255 255 }

				pommeranian = Ploni
				
				b_plauen = {
					
					pommeranian = Ploni
				}
				b_leipzig = {
					pommeranian = Lipsk
				}
				b_merseburg = {
					
				}
				b_halle = {
					pommeranian = Dobrebora
				}
				b_knobelsdorf = {
				}
				b_zeitz = {
					pommeranian = Cici
				}
				b_zwickau = {
					pommeranian = Swikawa
				}
				b_naumburg = {
				}
			}
			c_weimar = {
				color={ 183 183 183 }
				color2={ 255 255 255 }
				
				b_weimar = {
				}
				b_jena = {
				}
				b_walkenried = {
				}
				b_nordhausen = {
				}
				b_memelsen = {
				}
				b_gotha = {
				}
				b_apoldoa = {
				}
				b_gera = {
				}
			}
		}
		
		d_brandenburg = {
			color={ 121 121 121 }
			color2={ 255 255 255 }
			
			capital = 365 #Brandenburg

			pommeranian = "Sorbia" # Brennaburg
		
			c_altmark = {
				color={ 189 189 189 }
				color2={ 255 255 255 }

				pommeranian = Laczyn
				
				b_werben = {
				}
				b_halberstedt = {
				}
				b_walbeck = {
				}
				b_luchow = {
				}
				b_salzwedel = {
				}
				b_stendal = {
				}
				b_osterburg = {
				}
				b_tangermunde = {
				}
			}
			
			c_brandenburg = {
				color={ 186 186 186 }
				color2={ 255 255 255 }

				pommeranian = Brennaburg
				
				b_brandenburg = {
					pommeranian = Brennaburg	
				}
				b_havelberg = {
				}
				b_berlin = {
				}
				b_juterborg = {
					pommeranian = Jutriboc
				}
				b_belzig = {
				}
				b_ruppin = {
				}
				b_oranienburg = {
					pommeranian = Bochzowe
				}
				b_muncheberg = {
				}
			}
		}
		d_meissen = {
			color={ 182 188 181 }
			color2={ 255 255 255 }
			
			capital = 312 #Meissen

			pommeranian = Nisani
		
			c_meissen = {
				color={ 177 177 177 }
				color2={ 255 255 255 }

				pommeranian = Nisani
				
				b_dresden = {
					pommeranian = Drezdany
				}
				b_meissen = {
					pommeranian = Misni
				}
				b_dohna = {
				}
				b_belgern = { # Called Altenburg
				}
				b_strehla = {
				}
				b_rabenau = {
				}
				b_wettin = {
				}
				b_radeburg = {
				}
			}
			c_lausitz = {
				color={ 174 174 174 }
				color2={ 255 255 255 }

				pommeranian = Luzycka
				
				b_gorlitz = {
					pommeranian = Zhorjelc
				}
				b_bautzen = {
					pommeranian = Budysin
				} 
				b_lebus = {
					pommeranian = Lubiazu
				}
				b_cottbus = {
					pommeranian = Chosebuz
				}
				b_rothenburg = {
				}
				b_forst = {
				}
				b_zittau = {
					pommeranian = Zitawa
				}
				b_luckau = {
					pommeranian = Luckawa
				}
			}
		}
	}

	k_lithuania = {
		color={ 90 10 0 }
		color2={ 255 255 255 }
		
		capital = 420 # Aukshayts
		
		culture = lithuanian
		
		catholic = 50 # Crusade target weight
		slavic_pagan_reformed = 100 # Crusade target weight
		baltic_pagan_reformed = 500
		finnish_pagan_reformed = 100
		
		d_livonia = {
			color={ 110 50 50 }
			color2={ 255 255 255 }
			
			capital = 375 # Liivimaa
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 2
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_lettigalians = {
				color={ 125 50 50 }
				color2={ 255 255 255 }
				
				swedish = "Livland"
				norse = "Livland"
				danish = "Livland"
				norwegian = "Livland"
				german = "Livland"

				b_gaujiena = {
					ugricbaltic = Atsela
					german = Adsel
					lithuanian = Atzeles
				}
				b_kokenois = {
					ugricbaltic = Koknese
					german = Kokenhusen
					polish = Koknese
					lithuanian = Koknese
				}
				b_uxkull = { # Ikskila
					swedish = "Yxkull"
					norse = "Yxkull"
					danish = "Yxkull"
					norwegian = "Yxkull"
					german = "xkll"
					ugricbaltic = Ikkila
					polish = Ikkile
					lithuanian = Ikkile
				}
				b_wenden = {
					ugricbaltic = Vnnu
					polish = Kies
					lithuanian = Cesys
				}
				b_wolmer = {
					ugricbaltic = Valmiera
					german = Wolmar
					polish = Valmiera
					lithuanian = Valmiera
				}
				b_lemisele = {
					swedish = "Lemsal"
					norse = "Lemsal"
					danish = "Lemsal"
					norwegian = "Lemsal"
					german = "Lemsal"
					ugricbaltic = Lemsalu
					german = Lemsal
					polish = Limbai
					lithuanian = Limbaiai
				}
				b_seswegen = {
					ugricbaltic = Cesvaine
					german = Sesswegen
					polish = Cesvaine
					lithuanian = Cesvaine
				}
			}
			c_livs = {
				color={ 170 50 50 }
				color2={ 255 255 255 }
				
				swedish = Lne
				danish = Lne
				
				b_salaspils = {
				}
				b_haapsalu = {
				}
				b_lihula = {
					german = Leal
				}
				b_parnu = {
					ugricbaltic = Prnu
					german = Pernau
					polish = Parnawa
					lithuanian = Pernu
				}
				b_martna = {
				}
				b_kullamaa = {
				}
				b_karuse = {
				}
				b_pooravere = {
				}
				b_piirsalu = {
				}
			}
			c_dorpat = {
				color={ 115 5 5 }
				color2={ 255 255 255 }
				
				swedish = "Dorpat"
				norse = "Dorpat"
				danish = "Dorpat"
				norwegian = "Dorpat"
				german = "Dorpat"
			
				b_tartu = {
					swedish = "Dorpat"
					norse = "Dorpat"
					danish = "Dorpat"
					norwegian = "Dorpat"
					german = "Dorpat"
				}
				b_jarva = {
				}
				b_fellin = {
				}
				b_odenpah = {
				}
				b_lais = {
				}
				b_vastseliina = {
				}
				b_kirrumpa = {
				}
				b_vanakastre = {
				}
			}
			c_osel = {
				color={ 101 48 48 }
				color2={ 255 255 255 }
				
				swedish = "sel"
				norse = "sel"
				danish = "sel"
				norwegian = "sel"
				german = "sel"

				holy_site = finnish_pagan
				holy_site = finnish_pagan_reformed
				
				b_kuressare = {
					swedish = "Arensborg"
					norse = "Arensborg"
					danish = "Arensborg"
					norwegian = "Arensborg"
					german = "Arensburg"
				}
				b_hiiumaa = {
					swedish = "Dag"
					norse = "Dag"
					danish = "Dag"
					norwegian = "Dag"
					german = "Dag"
				}
				b_muhu = {
					swedish = "Moon"
					norse = "Moon"
					danish = "Moon"
					norwegian = "Moon"
					german = "Mohn"
				}
				b_valjala = {
				}
				b_poide = {
				}
				b_leisi = {
				}
				b_orisaare = {
				}
				b_kaarma = {
				}
			}
		}
		
		d_prussia = {
			color={ 200 100 100 }
			color2={ 255 255 255 }
			
			capital = 370 # Marienburg
			
			prussian = "Pruthenia"
			lithuanian = "Pruthenia"
			lettigallish = "Pruthenia"
			
			c_marienburg = {
				color={ 185 90 90 }
				color2={ 255 255 255 }
					
				b_marienburg = {
				}
				b_braunsberg = {
				}
				b_elbing = {
				}
				b_christburg = {
				}
				b_heilsberg = {
				}
				b_bartenstein = {
				}
				b_marienwerder = {
				}
				b_balga = {
				}
			}
			c_galindia = {
				color={ 185 90 90 }
				color2={ 255 255 255 }
					
				b_angerburg = {
				}
				b_osterode = {
				}
				b_nikelshagen = {
				}
				b_gilgenburg = {
				}
				b_treuburg = {
				}
				b_hohenstein = {
				}
				b_neidenburg = {
				}
				b_wielbark = {
				}
			}
			c_sambia = {
				color={ 190 80 80 }
				color2={ 255 255 255 }
				
				lithuanian = "Semba"
				lettigallish = "Semba"
				german = "Samland"
				swedish = "Samland"
				norse = "Samland"
				danish = "Samland"
				norwegian = "Samland"
					
				b_konigsberg = {
					polish = "Krolewiec"
					prussian = "Krolewiec"
					pommeranian = "Krolewiec"
					lithuanian = "Krolewiec"
					lettigallish = "Krolewiec"
					bohemian = "Krolewiec"
				}
				b_fischhausen = {
					prussian = "Romowe"
					pommeranian = "Romowe"
					lithuanian = "Romowe"
					lettigallish = "Romowe"	
				}
				b_sambrandenburg = {
					polish = "Bramborska"
					prussian = "Bramborska"
					pommeranian = "Bramborska"
				}
				b_tapiau = {
				}
				b_labiau = {
				}
				b_frombork = {
				}
				b_wiskiauten = {
				}
				b_cranz = {
				}
			}
			
			c_chelminskie = {
				color={ 170 70 70 }
				color2={ 255 255 255 }
				
				german = "Kulm"
				swedish = "Kulm"
				norwegian = "Kulm"
				danish = "Kulm"
				norse = "Kulm"

				holy_site = baltic_pagan
				holy_site = baltic_pagan_reformed
				
				b_chelmno = {
					german = "Kulm"
					swedish = "Kulm"
					norse = "Kulm"
					norwegian = "Kulm"
					danish = "Kulm"
				}
				b_kulm = {
				}
				b_thorn = {
				}
				b_niedenburg = {
				}
				b_rehden = {
				}
				b_lobau = {
				}
				b_eylau = {
				}
				b_briesen = {
				}
			}
		}
		
		d_polotsk = {
			color = { 128 133 104 }
			color2={ 255 255 255 }
			
			capital = 419 # Polotsk
			
			c_polotsk = {
				color={ 125 14 14 }
				color2={ 255 255 255 }
				
				swedish = "Pallteskja"
				norse = "Pallteskja"
				danish = "Pallteskja"
				norwegian = "Pallteskja"
			
				b_polotsk = {
					swedish = "Pallteskja"
					norse = "Pallteskja"
					danish = "Pallteskja"
					norwegian = "Pallteskja"
				}
				b_braslaw = {
				}
				b_dzisna = {
				}
				b_miory = {
				}
				b_rasony = {
				}
				b_pastavy = {
				}
				b_myadzel = {
				}
			}
			c_lepiel = {
				color={ 125 24 24 }
				color2={ 255 255 255 }

				b_lepiel = {
				}
				b_chashniki = {
				}
				b_novolukoml = {
				}
			}
			c_west_dvina = {
				color={ 125 18 18 }
				color2={ 255 255 255 }
				
				swedish = "Lettgallen"
				norse = "Lettgallen"
				danish = "Lettgallen"
				norwegian = "Lettgallen"
				german = "Lettgallen"
			
				b_erle = {
				}
				b_jersika = {
					german = Gerzika
				}
				b_kreuzburg = {
					ugricbaltic = Krustpilsi
					polish = Krzyzbork
					lithuanian = Krustpils
				}
				b_daugavpils = {
					german = "Dnaburg"
					swedish = "Dynaborg"
					norse = "Dynaborg"
					danish = "Dynaborg"
					norwegian = "Dynaborg"
					finnish = "Vinnlinna"
					russian = "Dvinsk"
					ugricbaltic = Vinalinn
					polish = Dyneburg
					lithuanian = Daugpilis
				}
				b_balvi = {
					lithuanian = Balvai
				}
				b_rezekne = {
					polish = Rzezyca
				}
				b_kraslava = {
					polish = Kraslaw
				}
				b_vilaka = {
					lithuanian = Viliaka
				}
				b_varakjani = {
					ugricbaltic = Varaklani
					german = Varaklani
				}
				b_ludza = {
					polish = Lucyn
				}
			}
		}
		d_lithuanians = {
			color={ 81 0 0 }
			color2={ 255 255 255 }
			
			capital = 420 # Aukshayts
			
			c_aukshayts = {
				color={ 146 17 17 }
				color2={ 255 255 255 }
			
				b_kaunas = {
				}
				b_vilnius = {
				}
				b_lida = {
				}
				b_utena = {
				}
				b_kernave = {
				}
				b_bralaus = {
				}
				b_kreva = {
				}
				b_zirmunai = {
				}
			}
			c_sudovia = {
				color={ 146 21 21 }
				color2={ 255 255 255 }
			
				b_vilkaviskis = {
				}
				b_suvalkai = {
				}
				b_trakai = {
				}
				b_hrodna = {
				}
				b_raiziai = {
				}
				b_augustavas = {
				}
				b_seiniai = {
				}
				b_merkine = {
				}
			}
			
			c_yatvyagi = {
				color={ 127 69 20 }
				color2={ 255 255 255 }
				
				b_lyck = {
				}
				b_johannisburg = {
				}
				b_eckersberg = {
				}
				b_druskininkai = {
				}
				b_yatvarena = {
				}
				b_valkininkai = {
				}
				b_lotzen = {
				}
				b_gailen = {
				}
			}
		}
		d_yatviags = {
			color={ 149 97 97 }
			color2={ 255 255 255 }
			
			capital = 424 # Grodno
			
			c_jacwiez = { # Grodno
				color={ 141 32 30 }
				color2={ 255 255 255 }
			
				b_jacwiez = {
				}
				b_novogrudok = {
				}
				b_grodno = {
				}
				b_iuje = {
				}
				b_slonim = {
				}
				b_mir = {
				}
				b_niasvizh = {
				}
				b_zirmuny = {
				}
			}
			c_podlasie = {
				color={ 148 100 100 }
				color2={ 255 255 255 }

				holy_site = baltic_pagan
				holy_site = baltic_pagan_reformed
				
				b_drohiczyn = {
				}
				b_kolno = {
				}
				b_sejny = {
				}
				b_lomza = {
				}
				b_tykocin = {
				}
				b_zambrow = {
				}
				b_lapy = {
				}
				b_krynki = {
				}
			}
		}
		
		d_courland = { 
			color={ 182 16 16 }
			color2={ 255 255 255 }
			
			capital = 373 # Kurzeme
			
			german = "Kurland"
			swedish = "Kurland"
			norse = "Kurland"
			danish = "Kurland"
			norwegian = "Kurland"
			lettigallish = Curonia
			lithuanian = Curonia
			prussian = Curonia
			
			c_zemigalians = {
				color={ 182 20 20 }
				color2={ 255 255 255 }
				
				german = "Riga"
				swedish = "Riga"
				norse = "Riga"
				danish = "Riga"
				norwegian = "Riga"

				holy_site = baltic_pagan
				holy_site = baltic_pagan_reformed
				
				b_riga = {
				}
				b_bauska = {
				}
				b_skaistkalne = {
				}
				b_mezotne = {
				}
				b_cruczeborch = {
				}
				b_selpils = {
				}
				b_remigala = {
				}
				b_jelgava = {
				}
			}
			c_kurs = {
				color={ 182 24 24 }
				color2={ 255 255 255 }
				
				german = "Kurland"
				swedish = "Kurland"
				norse = "Kurland"
				danish = "Kurland"
				norwegian = "Kurland"
				
				b_grobin = {
				}
				b_piltene = {
				}
				b_ventava = {
				}
				b_vanemane = {
				}
				b_duvzare = {
				}
				b_megava = {
				}
				b_bandava = {
				}
				b_ceklis = {
				}
				b_dungada = {
				}
			}
		}
		d_samogitia = {
			color={ 150 70 70 }
			color2={ 255 255 255 }
			
			capital = 421 # Samogitia
			
			german = "Sameiten"
			prussian = "Zhmud"
			lithuanian = "Zemaitija"
			polish = "Zhmudz"
			russian = "Zhmud"
			pommeranian = "Zhmud"
			bohemian = "Zhmud"
			lettigallish = "Zemaiteje"
			
			c_scalovia = {
				color={ 190 85 85 }
				color2={ 255 255 255 }
					
				b_ragnit = {
					pommeranian = "Ragneta"
					polish = "Ragneta"
					bohemian = "Ragneta"
					russian = "Ragneta"
					prussian = "Ragnita"
					lithuanian = "Ragaine"
					lettigallish = "Ragaine"
				}
				b_russ = {
				}
				b_jurgaiten = {
				}
				b_jomsberg = {
				}
				b_tilgit = {
				} 
				b_splitter = {
				}
				b_strewa = {
				}
				b_skomanten = {
				}
			}
			c_memel = {
				color={ 166 85 85 }
				color2={ 255 255 255 }
				
				b_memel = {
				}
				b_kretingale = {
				}
				b_gargzdai = {
					german = "Garsden"
					swedish = "Garsden"
					norse = "Garsden"
					danish = "Garsden"
					norwegian = "Garsden"
					polish = "Gorzdy"
					russian = "Gorzhdy"
				}
				b_kaup = {
				}
				b_juodkrante = {
				}
				b_nida = {
					german = "Nidden"
				}
				b_dreverna = {
				}
				b_palanga = {
				}
			}
			
			c_zhmud = { # Samogitia
				color={ 166 81 81 }
				color2={ 255 255 255 }
				
				german = "Sameiten"
				prussian = "Zhmud"
				lithuanian = "Zemaitija"
				polish = "Zhmudz"
				russian = "Zhmud"
				pommeranian = "Zhmud"
				bohemian = "Zhmud"
				lettigallish = "Zemaiteje"
				
				b_raseiniai = {
					german = "Raseinen"
					swedish = "Raseinen"
					norse = "Raseinen"
					danish = "Raseinen"
					norwegian = "Raseinen"
				}
				b_jurbarkas = {
					german = "Georgenburg"
					swedish = "Georgsborg"
					norse = "Georgsborg"
					danish = "Georgsborg"
					norwegian = "Georgsborg"
				}
				b_varviai = {
				}
				b_taurage = {
				}
				b_kraziai = {
				}
				b_upyte = {
				}
				b_panemune = {
				}
				b_joniskis = {
				}
			}
		}
	}
	
	k_bohemia = {
        color={ 176 110 32 }
        color2={ 255 255 255 }
        
        culture = bohemian
        
        capital = 437 # Praha
        
        catholic = 400 # Crusade target weight
        slavic_pagan_reformed = 100 # Crusade target weight
        baltic_pagan_reformed = 50 # Crusade target weight
        
		allow = {
			k_moravia = { has_holder = no }
		}

        d_bohemia = {
            color={ 195 110 11 }
            color2={ 255 255 255 }
            
            capital = 437 # Praha
            
            c_domazlice = {
                color={ 197 112 13 }
                color2={ 255 255 255 }
                
                b_pisek = {
                }
                b_kladruby = {
                }
                b_budejovice = {
                }
                b_domazlice = {
                }
                b_hohenfurth = {
                }
                b_rosenberg = {
                }
                b_goldenkron = {
                }
                b_sobeslav = {
                }
            }
            c_praha = {
                color={ 199 114 15 }
                color2={ 255 255 255 }
                
                b_praha = {
                }
                b_brevnov = {
                }
                b_kuttenberg = {
                }
                b_karlstein = {
                }
                b_slany = {
                }
                b_kolin = {
                }
                b_stare_mesto = {
                }
                b_zbraslav = {
                }
            }
            c_boleslav = {
                color={ 201 116 17 }
                color2={ 255 255 255 }
                
                b_glatz = {
                }
                b_nachod = {
                }
                b_hradiste = {
                }
                b_jicin = {
                }
                b_trutnov = {
                }
                b_kamieniec = {
                }
                b_jaromer = {
                }
                b_turnov = {
                }
            }
            c_litomerice = {
              color={ 203 118 19 }
              color2={ 255 255 255 }
              
              german = "Leitmeritz"
							swedish = "Leitmeritz"
							norse = "Leitmeritz"
							danish = "Leitmeritz"
							norwegian = "Leitmeritz"
              
              b_usti = {
              }
              b_zatec = {
              }
              b_jachymov = {
              }
              b_kadan = {
              }
              b_ceskalipa = {
              }
              b_duchcov = {
              }
              b_chomutov = {
              }
              b_osek = {
              }
            }
            c_plzen = {
                color={ 205 120 21 }
                color2={ 255 255 255 }
                
                german = Pilsen
								swedish = Pilsen
								norse = Pilsen
								danish = Pilsen
								norwegian = Pilsen
                
                b_plzen = {
                	german = Pilsen
									swedish = Pilsen
									norse = Pilsen
									danish = Pilsen
									norwegian = Pilsen
                }
                b_stribo = {
                }
                b_rokycany = {
                }
                b_plasy = {
                }
                b_pomuk = {
                }
                b_susice = {
                }
                b_tachov = {
                }
                b_cheb = {
                }
            }
        }
        d_moravia = {
            color={ 157 101 35 }
            color2={ 255 255 255 }
            
            capital = 440 # Olomouc
            
            c_hradec = {
                color={ 160 104 38 }
                color2={ 255 255 255 }
                
                b_hradeckralove = {
                }
                b_pardubice = {
                }
                b_litomysl = {
                }
                b_zamberk = {
                }
                b_policka = {
                }
                b_jihlava = {
                }
                b_pelhrimov = {
                }
                b_chrudim = {
                }
            }
            c_olomouc = {
                color={ 163 107 41 }
                color2={ 255 255 255 }
                
                b_opava = {
                }
                b_olomouc = {
                }
                b_sternberk = {
                }
                b_ostrava = {
                }
                b_zabreh = {
                }
                b_moravskatrebova = {
                }
                b_zdar = {
                }
                b_unicov = {
                }
            }
            c_brno = {
                color={ 166 110 44 }
                color2={ 255 255 255 }
                
                b_boskovice = {
                }
                b_prerov = {
                }
                b_velehrad = {
                }
                b_wisowitz = {
                }
                b_uherskebrod = {
                }
                b_uherskehradiste = {
                }
                b_kromeriz = {
                }
                b_zlin = {
                }
            }
        }
    }
}

e_russia = {
	color={ 147 164 104 }
	color2={ 255 255 255 }
	
	capital = 547 # Kiev
	
	culture = russian
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = north_germanic
				culture_group = east_slavic
				culture_group = finno_ugric
			}
		}
	}
	
	finnish = Suomi
	lappish = Suomi
	ugricbaltic = Suomi
	komi = Suomi
	samoyed = Suomi
	mordvin = Suomi

	k_rus = {
		color={ 87 144 50 }
		color2={ 255 255 255 }
		
		capital = 414 # Novgorod
		
		slavic_pagan_reformed = 500 # Crusade target weight
		finnish_pagan_reformed = 300 # Crusade target weight
		baltic_pagan_reformed = 100 # Crusade target weight
		
		norse = Garariki
		
		culture = russian
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = north_germanic
					culture_group = east_slavic
					culture_group = finno_ugric
				}
			}
		}
		
		d_beloozero = {
			color={ 131 146 86 }
			color2={ 255 255 255 }
			
			capital = 408 # Beloozero
			finnish = "Chud"
			samoyed = "Chud"
			mordvin = "Chud"
			lappish = "Chud"
			komi = "Chud"
			
			c_beloozero = {
				color={ 133 148 90 }
				color2={ 255 255 255 }
				
				b_belozersk = {
				}
				b_kirillobelozersky = {
				}
				b_fedosyevo = {
				}
				b_babayevo = {
				}
				b_kinilov = {
				}
				b_kaduy = {
				}
				b_khoklovo = {
				}
				b_glushkovo = {
				}
			}
			c_zaozerye = {
				color={ 134 150 90 }
				color2={ 255 255 255 }
					
				b_zarechnaya = {
				}
				b_nazankha = {
				}
				b_kharovsk = {
				}
				b_afoninskaya = {
				}
				b_borisovskaya = {
				}
				b_konechnaya = {
				}
				b_pashuchikha = {
				}
				b_bolshaya = {
				}
			}
			c_chud = {
				color={ 138 154 94 }
				color2={ 255 255 255 }
					
				b_totma = {
				}
				b_krbor = {
				}
				b_kamchuga = {
				}
				b_chunlovka = {
				}
				b_zalese = {
				}
				b_krutayaosyp = {
				}
				b_veldvor = {
				}
				b_zaytsevo = {
				}
			}
		}
		d_novgorod = {
			color={ 107 164 64 }
			color2={ 255 255 255 }
			
			dignity = 10
			
			capital = 414 # Novgorod
			
			swedish = "Holmgrd"
			norse = "Holmgarr"
			danish = "Holmgrd"
			norwegian = "Holmgrd"
			ilmenian = "Ilmen"
			severian = "Ilmen"
			mordvin = "Ilmen"
			samoyed = "Ilmen"
			finnish = "Ilmen"
			lappish = "Ilmen"
			ugricbaltic = "Ilmen"
			komi = "Ilmen"
			khanty = "Ilmen"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 4
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_bezhetsky_verh = { # Ladoga
				color={ 144 161 101 }
				color2={ 255 255 255 }
				
				finnish = "Nevajrvi"
					
				b_bezhetsk = { # Staraya Ladoga
					swedish = "Aldeigjuborg"
					norse = "Aldeigjuborg"
					danish = "Aldeigjuborg"
					norwegian = "Aldeigjuborg"
					finnish = "Alodejoki"
				}
				b_spasnakholmu = {
					swedish = "Spngsholm"
					norse = "Spngsholmr"
					danish = "Spngsholm"
					norwegian = "Spngsholm"
				}
				b_sonkovo = { # Gorodishche
					swedish = "Alaborg"
					norse = "Alaborg"
					danish = "Alaborg"
					norwegian = "Alaborg"
				}
				b_kyasovagora = { # Duboviki
				}
				b_maksatikha = {
				}
				b_molokovo = { # Stolbova
				}
				b_rameshki = { # Diderino
				}
				b_obrosovo = {
				}
			}
			c_torzhok = {
				color={ 134 161 111 }
				color2={ 255 255 255 }
			
				b_yamskygorodok = {
				}
				b_shcheremenski = {
				}
				b_kingisepp = {
					swedish = "Jamborg"
					norse = "Jamborg"
					danish = "Jamburg"
					norwegian = "Jamburg"
					german = "Jamburg"
					finnish = "Jaama"
					samoyed = "Jaama"
					mordvin = "Jaama"
					lappish = "Jaama"
					komi = "Jaama"
				}
				b_volosovo = {
				}
				b_konnovo = {
				}
				b_vistino = {
				}
				b_komarovka = {
				}
				b_vassakara = {
				}
			}		
			c_novgorod = {
				color={ 149 166 106 }
				color2={ 255 255 255 }
				
				swedish = "Holmgrd"
				norse = "Holmgarr"
				danish = "Holmgrd"
				norwegian = "Holmgrd"
						
				holy_site = slavic_pagan
				holy_site = slavic_pagan_reformed
				holy_site = finnish_pagan
				holy_site = finnish_pagan_reformed								

				b_borovichi = {
					norse = Nygarr
					swedish = Nygrd
					norwegian = Nygrd
					danish = Nygrd
				}
				b_novgorod = {
					swedish = "Holmgrd"
					norse = "Holmgarr"
					danish = "Holmgrd"
					norwegian = "Holmgrd"
				}
				b_tikhvin = {
				}
				b_chudovo = {
				}
				b_okulovka = {
				}
				b_boldorki = {
				}
				b_pestovo = {
				}
				b_luga = {
				}
			}
			c_toropets = {
				color={ 157 173 113 }
				color2={ 255 255 255 }
						
				b_staryarussa = {
				}
				b_valday = {
				}
				b_toropets = {
				}
				b_demyansk = {
				}
				b_shimsk = {
				}
				b_dno = {
				}
				b_lychkovo = {
				}
				b_kresttsy = {
				}
			}
		}
		d_pskov = {
			color={ 140 130 62 }
			color2={ 255 255 255 }
			
			capital = 413 # Pskov
			
			german = "Pleskau"

			c_pskov = {
				color={ 151 167 107 }
				color2={ 255 255 255 }
				
				german = "Pleskau"
						
				b_ostrov = {
				}
				b_pskov = {
				}
				b_pechory = {
				}
				b_gdov = {
				}
				b_porkhov = {
				}
				b_dedovichi = {
				}
				b_svyatogorki = {
				}
				b_soltchi = {
				}
			}
			c_velikiye_luki = {
				color={ 154 170 110 }
				color2={ 255 255 255 }
						
				b_velikiyeluki = {
				}
				b_sebezh = {
				}
				b_nevel = {
				}
				b_opochka = {
				}
				b_bely = {
				}
				b_usvyaty = {
				}
				b_loknya = {
				}
				b_staryatoropa = {
				}
			}
		}
		d_rostov = {
			color={ 124 137 89 }
			color2={ 255 255 255 }
			
			capital = 574 # Rostov
			
			c_pereyaslavl_zalessky = {
				color={ 163 179 119 }
				color2={ 255 255 255 }
						
				b_pereyaslavlzalessky = {
				}
				b_sergiyevposad = {
				}
				b_aleksandrov = {
				}
				b_strunino = {
				}
				b_karabanovo = {
				}
				b_kubrinsk = {
				}
				b_kupanskoye = {
				}
				b_khmelniki = {
				}
			}
			c_rostov = {
				color={ 166 180 122 }
				color2={ 255 255 255 }
				
				swedish = "Radstofa"
				norse = "Radstofa"
				danish = "Radstofa"
				norwegian = "Radstofa"
				komi=Merya
				mordvin=Merya
				samoyed=Merya
				finnish=Merya
				lappish=Merya
					
				b_sarskoyegorodishche = {
					komi=Merya
					mordvin=Merya
					samoyed=Merya
					finnish=Merya
					lappish=Merya
				}
				b_spasoyakovlevsky = {			
				}
				b_rostov = {
					swedish = "Radstofa"
					norse = "Radstofa"
					danish = "Radstofa"
					norwegian = "Radstofa"
				}
				b_petrovskoye = {
				}
				b_gavrilovyam = {
				}
				b_borisoglebsky = {
				}
				b_karash = {
				}
				b_shurskol = {
				}
			}
			c_uglich = {
				color={ 169 183 125 }
				color2={ 255 255 255 }
					
				b_uglich = {
				}
				b_pertoma = {
				}
				b_kashin = {
				}
				b_kalyazin = {
				}
				b_ustscheksna = {
				}
				b_myshkin = {
				}
				b_tikhmenevo = {
				}
				b_novynekouz = {
				}
			}
		}
		d_tver = {
			color={ 169 183 125 }
			color2={ 255 255 255 }
			
			capital = 570 # Tver
			
			ilmenian = "Vyatich"
			severian = "Vyatich"
			
			c_tver = {
				color={ 172 186 128 }
				color2={ 255 255 255 }
					
				b_tver = {
				}
				b_torzhok = {
				}
				b_ostashkov = {
				}
				b_bezhichi = {
				}
				b_tvergorodok = {
				}
				b_vyshnyvolochyok = {
				}
				b_zubtsov = {
				}
				b_udomelski = {
				}
			}
			c_vyazma = {
				color={ 175 189 131 }
				color2={ 255 255 255 }
					
				b_vyazma = {
				}
				b_dukhov = {
				}
				b_yelnya = {
				}
				b_gzhatsky = {
				}
				b_dorogobuzh = {
				}
				b_vyazkholm = {
				}
				b_ugra = {
				}
				b_safonovo = {
				}
			}
		}
		d_yaroslavl = {
			color={ 178 192 134 }
			color2={ 255 255 255 }
			
			capital = 572 # Yaroslavl
			
			finnish = Merya
			lappish = Merya
			ugricbaltic = Merya
			komi = Merya
			samoyed = Merya
			mordvin = Merya
			
			c_kostroma = {
				color={ 181 195 137 }
				color2={ 255 255 255 }
						
				b_kostroma = {
				}
				b_sudislavl = {
				}
				b_plyos = {
				}
				b_nerektha = {
				}
				b_apraksino = {
				}
				b_kosmynino = {
				}
				b_zavolzhsk = {
				}
				b_nekrasoskoye = {
				}
			}
			c_yaroslavl = {
				color={ 184 198 140 }
				color2={ 255 255 255 }
				
				b_timerevo = {
				}
				b_yaroslavl = {
				}
				b_tolga = {
				}
				b_romanov = {
				}
				b_semibratovo = {
				}
				b_karabikha = {
				}
				b_putyatino = {
				}
				b_volgostroy = {
				}
			}
			c_vologda = {
				color={ 141 158 98 }
				color2={ 255 255 255 }
					
				b_vologda = {
				}
				b_kadnikovskaya = {
				}
				b_sokol = {
				}
				b_uste = {
				}
				b_bolshayamurga = {
				}
				b_dvinitsa = {
				}
				b_motyn = {
				}
				b_staroye = {
				}
			}
		}
		d_vladimir = {
			color={ 180 200 90 }
			color2={ 255 255 255 }
			
			capital = 582 # Vladimir
			
			mordvin = "Murom"
			samoyed = "Murom"
	
			c_galich_mersky = {
				color={ 190 204 146 }
				color2={ 255 255 255 }
						
				b_galichmersky = {
				}
				b_levkovo = {
				}
				b_gradmersky = {
				}
				b_buy = {
				}
				b_chistyebory = {
				}
				b_susanino = {
				}
				b_kadyy = {
				}
				b_isaevo = {
				}
			}
			c_gorodez = {
				color={ 193 207 149 }
				color2={ 255 255 255 }
						
				b_gorodez = {
				}
				b_feodorovsky = {
				}
				b_kitezh = {
				}
				b_puchishche = {
				}
				b_pravdinsk = {
				}
				b_lukh = {
				}
				b_gorkovskoye = {
				}
				b_sokolskoye = {
				}
			}
			c_nizhny_novgorod = {
				color={ 196 210 152 }
				color2={ 255 255 255 }
				
				komi="Obran Osh"
				mordvin="Obran Osh"
				samoyed="Obran Osh"
				finnish="Obran Osh"
				lappish="Obran Osh"
				cuman="Obran Osh"
				pecheneg="Obran Osh"
				mongol="Obran Osh"
				turkish="Obran Osh"
				avar="Obran Osh"
						
				b_nizhnynovgorod = {
					komi="Obran Osh"
					mordvin="Obran Osh"
					samoyed="Obran Osh"
					finnish="Obran Osh"
					lappish="Obran Osh"
					cuman="Obran Osh"
					pecheneg="Obran Osh"
					mongol="Obran Osh"
					turkish="Obran Osh"
					avar="Obran Osh"
				}
				b_sarov = {
				}
				b_bor = {
				}
				b_kstovo = {
				}
				b_knyaginino = {
				}
				b_vasilyeva = {
				}
				b_balakhna = {
				}
				b_bogorodsk = {
				}
			}
			c_suzdal = {
				color={ 199 213 155 }
				color2={ 255 255 255 }
				
				swedish = "Sursdalar"
				norse = "Sursdalar"
				danish = "Sursdalar"
				norwegian = "Sursdalar"
						
				b_suzdal = {
					swedish = "Sursdalar"
					norse = "Sursdalar"
					danish = "Sursdalar"
					norwegian = "Sursdalar"
				}
				b_bogolyubovo = {
				}
				b_suzstarodub = {
				}
				b_suzivanovo = {
				}
				b_kovrov = {
				}
				b_seredaupino = {
				}
				b_teykovo = {
				}
				b_lezhnevo = {
				}
			}
			c_vladimir = {
				color={ 202 216 158 }
				color2={ 255 255 255 }
						
				b_vladimir = {
				}
				b_yuryevpolsky = {
				}
				b_volochok = {
				}
				b_undol = {
				}
				b_petuschki = {
				}
				b_sudogda = {
				}
				b_sobinka = {
				}
				b_kosterevo = {
				}
			}
		}
		d_moskva = {
			color={ 207 222 123 }
			color2={ 255 255 255 }
			
			capital = 575 # Moskva
			
			mordvin = Mochkava
			
			c_mozhaysk = {
				color={ 200 225 156 }
				color2={ 255 255 255 }
			
				b_volgamozhaysk = {
				}
				b_shakhunya = {
				}
				b_yaransk = {
				}
				b_vakhtan = {
				}
				b_varnavino = {
				}
				b_kiknur = {
				}
				b_tonshaevo = {
				}
				b_uren = {
				}
			}
			c_moskva = {
				color={ 220 235 176 }
				color2={ 255 255 255 }
				
				mordvin = Mochkava
				
				b_moskva = {
					mordvin = Mochkava
				}
				b_rogozhi = {
				}
				b_kaluga = {
				}
				b_serpukhov = {
				}
				b_belyov = {
				}
				b_mozhaysk = {
				}
				b_rzhev = {
				}
				b_klin = {
				}
			}
		}
	}
	
	k_ruthenia = {
		color={ 147 164 104 }
		color2={ 255 255 255 }
		
		capital = 547 # Kiev
		
		culture = russian
		
		slavic_pagan_reformed = 500 # Crusade target weight
		baltic_pagan_reformed = 100 # Crusade target weight
		tengri_pagan_reformed = 100
		finnish_pagan_reformed = 100
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = north_germanic
					culture_group = east_slavic 
				}
			}
		}
		
		norse = Knugarr
		swedish = Knugrd
		norwegian = Knugrd
		danish = Knugrd
		
		d_kiev = {
			color={ 129 187 125 }
			color2={ 255 255 255 }
			
			dignity = 10 # Counted as having 10 more counties than it does
			capital = 547 # Kiev
			
			norse = Knugarr
			swedish = Knugrd
			norwegian = Knugrd
			danish = Knugrd
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 1
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
	
			c_korsun = {
				color={ 102 102 22 }
				color2={ 255 255 255 }
	
				b_korsun = {
				}
				b_kaniv = {
				}
				b_cherkassy = {
				}
				b_smila = {
				}
				b_zolotonosha = {
				}
				b_uman = {
				}
				b_zhuravky = {
				}
				b_mirov = {
				}
			}
			c_kiev = {
				color={ 106 106 26 }
				color2={ 255 255 255 }
				
				norse = Knugarr
				swedish = Knugrd
				norwegian = Knugrd
				danish = Knugrd

				holy_site = slavic_pagan
				holy_site = slavic_pagan_reformed
				
				b_kiev = {
					norse = Knugarr
					swedish = Knugrd
					norwegian = Knugrd
					danish = Knugrd
				}
				b_yuriev = {
				}
				b_iskorosten = {
				}
				b_vyshhorod = {
				}
				b_ovruch = {
				}
				b_zhitomir = {
				}
				b_malyn = {
				}
				b_fastiv = {
				}
			}
		}
		d_galich = {
			color={ 224 112 130 }
			color2={ 255 255 255 }
			
			capital = 536 # Galich
			
			c_terebovl = {
				color={ 104 104 24 }
				color2={ 255 255 255 }
	
				b_terebovl = {
				}
				b_pochayivlavra = {
				}
				b_bratslav = {
				}
				b_kremenets = {
				}
				b_borschiv = {
				}
				b_vinnytsia = {
				}
				b_buchach = {
				}
				b_zalischyky = {
				}
			}
			c_galich = {
				color={ 254 255 215 }
				color2={ 255 255 255 }
	
				b_galich = {
				}
				b_lvov = {
				}
				b_dubno = {
				}
				b_vasyliv = {
				}
				b_kolomyia = {
				}
				b_ternopil = {
				}
				b_buzhsk = {
				}
				b_brody = {
				}
			}
			c_peremyshl = {
				color={ 254 255 218 }
				color2={ 255 255 255 }
	
				b_peremyshl = {
				}
				b_jaroslav = {
				}
				b_sanok = {
				}
				b_lubaczow = {
				}
				b_grodek = {
				}
				b_rzeszow = {
				}
				b_volkrosno = {
				}
				b_jaslo = {
				}
			}
		}
		d_volhynia = {
			color={ 204 155 121 }
			color2={ 255 255 255 }
			
			capital = 535 # Vladimir Volynsky
	
			c_vladimir_volynsky = {
				color={ 255 255 223 }
				color2={ 255 255 255 }
	
				b_vladimirvolynsky = {
				}
				b_kovel = {
				}
				b_kholm = {
				}
				b_ivanichy = {
				}
				b_hrubieszow = {
				}
				b_torchyn = {
				}
				b_cherven = {
				}
				b_luboml = {
				}
			}
			c_beresty = {
				color={ 255 255 225 }
				color2={ 255 255 255 }
	
				b_beresty = {
				}
				b_bielsk = {
				}
				b_kobryn = {
				} 
				b_kamyanyets = {
				}
				b_mielnik = {
				}
				b_lublin = {
				}
				b_wlodawa = {
				}
				b_parczew = {
				}
			}
		}
		d_turov = {
			color={ 132 160 94 }
			color2={ 255 255 255 }
			
			capital = 552 # Turov
			
			ilmenian = "Dregovichia"
			
			c_turov = {
				color={ 135 160 100 }
				color2={ 255 255 255 }
				
				b_turov = {
				}
				b_dubrovitsya = {
				}
				b_mazyr = {
				}
				b_slutsk = {
				}
				b_zhytkavichy = {
				}
				b_bobruisk = {
				}
				b_petrykaw = {
				}
				b_yelsk = {
				}
			}
			c_pinsk = {
				color={ 120 155 80 }
				color2={ 255 255 255 }
				
				b_pinsk = {
				}
				b_lutsk = {
				}
				b_porkhovo = {
				}
				b_biaroza = {
				}
				b_stepan = {
				}
				b_kosava = {
				}
				b_luninets = {
				}
				b_dabuchin = {
				}
			}
		}
		
		d_vitebsk = {
			color={ 75 125 6 }
			color2={ 255 255 255 }
			
			capital = 417 # Vitebsk
			
			ilmenian = Kryvia
			
			c_minsk = {
				color={ 60 105 2 }
				color2={ 255 255 255 }
				
				b_minsk = {
				}
				b_maladzyechna = {
				}
				b_borisow = {
				}
				b_kletsk = {
				}
				b_berezino = {
				}
				b_nesvizh = {
				}
				b_valozhyn = {
				}
				b_kapyl = {
				}
			}
			c_orsha = {
				color={ 79 135 16 }
				color2={ 255 255 255 }
				
				b_orsha = {
				}
				b_novolukomi = {
				}
				b_talachyn = {
				}
				b_sianno = {
				}
				b_shklou = {
				} 
				b_kopys = {
				}
				b_horki = {
				}
				b_larynouka = {
				}
			}
			c_vitebsk = {
				color={ 75 125 6 }
				color2={ 255 255 255 }
				
				b_vitebsk = {
				}
				b_sakolniki = {
				}
				b_haradok = {
				}
				b_drazdy = {
				}
				b_ruba = {
				}
				b_liozno = {
				}
				b_stryzhava = {
				}
				b_baroniki = {
				}
			}
		}
		
		d_smolensk = {
			color={ 226 241 182 }
			color2={ 255 255 255 }
			
			capital = 568 # Smolensk
			
			severian = "Radimichia"
			ilmenian = "Radimichia"
			
			c_smolensk = {
				color={ 229 244 185 }
				color2={ 255 255 255 }
				
				swedish = "Smaleskja"
				norse = "Smaleskja"
				danish = "Smaleskja"
				norwegian = "Smaleskja"
					
				b_smolensk = {
					swedish = "Smaleskja"
					norse = "Smaleskja"
					danish = "Smaleskja"
					norwegian = "Smaleskja"
				}
				b_velizh = {
				}
				b_demidov = {
				}
				b_krasnoi = {
				}
				b_przhevalskoye = {
				}
				b_rodnya = {
				}
				b_yartsevo = {
				}
			}
			c_roslavl = {
				color={ 239 242 185 }
				color2={ 255 255 255 }
					
				b_roslavl = {
				}
				b_pochinok = {
				}
				b_chocimsk = {
				}
			}
			c_mstislavl = {
				color={ 232 247 188 }
				color2={ 255 255 255 }
					
				b_mstitslavl = {
				}
				b_krychaw = {
				}
				b_mogilev = {
				}
				b_bychaw = {
				}
				b_chavusy = {
				}
				b_zhlobin = {
				}
				b_chachersk = {
				}
				b_rahacou = {
				}
			}
		}
		d_chernigov = {
			color={ 150 235 91 }
			color2={ 255 255 255 }
			
			capital = 554 # Chernigov
			
			severian = "Severia"
			ilmenian = "Severia"
			mordvin = "Severia"
			
			c_lyubech = {
				color={ 238 253 194 }
				color2={ 255 255 255 }
	
				b_lyubech = {
				}
				b_rechytsa = {
				}
				b_gomel = {
				}
				b_brahin = {
				}
				b_loyew = {
				}
				b_zlynka = {
				}
				b_klimovo = {
				}
				b_novozybkov = {
				}
			}
			c_chernigov = {
				color={ 242 255 197 }
				color2={ 255 255 255 }
	
				b_chernigov = {
				}
				b_kozelets = {
				}
				b_nizhyn = {
				}
				b_borzna = {
				}
				b_horodnia = {
				}
				b_gorodets = {
				}
				b_sosnytsia = {
				}
				b_mglin = {
				}
			}
		}
		
		d_novgorod-seversk = { # Called Bryansk in-game
			color = { 120 155 40 }
			color2={ 255 255 255 }
			
			capital = 567 # Novgorod Seversky
	
			c_novgorod_seversky = {
				color = { 140 165 40 }
				color2 = { 255 255 255 }
	
				b_novgorodseversky = {
				}
				b_starodub = {
				}
				b_glukhov = {
				}
				b_rysk = {
				}
				b_putivl = {
				}
				b_trubchevsk = {
				}
				b_sevsk = {
				}
				b_semenivka = {
				}
			}
			c_bryansk = {
				color = { 160 175 40 }
				color2={ 255 255 255 }

				holy_site = baltic_pagan
				holy_site = baltic_pagan_reformed
				
				b_bryansk = {
				}
				b_pochep = {
				}
				b_orel = {
				}
				b_karachev = {
				}
				b_dyatkovo = {
				}
				b_klynov = {
				}
				b_belev = {
				}
				b_mtsensk = {
				}
			}
		}
		
		d_ryazan = {
			color={ 110 115 45 }
			color2={ 255 255 255 }
			
			capital = 580 # Ryazan
			
			mordvin = Meshchera

			c_pronsk = {
				color={ 101 110 45 }
				color2={ 255 255 255 }
	
				b_pronsk = {
				}
				b_yelets = {
				}
				b_tula = {
				}
				b_mikhaylov = {
				}
				b_skopin = {
				}
				b_ryazhsk = {
				}
				b_sergijewskoje = {
				}
				b_bogoroditsk = {
				}
			}	
			c_murom = {
				color={ 101 130 50 }
				color2={ 255 255 255 }
				
				swedish = "Moramar"
				norse = "Moramar"
				danish = "Moramar"
				norwegian = "Moramar"
				
				b_murom = {
					swedish = "Moramar"
					norse = "Moramar"
					danish = "Moramar"
					norwegian = "Moramar"
				}
				b_moramar = {
				}
				b_melenki = {
				}
				b_vyksa = {
				}
				b_kulebaki = {
				}
				b_vilya = {
				}
				b_mordovshchikovo = {
				}
				b_lipnya = {
				}
			}
			c_ryazan = {
				color={ 121 140 50 }
				color2={ 255 255 255 }

				holy_site = finnish_pagan
				holy_site = finnish_pagan_reformed
				
				b_ryazan = {
				}
				b_solotcha = {
				}
				b_grodets = {
				}
				b_spassk = {
				}
				b_korablino = {
				}
				b_rybnino = {
				}
				b_sasovo = {
				}
				b_klepiki = {
				}
			}
			c_kolomna = {
				color={ 131 149 54 }
				color2={ 255 255 255 }
				
				b_kolomna = {
				}
				b_glukhovichi = {
				}
				b_zaraysk = {
				}
				b_bronnitsy = {
				}
				b_ramenskoye = {
				}
				b_egorevsk = {
				}
				b_peski = {
				}
				b_cherkizovo = {
				}
			}
		}
		
		d_pereyaslavl = {
			color={ 232 200 115 }
			color2={ 255 255 255 }
			
			capital = 555 # Pereyaslavl
		
			c_pereyaslavl = {
				color={ 235 205 118 }
				color2={ 255 255 255 }
				
				b_pereyaslavl = {
				}
				b_myrhorod = {
				}
				b_hadyach = {
				}
				b_chornukhy = {
				}
				b_hrebinka = {
				}
				b_lokhvytsia = {
				}
				b_boryspil = {
				}
				b_velykisorochyntsi = {
				}
			}
			c_chortitza = {
				color={ 234 194 88 }
				color2={ 255 255 255 }
			
				b_ltava = {
				}
				b_chortitza = {
				}
				b_baszmacka = {
				}
				b_lubny = {
				}
				b_alexandrowsk = {
				}
				b_rasumowka = {
				}
				b_vosnesjensk = {
				}
				b_khorol = {
				}
			}
		}
	}
	
	k_perm = {
		color={ 204 188 127 }
		color2={ 255 255 255 }
		
		capital = 886 # Perm
		
		finnish_pagan_reformed = 500 # Crusade target weight
		slavic_pagan_reformed = 100 # Crusade target weight
		tengri_pagan_reformed = 50
		
		culture = komi
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = finno_ugric
				}
			}
		}
	
		d_perm = {
			color={ 234 208 137 }
			color2={ 255 255 255 }
			
			capital = 886 # Perm
		
			c_perm = {
				color={ 237 211 140 }
				color2={ 255 255 255 }

				holy_site = finnish_pagan
				holy_site = finnish_pagan_reformed
				
				b_perym = {
				}
				b_perm = {
				}
				b_gorodki = {
				}
				b_yagoshikha = {
				}
				b_lysva = {
				}
				b_cherdyn = {
				}
				b_chemuska = {
				}
				b_biser = {
				}
			}
			c_votyaki = {
				color={ 197 162 67 }
				color2={ 255 255 255 }
			
				b_achit = {
				}
				b_sarana = {
				}
				b_ufimskiy = {
				}
				b_bisert = {
				}
				b_arti = {
				}
				b_atig = {
				}
				b_shalya = {
				}
				b_shamary = {
				}
			}
			
			c_komi = {
				color={ 243 217 146 }
				color2={ 255 255 255 }
			
				b_inta = {
				}
				b_vorkuta = {
				}
				b_ustkolom = {
				}
				b_usttsilma = {
				}
				b_aykino = {
				}
				b_vorgashor = {
				}
				b_kharp = {
				}
				b_khalmeryu = {
				}
			}
			c_ural = {
				color={ 246 220 149 }
				color2={ 255 255 255 }
			
				b_ural = {
				}
				b_ustkatav = {
				}
				b_asha = {
				}
				b_chebarkul = {
				}
				b_kaslinsky = {
				}
				b_kyshtym = {
				}
				b_miass = {
				}
				b_satka = {
				}
			}
		}
		
		d_yugra = {
			color={ 250 250 180 }
			color2={ 255 255 255 }
			
			capital = 892 # Mansia
			
			c_mansia = {
				color={ 223 170 27 }
				color2={ 255 255 255 }
			
				b_mansiysk = {
				}
				b_yabin = {			
				}
				b_yalbak = {
				}
				b_pytyakh = {
				}
				b_nefteyugansk = {
				}
				b_mamontovo = {
				}
				b_poykovskiy = {
				}
				b_samza = {
				}
			}
			
			c_khantia = {
				color={ 249 223 152 }
				color2={ 255 255 255 }
			
				b_chanty = {
				}
				b_beloyarskiy = {
				}
				b_igrim = {
				}
				b_berezovo = {
				}
				b_pnobe = {
				}
				b_nyagyn = {
				}
				b_djinesh = {
				}
				b_sherkala = {
				}
			}
			c_yamalia = {
				color={ 240 214 143 }
				color2={ 255 255 255 }
			
				b_polnovatvozh = {
				}
				b_obdorsk = {
				}
				b_lapytnangk = {
				}
				b_ituyakha = {
				}
				b_urengoi = {
				}
				b_nazym = {
				}
				b_baygul = {
				}
				b_kaek = {
				}
			}
			
			c_narim = {
				color={ 216 175 140 }
				color2={ 255 255 255 }
			
				b_narim = {}
				b_kolta = {}
				b_yag = {}
				b_askiz = {}
			}
			
		}
		
		d_hlynov = { # Ugra
			color={ 134 145 31 }
			color2={ 255 255 255 }
			
			capital = 398 # Ugra
			
			c_zyriane = {
				color={ 195 160 65 }
				color2={ 255 255 255 }
			
				b_kungur = {
				}
				b_kordon = {
				}
				b_suksun = {
				}
				b_kukushtan = {
				}
				b_gari = {
				}
				b_lek = {
				}
				b_ergach = {
				}
				b_posad = {
				}
			}
			c_ugra = {
				color={ 119 134 74 }
				color2={ 255 255 255 }
				
				b_ukhta = {
				}
				b_sosnogorsk = {
				}
				b_yarega = {
				}
				b_vodnyy = {
				}
				b_nizhodes = {
				}
				b_vuktyl = {
				}
				b_kadzherom = {
				}
				b_voyvozh = {
				}
			}
			c_syrj = {
				color={ 122 137 77 }
				color2={ 255 255 255 }
				
				b_syktyvkar = {
				}
				b_pyras = {
				}
				b_yugydyag = {
				}
				b_mikun = {
				}
				b_emva = {
				}
				b_ezhva = {
				}
				b_sindor = {
				}
				b_zheshart = {
				}
			}
			c_veliky_ustug = {
				color={ 125 140 80 }
				color2={ 255 255 255 }
				
				b_velikyustug = {
				}
				b_gleden = {
				}
				b_krasavino = {
				}
				b_luza = {
				}
				b_pinyug = {
				}
				b_podosinovets = {
				}
				b_maromitsa = {
				}
				b_oparino = {
				}
			}
		}
		
		d_bjarmia = {
			color = { 95 50 20 }
			color2={ 255 255 255 }
			
			capital = 396 # Bjarmia
			
			culture = komi
			
			c_romny = {
				color={ 128 143 83 }
				color2={ 255 255 255 }
				
				b_romny = {
				}
				b_ugol = {
				}
				b_vozhega = {
				}
				b_marinskaya = {
				}
				b_yuchka = {
				}
				b_bykovskaya = {
				}
				b_kholuy = {
				}
				b_vysokaya = {
				}
			}
			c_trans-portage = {
				color={ 103 118 58 }
				color2={ 255 255 255 }
				
				b_kargopol = {
				}
				b_solovetsky = {
				}
				b_shenkursk = {
				}
				b_konosha = {
				}
				b_nyandoma = {
				}
				b_plesetsk = {
				}
				b_samoded = {
				}
				b_obozerskiy = {
				}
			}
			c_north_dvina = {
				color={ 106 121 61 }
				color2={ 255 255 255 }
				
				b_kholmogory = {
				}
				b_nikolokorelski = {
				}
				b_solvychegodsk = {
				}
				b_novokholmogory = {
				}
				b_antonievosiysky = {
				}
				b_koryazhma = {
				}
				b_usolsk = {
				}
				b_archangelsk = {
				}
			}
			c_bjarmia = {
				color={ 109 124 64 }
				color2={ 255 255 255 }
				
				b_okladnikowa = {
				}
				b_okulovsky = {				
				}
				b_kusnezowa = {
				}
				b_kamenka = {
				}
				b_pinega = {
				}
				b_mezen = {
				}
				b_kimzha = {
				}
				b_lampozhnya = {
				}
			}
			c_samoyeds = {
				color={ 100 115 55 }
				color2={ 255 255 255 }
				
				b_verkhmgla = {
				}
				b_yazhma = {
				}
				b_sukhanikha = {
				}
				b_arkhipovo = {
				}
				b_vizhas = {
				}
				b_tarasova = {
				}
				b_chizha = {
				}
				b_kiya = {
				}
			}
		}
	}
}

e_tartaria = {
	color = { 211 177 80 }
	color2={ 255 255 255 }
	
	culture = cuman
	
	capital = 594 #	Sarkel
	
	# Creation/Usurp Trigger
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = altaic
			}
		}
	}

	k_mongolia = {
		color = { 100 100 250 }
		
		capital = 1457 # Kara-khorum
		
		culture = mongol
		
		uyghur = Uyghur
		kirghiz = Kirghiz
		
		d_altay = {
			color = { 220 220 255 }
			
			capital = 1451 # Altay
			
			c_altay = {
				color = { 130 176 240 }
				
				b_altay = {
				}
				b_qinggil = {
				}
				b_koktokay = {
				}
				b_burqin = {
				}
				b_burultokay = {
				}
				b_kokagax = {
				}
				b_jeminay = {
				}
			}
			
			c_dunkheger = {
				color = { 130 172 240 }
				
				uyghur = "Beshbalik"
				
				b_dunkheger = {
				}
				b_hou_pulei = {
				}
				b_yulishi = {
				}
				b_beshbalik = {
					turkish = "Basboluk"
				}
				b_gucheng = {
					uyghur = "Guqung"
				}
				b_mori = {
				}
				b_jiangjunmiao = {
				}
			}
			
			c_muztau = {
				color = { 125 160 240 }
				
				b_muztau = {
				}
				b_zyryan = {
				}
				b_oskemen = {
				}
				b_urunkhayka = {
				}
				b_kurchum = {
				}
				b_uryl = {
				}
			}
		}
		d_otuken = {
			color = { 110 150 220 }
			
			capital = 1461 # tken
			
			c_kyzyl = {
				color = { 136 144 240 }
				
				b_kyzyl = {
				}
				b_turan = {
				}
				b_chadaana = {
				}
				b_ulala = {
				}
				b_ulagan = {
				}
			}
			
			c_otuken = {
				color = { 130 136 220 }

				holy_site = tengri_pagan
				holy_site = tengri_pagan_reformed
				
				b_otuken = {}
				b_sayan = {
					turkish = "Kogmen"
				}
				b_khori_tumed = {}
				b_kyren = {}
				b_kutulik = {}
				b_tulun = {}
			}
			
			c_erchis = {
				color = { 130 128 230 }
				
				turkish = "Irtysh"
				cuman = "Irtysh"
				
				b_erchis = {
					turkish = "Irtysh"
					cuman = "Irtysh"
				}
				b_korya = {
				}#Pavlodar
				b_semey = {
				}
				b_aqsw = {
				}
				b_ekibastuz = {
				}
				b_ertis = {
				}
				b_koktobe = {
				}
			}
			
			c_gorgol = {
				color = { 130 124 235 }
				
				b_gorgol = {
				}
				b_abaza = {
				}
				b_tashtyp = {
				}
			}
		}
		d_khangai = {
			color = { 100 120 240 }
			
			capital = 1457 # Kara-khorum
			
			c_khangai = {
				color = { 133 142 240 }
				
				b_khangai = {
				}
				b_terkhiin_tsagaan = {
				}
				b_ogii = {
				}
				b_tsetserleg = {
				}
				b_uliastai = {
				}
				b_orgil = {
				}
				b_erdenet = {
				}
			}
			
			c_kara_khorum = {
				color = { 130 132 225 }
				
				turkish = "Ordu Baliq"
				uyghur = "Karabalgasun"
				
				b_kara_khorum = {
					turkish = "Ordu Baliq"
					uyghur = "Karabalgasun"
				}
				b_luut = {
				}
				b_noin_ula = {
					mongol = "Noyon Uulyn"
				}
				b_zuunmod = {
				}
				b_khamag = {
				}
				b_lun = {
				}
				b_bayan = {
				}
			}
			
			c_baygal = {
				color = { 139 146 240 }
				
				b_baygal = {
				}
				b_darkhan = {
				}
				b_bargujin = {
				}
				b_merkit = {
					mongol = "Mergid"
				}
				b_kyakhta = {
					mongol = "Khyaagta"
				}
				b_uda = {
					mongol = "de"
				}
				b_galuuta = {
				}
			}
		}
		d_ikh_bogd = {
			color = { 130 120 240 }
			
			capital = 1456 # Ikh Bogd
			
			c_aj_bogd = {
				color = { 130 168 240 }
				
				b_aj_bogd = {
				}
				b_balikun = {
				}
				b_qian_pulei = {
				}
				b_barkul = {
					turkish = "Barkl"
					uyghur = "Barkl"
				}
				b_khoid = {
				}
				b_erdene = {
				}
				b_gurvantes = {
				}
			}
			
			c_ikh_bogd = {
				color = { 115 160 240 }
				
				b_ikh_bogd = {
				}
				b_gobi = {
				}
				b_khereid = {
				}
				b_zubu = {
					turkish = "Suibu"
				}
				b_nuuruudyn_hondij = {
				}
				b_arguut = {
				}
				b_khuld = {
				}
			}
			
			c_tsagaannuur = {
				color = { 120 160 240 }
				
				b_tsagaannuur = {
				}
				b_naiman = {
				}
				b_khovd = {
				}
				b_khar = {
				}
				b_mankhan = {
				}
				b_darvi = {
				}
				b_khaliun = {
				}
			}
		}
	}

	k_khotan = {
		color = { 150 120 200 }
		
		capital = 1440 # Khotan
		
		turkish = "Uyghurstan"
		uyghur = "Altishahr"
		tocharian = "Ytarimypoy"
		
		d_kashgar = {
			color = { 80 130 200 }
			
			capital = 1439 # Kashgar
			
			tocharian = "Kasake"
			
			c_yarkand = {
			
				color = { 55 100 160 }
				
				tocharian = "Yarkam"

				b_yarkand = {
					tocharian = "Yarkam"
				}
				b_tashkurgan = {
					sogdian = "Sarikol"
				}
				b_yecheng = {
					uyghur = "Chokkuka"
				}
				b_mazar = {
				}
				b_karghalik = {
				}
				b_guma = {
				}
				b_poskam = {
				}
			}
			
			c_kashgar = {
			
				color = { 70 120 180 }
				
				tocharian = "Kasake"

				b_kashgar = {
					tocharian = "Kasake"
				}
				b_xiuxun = {
				}
				b_weitou = {
				}
				b_yopurga = {
				}
				b_atush = {
				}
				b_akto = {
				}
				b_ulugqat = {
				}
			}	
			
			c_aksu = {
				color = { 90 190 230 }
				
				tocharian = "Bharuka"
				
				b_aksu_mongolia = {
					tocharian = "Bharuka"
				}
				b_tumshuk = {
					uyghur = "Tumxuk"
				}
				b_wensu = {
					uyghur = "Onsu"
					mongol = "Onsu"
				}
				b_awat = {
				}
				b_kelpin = {
				}
				b_uqturpan = {
				}
				b_aral = {
				}
			}
		}
		d_khotan = {
			color = { 100 180 240 }
			
			capital = 1440 # Khotan
			
			uyghur = "Hotan"
			
			c_khotan = {
			
				color = { 90 171 220 }
				
				uyghur = "Hotan"

				b_khotan = {
					uyghur = "Hotan"
				}
				b_keriya = {
				}
				b_niya = {
					tocharian = "Cadota"
				}
				b_dandan_uilik = {
				}
				b_jingjue = {
				}
				b_jiandu = {
				}
				b_qira = {
				}
			}
			c_cherchen = {
				color = { 80 150 200 }
				
				uyghur = "Qarqan"
				tocharian = "Jemotwona"
				sogdian = "Calmandana"

				b_cherchen = {
					uyghur = "Qarqan"
					tocharian = "Jemotwona"
					sogdian = "Calmandana"
				}
				b_endere = {
				}
				b_mocheng = {
				}
				b_zuomo = {
				}
				b_yuling = {
				}
				b_yeyik = {
				}
				b_sutang = {
				}
			}
			c_charkliq = {
			
				color = { 70 140 180 }
				
				tocharian = "Narubho"

				b_charkliq = {
					tocharian = "Narubho"
				}
				b_miran = {
				}
				b_kargan = {
				}
				b_ruoqiang = {
				}
				b_lop = {
					tocharian = "Lyam"
				}
				b_merdek = {
				}
				b_yuni = {
				}
			}
		}
		d_karashar = {
			color = { 90 170 220 }
			
			capital = 1443 # Karashar
			
			uyghur = "Qocho"
			tocharian = "Arsi-Kuci"
			sogdian = "Agnidesa"
			turkish = "Yanghi"
			
			c_karashar = {
				color = { 93 165 240 }
				
				tocharian = "Arsi"
				sogdian = "Agnidesa"
				turkish = "Yanghi"

				b_karashar = {
					tocharian = "Arsi"
					sogdian = "Agnidesa"
					turkish = "Yanghi"
				}
				b_korla = {
				}
				b_shanguo = {
					uyghur = "Kuruk"
				}
				b_weixu = {
					uyghur = "Hoxud"
					tocharian = "Oresu"
				}
				b_weili = {
				}
				b_tiemenguan = {
				}
				b_qigexing = {
					uyghur = "Xorqu"
					tocharian = "Kertik"
				}
			}
			c_kucha = {
				color = { 80 160 195 }
				
				tocharian = "Kuci"
				sogdian = "Kucina"
				
				b_kucha = {
					tocharian = "Kuci"
					sogdian = "Kucina"
				}
				b_xayar = {
				}
				b_bay = {
				}
				b_toqsu = {
				}
				b_kizil = {
					tocharian = "Kesil"
				}
				b_subashi = {
					tocharian = "Muskriye"
				}
				b_kumtura = {
				}
			}
			c_kara_khoja = {
				color = { 70 120 150 }
				
				uyghur = "Qocho"
				tocharian = "Turtam"
	
				b_kara_khoja = {
					tocharian = "Koto"
				}
				b_turfan = {
					tocharian = "Turtam"
				}
				b_jiaohe = {
					uyghur = "Yarkhoto"
					tocharian = "Gauhar"
				}
				b_huhu = {
				}
				b_shangwangguo = {
				}
				b_bezeklik = {
					tocharian = "Biseklis"
				}
				b_astana = {
				}
			}
			c_luntai = {
			
				color = { 50 95 130 }
				
				uyghur = "rmqi"
				mongol = "rmqi"
				tocharian = "Urabo"
				
				b_luntai = {
					uyghur = "rmqi"
					mongol = "rmqi"
					tocharian = "Urabo"
				}
				b_fukang = {
				}
				b_danhuan = {
				}
				b_wutanzili = {
				}
				b_qiemi = {
				}
				b_manas = {
				}
				b_changji = {
					uyghur = "Sanji"
				}
			}
		}
		d_kumul = {
			color = { 50 180 200 }
			
			capital = 1450 # Kumul
			
			tocharian = "Krorn"
			
			c_loulan = {
			
				color = { 70 200 230 }
				
				tocharian = "Krorn"
				uyghur = "Qroran"
				
				b_loulan = {
				}
				b_kroran = {
				}
				b_kara_koshun = {
				}
				b_lopnor = {
					tocharian = "Salyilyam"
				}
				b_shanshan = {
				}
				b_kumtag = {
				}
				b_yingpan = {
				}
			}
			c_kumul = {
			
				color = { 40 160 175 }
				
				mongol = "Qamil"
				tocharian = "Kunlyu"
				
				b_kumul = {
					tocharian = "Kunlyu"
				}
				b_yiwu = {
					uyghur = "Aratrk"
				}
				b_dahe = {
				}
				b_piqan = {
				}
				b_yanghai = {
				}
				b_toyuq = {
				}
				b_nanhu_tarim = {
				}
			}
			c_dunhuang = {
			
				color = { 100 230 255 }
				
				uyghur = "Dukhan"
				
				b_dunhuang = {
					uyghur = "Dukhan"
				}
				b_fangpan = {
				}
				b_mogao = {
				}
				b_yueyaquan = {
				}
				b_yumenquan = {
				}
				b_hongliuwan = {
				}
				b_xuanquanzhi = {
				}
			}
			c_anxi = {
				color = { 30 130 150 }
				
				b_anxi = {
				}
				b_yumen = {
				}
				b_xincheng = {
				}
				b_yuanquan = {
				}
				b_yulin = {
				}
				b_suoyang = {
				}
				b_mazongshan = {
				}
			}
		}
	}
	k_magyar = {
		color={ 187 70 70 }
		culture = hungarian

		capital = 522 # Pest
	
		allow = {
			culture = hungarian
		}
	}
	
	k_khazaria = {
		color={ 250 184 31 }
		color2={ 255 255 255 }
		
		capital = 620 #	Itil
		
		culture = khazar
		
		# Creation/Usurp Trigger
		allow = {
			OR = {
				culture = khazar
				religion_group = jewish_group
			}
		}
	}

	k_cuman = {
		color = { 231 192 88 }
		color2={ 255 255 255 }
		
		culture = cuman
		
		capital = 594 #	Sarkel
		
		tengri_pagan_reformed = 500
		zoroastrian_group = 50 # Crusade target weight
		
		# Creation/Usurp Trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture = cuman
				}
			}
		}
		
		slavic_pagan_reformed = 50 # Crusade target weight
		
		d_itil = {
			color={ 151 118 30 }
			color2={ 255 255 255 }
			
			capital = 620 # Itil
		
			pecheneg = "Pecheneg"

			c_itil = {
				color={ 155 122 34 }
				color2={ 255 255 255 }

				holy_site = tengri_pagan
				holy_site = tengri_pagan_reformed
				
				b_itil = {
				}
				b_khaganbaligh = {
				}
				b_saqsin = {
				}
				b_kamyzyak = {
				}
				b_kharabali = {
				}
				b_xacitarxan = {
				} 
				b_alga = {
				}
				b_tumak = {
				}
			}
			c_guryev = { # Atyrau
				color={ 230 172 16 }
				color2={ 255 255 255 }
			
				b_atyrau = {
				}
				b_sarayjuk = {
				}
				b_yesmakan = {
				}
				b_zhanakush = {
				}
				b_karabatyr = {
				}
				b_mantyube = {
				}
				b_besikty = {
				}
				b_arlik = {
				}
			}
			c_pecheneg = {
				color={ 159 126 38 }
				color2={ 255 255 255 }
			
				b_pecheneg = {
				}
				b_kargala = {
				}
				b_saraktash = {
				}
				b_sakmara = {
				}
				b_khutorka = {
				}
				b_tolkachi = {
				}
				b_sadovy = {
				}
				b_kichkas = {
				}
			}
			c_uzens = {
				color={ 163 130 42 }
				color2={ 255 255 255 }
			
				b_kaztal = {
				}
				b_krykuru = {
				}
				b_kyzylasker = {
				}
				b_khasan = {
				}
				b_akkus = {
				}
				b_kosoba = {
				}
				b_ushkuduk = {
				}
				b_aytbay = {
				}
			}
			c_lower_volga = {
				color={ 167 134 46 }
				color2={ 255 255 255 }
			
				b_sarysu = {
				}
				b_tsaritsyn = {
				}
				b_kamyshin = {
				}
				b_serebrjakovo = {
				}
				b_dubovka = {
				}
				b_petrovval = {
				}
				b_kotovo = {
				}
				b_prishib = {
				}
			}
			c_saray = {
				color={ 175 142 54 }
				color2={ 255 255 255 }
			
				b_akhtuba = {
				}
				b_saray = {
				}
				b_tsaganaman = {
				}
				b_uspenka = {
				}
				b_pokrovka = {
				}
				b_dzhelga = {
				}
				b_bataevka = {
				}
				b_chernyyar = {
				}
			}
		}
		d_sarkel = {
			color={ 236 200 105 }
			color2={ 255 255 255 }
			
			capital = 594 # Sarkel
		
			c_sugrov = {
				color={ 240 204 109 }
				color2={ 255 255 255 }
			
				b_sugrov = {
				}
				b_yauchy = {
				}
				b_khursa = {
				}
				b_khazar = {
				}
				b_khratayak = {
				}
				b_oboyan = {
				}
				b_tim = {
				}
				b_fatezh = {
				}
			}
			c_desht-i-kipchak = {
				color={ 242 206 111 }
				color2={ 255 255 255 }
			
				b_bakhmut = {
				}
				b_sviatohirsk = {
				}
				b_krasne = {
				}
				b_dobropillia = {
				}
				b_druzhkivka = {
				}
				b_kramatorsk = {
				}
				b_lyman = {
				}
				b_mospyne = {
				}
			}
			c_sarkel = {
				color={ 244 208 113 }
				color2={ 255 255 255 }
			
				b_kazarki = {
				}
				b_sarkel = {
				}
				b_belayavezha = {
				}
				b_semikarakorsk = {
				}
				b_ustdonetskiy = {
				}
				b_kotelnikovo = {
				}
				b_tsimlyanskoye = {
				}
				b_nizhchir = {
				}
			}
			c_don_portage = {
				color={ 246 210 115 }
				color2={ 255 255 255 }
			
				b_kalach = {
				}
				b_illovlya = {
				}
				b_ryumino = {
				}
				b_loq = {
				}
				b_illevka = {
				}
				b_donskoy = {
				}
				b_tary = {
				}
				b_ozerki = {
				}
			}
			c_sharukan = {
				color={ 238 203 121 }
				color2={ 255 255 255 }
				
				b_kharka = {
				}
				b_sumy = {
				}
				b_challykala = {
				}
				b_khorysdan = {
				}
				b_izyum = {
				}
				b_balakliia = {
				}
				b_kupyansk = {
				}
				b_lyubotin = {
				}
			}
		}
		
		d_yaik = {
			color={ 198 150 11 }
			color2={ 255 255 255 }
			
			capital = 895 # Yaik
		
			c_inder = {
				color={ 171 138 50 }
				color2={ 255 255 255 }
			
				b_orsk = { # Inderbor
				}
				b_karatogay = {
				}
				b_bogunbay = {
				}
				b_kaumetey = {
				}
				b_chausay = {
				}
				b_kemer = {
				}
				b_ebita = {
				}
				b_dzhanatalap = {
				}
			}
			c_aqtobe = {
				color={ 232 174 18 }
				color2={ 255 255 255 }
			
				b_aqtobe = {
				}
				b_ashchesay = {
				}
				b_burta = {
				} 
				b_sibiryak = {
				}
				b_kunsay = {
				}
				b_zharlysay = {
				}
				b_shilikta = {
				}
				b_aulkutyrtas = {
				}
			}
			c_yaik = {
				color={ 231 178 35 }
				color2={ 255 255 255 }
			
				b_kurgan = {
				}
				b_vagay = {
				}
				b_kyzalyar = {
				}
				b_lebyazhe = {
				}
				b_yurgamysh = {
				}
				b_shumikha = {
				}
				b_mishkino = {
				}
				b_makushino = {
				}
			}
			c_bashkirs = {
				color={ 209 174 79 }
				color2={ 255 255 255 }
			
				b_ufa = {
				}
				b_belebey = {
				}
				b_chishmy = {
				}
				b_bajmaq = {
				}
				b_isembaj = {
				}
				b_beloret = {
				}
				b_meleus = {
				}
				b_sterlitamak = {
				}
			}
		}
		
		d_sibir = {
			color={ 210 185 15 }
			color2={ 255 255 255 }
			
			capital = 891 # Tyumen
		
			c_tyumen = {
				color={ 219 166 23 }
				color2={ 255 255 255 }
			
				b_tyumen = {
				}
				b_qashliq = {
				}
				b_tobolsk = {
				}
				b_tugulym = {
				}
				b_novtap = {
				}
				b_sumkino = {
				}
				b_nizhtavda = {
				}
				b_borovskiy = {
				}
			}
			c_sibir = {
				color={ 227 174 31 }
				color2={ 255 255 255 }
			
				b_surgut = {
				}
				b_belyyyar = {
				}
				b_iberbolgar = {
				}
				b_baduk = {
				}
				b_kaik = {
				}
				b_langepas = {
				}
				b_pokachi = {
				}
				b_vysokiy = {
				}
				b_sibir = {
				}
			}
			c_tobol = {
				color={ 234 176 20 }
				color2={ 255 255 255 }

				holy_site = tengri_pagan
				holy_site = tengri_pagan_reformed
				
				b_tobol = {
				}
				b_tara = {
				}
				b_isilkul = {
				}
				b_kalachinsk = {
				}
				b_tyukalinsk = {
				}
				b_cherlak = {
				}
				b_sargatka = {
				}
				b_krasnyyar = {
				}
			}
			
			c_ishim = {
				color={ 194 169 40 }
				color2={ 255 255 255 }
			
				b_ishim = {}
				b_esil = {}
				b_mamlyut = {}
				b_ust_ishim = {}
			}
		}
		
		d_kipchak = {
			color={ 131 84 50 }
			color2={ 255 255 255 }
			
			capital = 1430 # Kipchak
			
			pecheneg = "Pecheneg"
			
			c_kipchak = {
				color={ 151 94 60 }
				color2={ 255 255 255 }
				
				b_zhitikara = {}
				b_zhailma = {}
				b_kipchak = {}
				b_amankaragaj = {}
				b_kusmuryn = {}
			}
			c_turgay = {
				color={ 191 114 70 }
				color2={ 255 255 255 }
				
				b_turgay = {}
				b_ust_turgay = {}
				b_karakal = {}
				b_zhailyk = {}
			}
			c_kazakh = {
				color={ 121 74 40 }
				color2={ 255 255 255 }
				
				b_zhezdi = {}
				b_zhairem = {}
				b_zhezkazgan = {}
				b_karsakpay = {}
				b_jezkazgan = {}
				b_kengir = {}
			}
		}
		
		d_kimak = {
			color={ 151 114 58 }
			color2={ 255 255 255 }
			
			capital = 1435 # Kimak
			
			c_kimak = {
				color={ 141 94 60 }
				color2={ 255 255 255 }
				
				b_kimak = {}
				b_tengiz = {}
				b_atasu = {}
				b_arkalyk = {}
			}
			c_tura = {
				color={ 191 154 70 }
				color2={ 255 255 255 }
				
				b_tura = {}
				b_almaty = {}
				b_bestobe = {}
				b_seletyteniz = {}
				b_teke = {}
				b_kishkenekol = {}
			}
			c_balkhash = {
				color={ 131 114 20 }
				color2={ 255 255 255 }
				
				b_balkhash = {}
				b_gulshat = {}
				b_shashubay = {}
				b_akshatau = {}
				b_karazhal = {}
				b_aktogay = {}
				b_karagandy = {}
			}
		}
		
		d_kirghiz  = {
			color={ 155 140 78 }
			color2={ 255 255 255 }
			
			capital = 1132 # Kirghiz
			
			c_kirghiz = {
				color={ 175 150 80 }
				color2={ 255 255 255 }
				
				b_kirghiz = {}
				#b_altay = {} moved to c_altay
				b_abakan = {}
				b_telengit = {}
				b_tele = {}
				b_osinniki = {}
			}
			c_ket = {
				color={ 182 177 90 }
				color2={ 255 255 255 }
				
				b_ket = {}
				b_asino = {}
				b_ketkas = {}
				b_sochur = {}
				b_chachamga = {}
			}
			c_urzhar = {
				color={ 149 137 61 }
				color2={ 255 255 255 }
				
				b_urzhar = {}
				b_akzhar = {}
				b_ayagoz = {}
				b_taskesken = {}
				b_zaysan = {}
			}
		}
	}
	
	k_volga_bulgaria = {
		color={ 180 150 55 }
		color2={ 255 255 255 }
			
		capital = 610 # Bulgar
		
		culture = bolghar
		
		tengri_pagan_reformed = 500 # Crusade target weight
		finnish_pagan_reformed = 200
		slavic_pagan_reformed = 100
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = altaic
				}
			}
		}
	
		d_maris = {
			color = { 150 130 45 }
			
			capital = 588 # Mari
			
			culture = mordvin

			c_merya = { # Actually Mari
				
				color={ 234 174 13 }
				color2={ 255 255 255 }
			
				b_yoshkarola = {
				}
				b_volzhsk = {
				}
				b_lopatino = {
				}
				b_tsikma = {
				}
				b_provoi = {
				}
				b_kilemary = {
				}
				b_mariturek = {
				}
				b_morki = {
				}
			}
			c_hlynov = {
				color={ 116 131 71 }
				color2={ 255 255 255 }
				
				b_hlynov = {
				}
				b_egra = {
				}
				b_glazkar = {
				}
				b_izkar = {
				}
				b_kambarka = {
				}
				b_sarapul = {
				}
				b_mozjga = {
				}
				b_wotka = {
				}
			}
		}
		d_bulgar = { 
			color={ 193 158 63 }
			color2={ 255 255 255 }
			
			capital = 610 # Bulgar
		
			c_qazan = {
				color={ 199 164 69 }
				color2={ 255 255 255 }
			
				b_qazan = {
				}
				b_osa = {
				}
				b_chastye = {
				}
				b_usttuntor = {
				}
				b_krmayak = {
				}
				b_pal = {
				}
				b_uymuzh = {
				}
				b_belyaevka = {
				}
				b_pakli = {
				}
			}
			c_bilyar = {
				color={ 201 166 71 }
				color2={ 255 255 255 }
			
				b_bilyar = {
				}
				b_tukhchin = {
				}
				b_cukataw = {
				}
				b_urussu = {
				}
				b_bogulma = {
				}
				b_bryakhimov = {
				}
				b_nurlat = {
				}
				b_dzhalil = {
				}
			}
			c_bulgar = {
				color={ 203 168 73 }
				color2={ 255 255 255 }
			
				b_bulgar = {
				}
				b_suar = {
				}
				b_balimer = {
				}
				b_arbuga = {
				}
				b_tawille = {
				}
				b_tetyushi = {
				}
				b_koshki = {
				}
				b_iq = {
				}
			}
			c_syrt = {
				color={ 205 170 75 }
				color2={ 255 255 255 }
			
				b_samara = {
				}
				b_bandja = {
				}
				b_kinel = {
				}
				b_syzran = {
				}
				b_tashia = {
				}
				b_sarbay = {
				}
				b_osinki = {
				}
				b_shungut = {
				}
			}
			c_ashli = {
				color={ 207 172 77 }
				color2={ 255 255 255 }
				
				b_ashli = {
				}
				b_boro = {
				}
				b_durtojle = {
				}
				b_daulakan = {
				}
				b_blagovescen = {
				}
				b_tuimasy = {
				}
				b_janauyl = {
				}
				b_yamantaw = {
				}
			}
		}
		d_cheremisa = { 
			color={ 225 165 4 }
			color2={ 255 255 255 }
			
			capital = 591 # Cheremisa
	
			c_grassland_cheremisa = { # Kerzhenets
				color={ 231 171 10 }
				color2={ 255 255 255 }
			
				b_yarcalli = {
				}
				b_zay = {
				}
				b_cistay = {
				}
				b_aznaqay = {
				}
				b_bua = {
				}
				b_bawli = {
				}
				b_alabuga = {
				}
			}
			c_chuvash = {
				color={ 237 177 16 }
				color2={ 255 255 255 }
			
				b_vedasuvar = {
				}
				b_makaryevo = {
				}
				b_cheboksary = {
				}
				b_alatyr = {
				}
				b_kozlovka = {
				}
				b_sundyr = {
				}
				b_tsivilsk = {
				}
				b_yadrin = {
				}
			}
			c_mountain_cheremisa = { # Cheremisa
				color={ 240 180 19 }
				color2={ 255 255 255 }
			
				b_simbirsk = {
				}
				b_kanadey = {
				}
				b_pokrovskoye = {
				}
				b_stanichnaya = {
				}
				b_melekess = {
				}
				b_butyrskaya = {
				}
				b_vybornaya = {
				}
				b_barysh = {
				}
			}
		}
		d_mordvins = {
			color = { 148 165 45 }
	
			capital = 579 # Mordva
	
			culture = mordvin

			c_mordva = {
				color={ 246 186 25 }
				color2={ 255 255 255 }
			
				b_saransk = {
				}
				b_insar = {
				}
				b_temnikow = {
				}
				b_ardatovo = {
				}
				b_krasnoslobodsk = {
				}
				b_yalga = {
				}
				b_penza = {
				}
				b_yavas = {
				}
			}
			c_burtasy = {
				color={ 243 183 22 }
				color2={ 255 255 255 }
			
				b_saratov = {
				}
				b_mechetnaya = {
				}
				b_pokrovsk = {
				}
				b_atkarsk = {
				}
				b_balakova = {
				}
				b_sosnovyostrov = {
				}
				b_golykaramysh = {
				}
				b_rtishchevo = {
				}
			}
			c_khopyor = {
				color={ 238 202 107 }
				color2={ 255 255 255 }
			
				b_khopyorsk = {
				}
				b_borisoglebsk = {
				}
				b_tambov = {
				} 
				b_uryupin = {
				}
				b_balashov = {
				}
				b_kirsanov = {
				}
				b_ustmedveditskaya = {
				}
				b_uvarovo = {
				}
			}
		}
	}

	k_taurica = {
		color={ 188 91 154 }
		color2={ 255 255 20 }
		
		capital = 560 # Cherson
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					AND = {
						religion_group = christian
						OR = { 
							culture_group = byzantine
							culture_group = latin
						}
					}
				}
			}
		}
		
		tengri_pagan_reformed = 200
		slavic_pagan_reformed = 50 # Crusade target weight

		d_cherson = {
			color={ 188 91 154 }
			color2={ 255 255 20 }
			
			capital = 560 # Cherson
			
			c_theodosia = {
				color={ 190 93 156 }
				color2={ 255 255 20 }
				
				b_theodosia = {
				}
				b_soldaia = {
				}
				b_kimmerikon = {
				}
				b_caffa = {
				}
				b_caulita = {
				}
				b_olyva = {
				}
				b_lusta = {
				}
				b_funan = {
				}
			}
			c_korchev = {
				color={ 192 95 158 }
				color2={ 255 255 20 }
				
				b_bosphoros = {
				}
				b_panticapea = {
				}
				b_cherco = {
				}
				b_nymphaion = {
				}
				b_chystopillia = {
				}
				b_vosporo = {
				}
				b_baherove = {
				}
				b_zavitne = {
				}
			}
			c_cherson = {
				color={ 194 97 160 }
				color2={ 255 255 20 }
				
				b_kherson = {
				}
				b_doros = {
				}
				b_neapol = {
				}
				b_kerkinitis = {
				}
				b_cembalo = {
				}
				b_charax = {
				}
				b_sevastoupolis = {
				}
				b_kalamita = {
				}
			}
			c_tmutarakan = {
				color={ 196 99 162 }
				color2={ 255 255 20 }
				
				b_tmutarakan = {
				}
				b_mapa = {
				}
				b_taman = {
				} 
				b_tumnev = {
				}
				b_jevlisia = {
				}
				b_sujukqale = {
				}
				b_bata = {
				}
				b_tsemes = {
				}
			}
		}
		
		d_crimea = { 
			color={ 226 186 80 }
			color2={ 255 255 255 }
			
			capital = 559 # Crimea
		
			c_lower_don = {
				color={ 230 190 84 }
				color2={ 255 255 255 }
			
				b_taganrog = {
				}
				b_matveevkurgan = {
				}
				b_skorokhod = {
				}
				b_latonovo = {
				}
				b_vesely = {
				}
				b_marfinka = {
				}
				b_ryasnoye = {
				}
				b_novoazovsk = {
				}
			}
			c_oleshye = {
				color={ 238 198 92 }
				color2={ 255 255 255 }
			
				b_ochakiv = {
				}
				b_bohopol = {
				}
				b_odessa = {
				}
				b_kocibey = {
				}
				b_balta = {
				}
				b_sokoly = {
				}
				b_akkerman = {
				}
				b_nikolayev = {
				}
			}
			c_lukomorie = {
				color={ 242 202 96 }
				color2={ 255 255 255 }
			
				b_zaporzhye = {
				}
				b_kushunum = {
				}
				b_huliaipole = {
				}
				b_kalmius = {
				}
				b_kalchik = {
				}
				b_onkhiv = {
				}
				b_polohy = {
				}
				b_chernihivka = {
				}
			}
			c_lower_dniepr = {
				color={ 246 206 100 }
				color2={ 255 255 255 }
			
				b_dnieprkherson = {
				}
				b_kairy = {
				}
				b_kyzylyar = {
				}
				b_shagingirei = {
				}
				b_kuturogly = {
				}
				b_tokmak = {
				}
				b_pryazovske = {
				}
				b_bilozerka = {
				}
			}
			c_crimea = {
				color={ 250 210 104 }
				color2={ 255 255 255 }

				holy_site = tengri_pagan
				holy_site = tengri_pagan_reformed				
				
				b_bakhchisaray = {
				}
				b_aqmescit = {
				}
				b_dzhankoy = {
				}
				b_saq = {
				}
				b_perekop = {
				}
				b_qarasuvbazar = {
				}
				b_kezlev = {
				}
				b_qurman = {
				}
			}
		}
	}

	k_alania = {
		color={ 155 110 48 }
		color2={ 255 255 255 }
		
		capital = 603 # Alania
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture = alan
				}
			}
		}
		
		culture = alan
		
		tengri_pagan_reformed = 200

		d_alania = {
			color={ 155 110 48 }
			color2={ 255 255 255 }
			
			capital = 603 # Alania
		
			c_kasogs = {
				color={ 250 156 156 }
				color2={ 255 255 255 }
				
				b_myequape = {
				}
				b_samiran = {
				}
				b_zikh = {
				}
				b_bakhtarakhtar = {
				}
				b_koshkhab = {
				}
				b_ustdzeghuta = {
				}
				b_sarytyuz = {
				}
				b_eltarkan = {
				}
			}
			c_yegorlyk = {
				color={ 255 214 92 }
				color2={ 255 255 255 }
			
				b_piatigorie = {
				}
				b_madjar = {
				}
				b_stauropolis = {
				}
				b_beshpagir = {
				}
				b_erkenshakhar = {
				}
				b_kuguty = {
				}
				b_kiankiz = {
				}
				b_yamki = {
				}
			}
			c_manych = {
				color={ 250 216 94 }
				color2={ 255 255 255 }
			
				b_mozdok = {
				}
				b_terek = {
				}
				b_makhmudmekteb = {
				}
				b_nartkala = {
				}
				b_malgobekbalka = {
				}
				b_kunay = {
				}
				b_karabulak = {
				}
				b_makhach = {
				}
			}
			c_alania = {
				color={ 255 218 96 }
				color2={ 255 255 255 }
			
				b_vovnushki = {
				}
				b_magas = {
				}
				b_arkhyz = {
				}
				b_zaur = {
				}
				b_tskhinval = {
				}
				b_tkhabayerdy = {
				}
				b_zadalesk = {
				}
				b_tamarasheni = {
				}
			}
			c_kuma = {
				color={ 255 220 98 }
				color2={ 255 255 255 }
			
				b_kizlyar = {
				}
				b_kuliyurt = {
				}
				b_tereklimekteb = {
				}
				b_kizilyurt = {
				}
				b_gums = {
				}
				b_dylym = {
				}
				b_babayurt = {
				}
				b_arslanbek = {
				}
			}
		}
		d_azov = {
			color={ 218 179 130 }
			color2={ 255 255 255 }
			
			capital = 597 # Azov
		
			c_tana = {
				color={ 222 183 79 }
				color2={ 255 255 255 }
			
				b_tana = {
				}
				b_rostovnadonu = {
				}
				b_monastyrsky = {
				}
				b_bataysk = {
				}
				b_gundorovka = {
				}
				b_cherkassk = {
				}
				b_ustaksayaskaya = {
				}
				b_sulin = {
				}
			}
			c_azov = {
				color={ 226 187 83 }
				color2={ 255 255 255 }
			
				b_azov = {
				}
				b_azaq = {
				}
				b_sadki = {
				}
				b_eysk = {
				}
				b_kagalnik = {
				}
				b_akhtarsk = {
				}
				b_kugey = {
				}
				b_katon = {
				}
			}
			c_kuban = {
				color={ 230 191 87 }
				color2={ 255 255 255 }
			
				b_khumar = {
				}
				b_kuban = {
				}
				b_psekups = {
				}
				b_khutor = {
				} 
				b_podkumok = {
				}
				b_coparia = {
				}
				b_kirpili = {
				}
				b_beshtau = {
				}
			}
			c_sarpa = {
				color={ 255 212 90 }
				color2={ 255 255 255 }
			
				b_elst = {
				}
				b_bachanta = {
				}
				b_ikburul = {
				}
				b_karatchaplak = {
				}
				b_yashkul = {
				} 
				b_ketchenery = {
				}
				b_yashalta = {
				}
				b_ysaganaman = {
				}
			}
		}
	}

	k_turkestan = {
		color={ 204 150 21 }
		color2={ 255 255 255 }
		
		capital = 900 # Syr Darya
		
		culture = turkish
		
		tengri_pagan_reformed = 500
		zoroastrian_group = 150 # Crusade target weight
		
		d_turkestan = {
			color={ 224 170 24 }
			color2={ 255 255 255 }
			
			capital = 622 # Turkestan
			
			culture = turkish
			
			c_aral = {
				color={ 227 173 27 }
				color2={ 255 255 255 }
			
				b_kassarma = {
				}
				b_dawletgirei = {
				}
				b_kuljandi = {
				}
				b_kaszkarata = {
				}
				b_aszczeatrik = {
				}
				b_kosbulak = {
				}
				b_sokyrbulak = {
				}
				b_karakul = {
				}
			}
			c_kangly = {
				color={ 230 176 30 }
				color2={ 255 255 255 }
			
				b_kangly = {
				}
				b_koshkar = {
				}
				b_akkube = {
				}
				b_akbulak = {
				}
				b_makat = {
				}
				b_bakachi = {
				}
				b_qulsary = {
				}
				b_kizay = {
				}
			}
			c_mangyshlak = {
				color={ 233 179 33 }
				color2={ 255 255 255 }
			
				b_aqtaw = {
				}
				b_kzyluzen = {
				}
				b_amankyzylit = {
				}
				b_uzen = {
				}
				b_araldy = {
				}
				b_ashchimuryn = {
				}
				b_tigen = {
				}
				b_sayutes = {
				}
			}
			c_turkestan = {
				color={ 236 182 36 }
				color2={ 255 255 255 }
			
				b_akdzulpas = {
				}
				b_emba = {
				}
				b_sapak = {
				}
				b_aralkum = {
				}
				b_kosskul = {
				}
				b_akespe = {
				}
				b_saksaulskiy = {
				}
				b_akshelek = {
				}
			}
		}
		d_zhetysu = {
			color= { 175 165 60 }
			color2={ 255 255 255 }
			
			capital = 1424 # Chuy
			
			culture = turkish
			
			c_chuy = {
				color= { 165 155 55 }
				color2={ 255 255 255 }
			
				b_suyab = {}
				b_bishkek = {}
				b_almatu = {}
				b_taraz = {}
				b_merke = {}
				b_tokmok = {}
				b_balasagun = {
					mongol = Gobalik
				}
			}
			c_ili = {
				color= { 205 155 55 }
				color2={ 255 255 255 }
			
				b_almaliq = {}
				b_kulja = {}
				b_koktal = {}
				b_tekes = {}
				b_kax = {}
				b_kunes = {}
				b_sharyn = {}
			}
			c_zhetysu = {
				color= { 180 125 75 }
				color2={ 255 255 255 }

				b_sarkand = {}
				b_taldykorgan = {}
				b_karatal = {}
				b_kapchagai = {}
				b_koksu = {}
				b_matay = {}
				b_kargal = {}
			}
			c_karluk = {
				color= { 180 165 15 }
				color2={ 255 255 255 }

				b_nushibi = {}
				b_ulug_ok = {}
				b_alishi = {}
				b_sakla_baga = {}
				b_saryshaghan = {}
				b_zhaylaukol = {}
			}
		}
		
		d_syr_darya = {
			color= { 145 115 40 }
			color2={ 255 255 255 }
			
			capital = 900 # Syr Darya
			
			culture = turkish
			
			c_syr_darya = {
				color={ 236 178 22 }
				color2={ 255 255 255 }

				holy_site = tengri_pagan
				holy_site = tengri_pagan_reformed
				
				b_yangikent = {}
				b_syganak = {
				}
				b_akmechet = {
				}
				b_kyzylorda = {
				}
				b_kazaly = {
				}
				b_terenuzyak = {
				}
				b_dzhanadzhol = {
				}
				b_sarytogay = {
				}
				b_zhalagash = {
				}
			}
			c_otrar = {
				color= { 165 155 55 }
				color2={ 255 255 255 }
			
				b_otrar = {}
				b_shaulder = {}
				b_shoshkakoi = {}
				b_birlik = {}
				b_chernak = {}
				b_kentau = {}
				b_turtkul = {}
			}
			c_chach = {
				color= { 205 155 55 }
				color2={ 255 255 255 }
				
				b_chach = {}
				b_navekat = {}
				b_sayram = {}
				b_isbijab = {}
				b_shymkent = {}
				b_pskent = {}
				b_turbat = {}
			}
			c_kyzylkum = {
				color={ 189 214 146 }
				color2={ 255 255 255 }
				
				b_djend = {}
				b_itchankila = {}
				b_xazorasp = {}
				b_bogot = {}
				b_xonqa = {}
				b_qorovul = {}
				b_yangiariq = {}
				b_shovot = {}
			}
		}
	}
}

e_persia = {
	color={ 131 204 20 }
	color2={ 255 255 255 }
	
	capital = 646 #	Esfahan
	
	culture = persian
	
	zun_pagan_reformed = 500 # Crusade target weight
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = iranian
			}
		}
	}
	
	short_name = yes

	k_persia = {
		color={ 151 224 24 }
		color2={ 255 255 255 }
		
		capital = 646 #	Esfahan
		
		culture = persian
		
		muslim = 400 # Crusade target weight
		zoroastrian_group = 1000 # Crusade target weight
		zun_pagan_reformed = 500 # Crusade target weight
		
		d_khorasan = {
			color={ 99 150 9 }
			color2={ 255 255 255 }
			
			capital = 632 # Khorasan / Tus
			
			c_tus = {
				color={ 103 154 13 }
				color2={ 255 255 255 }
				
				b_bojnurd = {
				}
				b_shervan = {
				}
				b_mashhad = {
				}
				b_hasanabad = {
				}
				b_ghaisar = {
				}
				b_isfarayen = {
				}
				b_fagdatdezh = {
				}
				b_solak = {
				}
				b_tus = {
				}
			}
			c_birjand = {
				color={ 138 171 82 }
				color2={ 255 255 255 }
				
				b_nehbandan = {
				}
				b_birjand = {
				}
				b_toon = {
				}
				b_furg = {
				}
				b_sarayan = {
				}
				b_boshruyeh = {
				}
				b_qaen = {
				}
				b_paeenshahr = {
				}
			}
			c_nishapur = {
				color={ 111 162 21 }
				color2={ 255 255 255 }

				holy_site = zoroastrian # The Great Fire of Adur Burzen-Mehr
				holy_site = yazidi
				
				b_nishapur = {
				}
				b_jajarm = {
				}
				b_sabzevar = {
				}
				b_akhlamad = {
				}
				b_quchan = {
				}
				b_daregaz = {
				}
				b_chenaran = {
				}
				b_sarakhs = {
				}
			}
			c_qohistan = {
				color={ 115 166 25 }
				color2={ 255 255 255 }
				
				b_torshiz = {
				}
				b_beyhaq = {
				}
				b_gonabad = {
				}
				b_torbatjam = {
				}
				b_bardaskan = {
				}
				b_mahvalat = {
				}
				b_fariman = {
				}
				b_dasu = {
				}
			}
			c_lut = {
				color={ 119 170 29 }
				color2={ 255 255 255 }
				
				b_tabas = {
				}
				b_dayhouk = {
				}
				b_mazanabad = {
				}
				b_aspak = {
				}
				b_kalateh = {
				}
				b_amanieh = {
				}
				b_bibaz = {
				}
				b_esfandiar = {
				}
			}
		}
		d_mazandaran = { # Tabaristan
			color={ 109 149 39 }
			color2={ 255 255 255 }
			
			capital = 662 # Mazandaran
			
			c_tabaristan = {
				color={ 111 151 41 }
				color2={ 255 255 255 }
				
				b_firuzkuh = {
				}
				b_amol = {
				}
				b_sari = {
				}
				b_rarem = {
				}
				b_mamatir = {
				}
				b_chamnoo = {
				}
				b_farim = {
				}
				b_lavij = {
				}
			}
			c_mazandaran = {
				color={ 113 153 43 }
				color2={ 255 255 255 }
				
				b_kalar = {
				}
				b_chaloos = {
				}
				b_rostamrood = {
				}
				b_kojoor = {
				}
				b_sisangan = {
				}
				b_damavand = {
				}
				b_garmsar = {
				}
				b_varamin = {
				}
			}
			c_dailam = {
				color={ 72 178 109 }
				color2={ 255 255 255 }
				
				b_dailam = {
				}
				b_soltaniyeh = {
				}
				b_gheydar = {
				}
				b_zanjan = {
				}
				b_abhar = {
				}
				b_tarom = {
				}
				b_mahneshan = {
				}
				b_alamut = {
				}
			}
			c_gurgan = {
				color={ 107 158 17 }
				color2={ 255 255 255 }
				
				b_gurgan = {
				}
				b_gonbadeqabus = {
				}
				b_komishdepa = {
				}
				b_kordkuy = {
				}
				b_aqqala = {
				}
				b_ramian = {
				}
				b_minudasht = {
				}
				b_khanbebin = {
				}
			}
		}
		d_esfahan = {
			color={ 142 176 84 }
			color2={ 255 255 255 }
			
			capital = 646 # Esfahan
			
			c_esfahan = {
				color={ 145 179 87 }
				color2={ 255 255 255 }
				
				b_esfahan = {
				}
				b_zarrinshahr = {
				}
				b_khansar = {
				}
				b_kashan = {
				}
				b_sedeh = {
				}
				b_qomsheh = {
				}
				b_abyaneh = {
				}
				b_ardestan = {
				}
			}
			c_yazd = {
				color={ 148 182 90 }
				color2={ 255 255 255 }
				
				b_meybod = {
				}
				b_yazd = {
				}
				b_chak_chak = {
				}
				b_ardakan = {
				}
				b_zarch = {
				}
				b_taft = {
				}
				b_nir = {
				}
				b_dar_anjir = {
				}
			}
			c_avhaz = {
				color={ 151 185 93 }
				color2={ 255 255 255 }
				
				b_dezful = {
				}
				b_shushtar = {
				}
				b_helen = {
				}
				b_idhaj = {
				}
				b_masjedsoleyman = {
				}
				b_shahrekord = {
				}
				b_koohrang = {
				}
				b_farsan = {
				}
			}
			c_shiraz = {
				color={ 154 188 96 }
				color2={ 255 255 255 }
				
				b_shiraz = {
				}
				b_estakhr = {
				}
				b_bishapur = {
				}
				b_persepolis = {
				}
				b_azargarta = {
				}
				b_abadeh = {
				}
				b_bavanat = {
				}
				b_arsanjan = {
				}
			}
		}
		d_kerman = {
			color={ 98 118 63 }
			color2={ 255 255 255 }
			
			capital = 639 # Kerman
			
			c_kerman = {
				color={ 110 130 75 }
				color2={ 255 255 255 }
				
				b_rayen = {
				} 
				b_behdesir = {
				}
				b_kerman = {
				}
				b_maymand = {
				}
				b_nough = {
				}
				b_bardsir = {
				}
				b_zarand = {
				}
				b_ghaleganj = {
				}
			}
			c_bam = {
				color={ 144 177 88 }
				color2={ 255 255 255 }
				
				b_bampur = {
				}
				b_bal_chah = {
				}
				b_kaj = {
				}
				b_baravat = {
				}
				b_fahraj = {
				}
				b_nukjub = {
				}
				b_sol_hasan = {
				}
				b_abeshkan = {
				}
			}
			
			c_hormuz = {
				color={ 106 126 71 }
				color2={ 255 255 255 }
				
				b_gombroon = {
				}
				b_abarkawan = {
				}
				b_jiroth = {
				}
				b_abu_musa = {
				}
				b_minab = {
				}
				b_kish = {
				}
				b_bam = {
				}
				b_fin = {
				}
			}
			c_ladistan = {
				color={ 114 134 79 }
				color2={ 255 255 255 }
				
				b_lad = {
				}
				b_khonj = {
				}
				b_evaz = {
				}
				b_jask = {
				}
				b_bastak = {
				}
				b_morbagh = {
				}
				b_forg = {
				}
				b_bandarkhamir = {
				}
			}
			c_sirjan = {
				color={ 118 138 83 }
				color2={ 255 255 255 }
				
				b_sirjan = {
				}
				b_borougheeyeh = {
				}
				b_faragheh = {
				}
				b_shahrbabak = {
				}
				b_abarkuh = {
				}
				b_dehbid = {
				}
				b_mehrabad = {
				}
			}
		}
		d_fars = {
			color={ 89 128 22 }
			color2={ 255 255 255 }
			
			capital = 643 # Fars
			
			c_fars = {
				color={ 91 130 24 }
				color2={ 255 255 255 }

				holy_site = zoroastrian # The Great Fire of Adur Farnbag
				holy_site = yazidi
				
				b_perozabad = {
				}
				b_kakhesasan = {
				}
				b_darab = {
				}
				b_jahrom = {
				}
				b_estahbanat = {
				}
				b_lamerd = {
				}
				b_gerash = {
				}
				b_khafr = {
				}
			}
			c_hendjan = {
				color={ 93 132 26 }
				color2={ 255 255 255 }
				
				b_argan = {
				}
				b_bandaremashoor = {
				}
				b_susa = {
				}
				b_ramhormoz = {
				}
				b_bandarshahpur = {
				}
				b_omidiyeh = {
				}
				b_behbahan = {
				}
				b_jayzan = {
				}
			}
			c_khozistan = {
				color={ 95 134 28 }
				color2={ 255 255 255 }
				
				b_abadan = {
				}
				b_izaj = {
				}
				b_hoveizeh = {
				}
				b_ahvaz = {
				}
				b_dora = {
				}
				b_fao = {
				}
				b_khorramshahr = {
				}
				b_shadegan = {
				}
			}
		}
		d_hamadan = {
			color={ 184 225 112 }
			color2={ 255 255 255 }
			
			capital = 658 # Hamadan
			
			c_qom = {
				color={ 187 228 115 }
				color2={ 255 255 255 }
				
				b_khourabad = {
				}
				b_qom = {
				}
				b_jamkaran = {
				}
				b_kahak = {
				}
				b_dastjerd = {
				}
				b_salafchegan = {
				}
				b_qanavat = {
				}
				b_jafariyeh = {
				}
			}
			c_hamadan = {
				color={ 190 231 118 }
				color2={ 255 255 255 }

				holy_site = jewish
				holy_site = samaritan
				holy_site = karaite
				
				b_hamadan = {
				}
				b_nahavand = {
				}
				b_ganjnameh = {
				}
				b_malayer = {
				}
				b_ecbatana = {
				}
				b_asadabad = {
				}
				b_kabudrahang = {
				}
				b_roudavar = {
				}
			}
			c_rayy = {
				color={ 193 234 121 }
				color2={ 255 255 255 }

				holy_site = nestorian
				
				b_rayy = {
				}
				b_tehran = {
				}
				b_roudehen = {
				}
				b_hashtgerd = {
				}
				b_shahriar = {
				}
				b_eslamshahr = {
				}
				b_karaj = {
				}
				b_pakdasht = {
				}
			}
			c_qwivir = {
				color={ 115 155 45 }
				color2={ 255 255 255 }
				
				b_semnan = {
				}
				b_darvar = {
				}
				b_damqan = {
				}
				b_dehnamak = {
				}
				b_sangsar = {
				}
				b_sharequmis = {
				}
				b_gerdkuh = {
				}
				b_kohandej = {
				}
			}
		}
		d_tabriz = {
			color={ 86 133 61 }
			color2={ 255 255 255 }
			
			capital = 666 # Gilan
			
			c_oromieh = {
				color={ 86 143 61 }
				color2={ 255 255 255 }

				holy_site = zoroastrian # The Great Fire of Adur Gushnasp
				
				b_oroumieh = {
				}
				b_khoy = {
				}
				b_takhtesoleyman = {
				}
				b_avajiq = {
				}
				b_chaldiran = {
				}
				b_charekelisa = {
				}
				b_mahabad = {
				}
				b_salmas = {
				}
			}
			c_gilan = {
				color={ 106 143 61 }
				color2={ 255 255 255 }
				
				b_gilan = {
				}
				b_rasht = {
				}
				b_talysh = {
				}
				b_astara = {
				}
				b_rudkhan = {
				}
				b_lahijan = {
				}
				b_masouleh = {
				}
				b_masal = {
				}
			}
			c_tabriz = {
				color={ 106 151 51 }
				color2={ 255 255 255 }
				
				b_babak = {
				}
				b_tabriz = {
				}
				b_maragheh = {
				}
				b_ahar = {
				}
				b_zahhak = {
				}
				b_sarab = {
				}
				b_shabestar = {
				}
				b_miyaneh = {
				}
			}
		}
		d_azerbaijan = {
			color={ 160 232 20 }
			color2={ 255 255 255 }
			
			capital = 670 # Azerbaijan
			
			culture = persian
			
			c_shirvan = {
				color={ 162 234 22 }
				color2={ 255 255 255 }
				
				b_baku = {
				}
				b_lankaran = {
				}
				b_absheron = {
				}
				b_shirvan = {
				}
				b_shakhriyar = {
				} 
				b_salyan = {
				}
				b_khizirzinda = {
				}
				b_altiagay = {
				}
			}
			c_azerbaijan = {
				color={ 164 236 24 }
				color2={ 255 255 255 }
				
				b_urmiah = {
				}
				b_kapalak = {
				}
				b_takhtesuleiman = {
				}
				b_bastam = {
				}
				b_maku = {
				} 
				b_kalaberd = {
				}
				b_chaldoran = {
				}
				b_deglane = {
				}
			}
			c_suenik = {
				color={ 166 238 26 }
				color2={ 255 255 255 }
				
				turkish = "Kafan"
				persian = "Kafan"
				armenian = "Syunik"
				
				b_ghapan = {
				}
				b_areni = {
				}
				b_noravank = {
				}
				b_vorotnavank = {
				}
				b_tatev = {
				}
				b_prochabert = {
				}
				b_gandzassar = {
				}
				b_goris = {
				}
			}
			c_shemakha = {
				color={ 168 240 28 }
				color2={ 255 255 255 }
				
				b_ahemakha = {
				}
				b_quba = {
				}
				b_shikhlar = {
				}
				b_khachmaz = {
				}
				b_chiraggala = {
				}
				b_anig = {
				}
				b_maraza = {
				}
				b_khil = {
				}
			}
		}
	}
	
	k_baluchistan = {
		color={ 155 169 114 }
		color2={ 255 255 255 }
		
		capital = 1139 # Makran
		
		culture = afghan
	
		d_baluchistan = {
			color={ 150 170 118 }
			color2={ 255 255 255 }
			
			capital = 1139 # Makran
			
			c_makran = {
				color={ 152 185 96 }
				color2={ 255 255 255 }
				
				b_al_haur = {
				}
				b_kiz = {
				}
				b_ormara = {
				}
				b_kannazbun = {
				}
			}
			c_chagai = {
				color={ 152 185 96 }
				color2={ 255 255 255 }
				
				b_nushki = {
				}
			}
			c_kalat = {
				color={ 152 185 96 }
				color2={ 255 255 255 }
				
				b_kalat = {
				}
				b_talq = {
				}
			}
			c_armail = {
				color={ 152 185 96 }
				color2={ 255 255 255 }
				
				b_armail = {
				}
				b_hingula = {
				}
				b_kambali = {
				}
				b_yusli = {
				}
			}
		}
		d_sistan = {
			color={ 118 148 40 }
			color2={ 255 255 255 }
			
			capital = 637 # Sistan
			
			c_sistan = {
				color={ 102 122 67 }
				color2={ 255 255 255 }

				holy_site = zoroastrian # Lake Hamun / Mount Khwaja
				
				b_haozdar = {
				}
				b_kuh_taftan = {
				}
				b_nok_kundi = {
				}
				b_dozz_aap = {
				}
				b_shahresukhteh = {
				}
				b_esfandak = {
				}
				b_dehak = {
				}
				b_adar = {
				}
			}
			c_zahedan = {
				color={ 142 175 86 }
				color2={ 255 255 255 }
				
				b_zahedan = {
				}
				b_khajeh = {
				}
				b_kuhtaftan = {
				}
				b_hamun = {
				}
				b_jahangir = {
				}
				b_golchah = {
				}
				b_buk = {
				}
				b_kacharud = {
				}
			}
			c_jask = {
				color={ 146 179 90 }
				color2={ 255 255 255 }
				
				b_yeldar = {
				}
				b_band_jask = {
				}
				b_miski = {
				}
				b_hara_gabrik = {
				}
				b_jagin = {
				}
				b_par_kun = {
				}
				b_rabag = {
				}
				b_zaharai = {
				}
			}
			c_tis = {
				color={ 148 181 92 }
				color2={ 255 255 255 }
				
				b_parak = {
				}
				b_kursar = {
				}
				b_tis = {
				}
				b_chabahar = {
				}
				b_pozm_machchan = {
				}
				b_regedan = {
				}
				b_sergen = {
				}
			}
			c_saravan = {
				color={ 152 185 96 }
				color2={ 255 255 255 }
				
				b_saravan = {
				}
				b_pahrah = {
				}
				b_khash = {
				}
				b_jaleq = {
				}
				b_pishin = {
				}
				b_sarbaz = {
				}
				b_rasak = {
				}
				b_sangan = {
				}
			}
		}
	}

	k_afghanistan = {
		color={ 163 121 57 }
		color2={ 220 220 0 }
		
		capital = 1185 # Kabul
		
		culture = afghan
		
		zun_pagan_reformed = 1000 # Crusade target weight
		
		d_kabul = {
			color={ 125 68 23 }
			color2={ 255 255 255 }
			
			capital = 1185 # Kabul
			
			zun_pagan_reformed = 300 # Crusade target weight
			
			c_kabul = {
				color={ 135 90 30 }
				color2={ 255 255 255 }

				holy_site = zun_pagan
				holy_site = zun_pagan_reformed
				
				b_kabul = {
				}
				b_adinapur = {
				}
				b_nagarahara = {
				}
				b_kapisa = {
				}
				b_lampara = {
				}
				b_kunar = {
				}
				b_kharabat = {
				}
			}
			c_bamiyan = {
				color={ 175 140 30 }
				color2={ 255 255 255 }
				
				b_bamiyan = {
				}
				b_shar_i_gholghola = {
				}
				b_istalif = {
				}
				b_zakhak = {
				}
				b_shibar = {
				}
			}
			c_kunduz = {
				color={ 155 110 30 }
				color2={ 255 255 255 }
				
				b_aibak = {
				}
				b_baghlan = {
				}
				b_surkh_kotal = {
				}
				b_kunduz = {
				}
				b_siminjan = {
				}
				b_nahrain = {
				}
				b_mogholan = {
				}
				b_khomri = {
				}
			}
			c_ghazna = {
				color={ 175 110 50 }
				color2={ 255 255 255 }
				
				b_ghazna = {}
				b_gardez = {}
				b_khost = {}
				b_loman = {}
				b_katawaz = {}
				b_sharana = {}
				b_sangar = {}
			}
		}
		
		d_zabulistan = {
			color={ 179 120 64 }
			color2={ 255 255 255 }
			
			capital = 1183 # Bost / Kandahar
			
			zun_pagan_reformed = 300 # Crusade target weight
			
			c_bost = {
				color={ 189 110 60 }
				color2={ 255 255 255 }

				holy_site = zun_pagan
				holy_site = zun_pagan_reformed
				
				b_bost = { # Aka Lashgar Gah
				}
				b_kandahar = {
				}
				b_zamindawar = {
				}
				b_sangin = {
				}
				b_gereshk = {
				}
				b_chaman = {
				}
				b_chora = {
				}
				b_panjwai = {
				}
			}
			
			c_farrah = {
				color={ 173 140 84 }
				color2={ 255 255 255 }
				
				b_farrah = {
				}
				b_bakwa = {
				}
				b_baladuluk = {
				}
				b_anardara = {
				}
				b_khakisafed = {
				}
				b_qalaikah = {
				}
				b_shibkoh = {
				}
				b_juwayn = {
				}
			}
			
			c_zaranj = {
				color={ 204 160 60 }
				color2={ 255 255 255 }
				
				b_zaranj = {
				}
				b_zabol = {
				}
				b_zahak = {
				}
				b_rudbar = {
				}
				b_milak = {
				}
				b_bonjar = {
				}
				b_nimeh = {
				}
			}
			
			c_mandesh = {
				color={ 183 150 94 }
				color2={ 255 255 255 }
				
				b_chaghcharan = {
				}
				b_adraskan = {
				}
				b_baluci = {
				}
				b_saghar = {
				}
				b_kwajaha = {
				}
				b_taywara = {
				}
				b_gozareh = {
				}
			}
		}
	}
	
	k_khiva = {
		color = { 79 138 51 }
		color2={ 255 255 255 }
		
		capital	= 626 # Khiva
		culture = persian
		
		tengri_pagan_reformed = 50
		zoroastrian_group = 700 # Crusade target weight
		
		sogdian = "Sogdiana"
		
		d_khiva = {
			color={ 185 210 142 }
			color2={ 255 255 255 }
			
			capital = 626 # Khiva
			
			c_khiva = {
				color={ 167 245 32 }
				color2={ 255 255 255 }
				
				b_darvaza = {
				}
				b_kath = {
				}
				b_kuskupir = {
				}
				b_tahta = {
				}
				b_kizketken = {
				}
				b_atajab = {
				}
				b_sumanay = {
				}
				b_khiva = {
				}
			}
			
			c_urgench = {
				color={ 147 215 30 }
				color2={ 255 255 255 }
				
				b_urgench = {
				}
				b_nukus = {
				}
				b_kyrkmolla = {
				}
				b_kungrat = {
				}
				b_kizil_agir = {
				}
				b_khodjali = {
				}
				b_ulkun = {
				}
			}
			
			c_dashhowuz = {
				color={ 193 217 150 }
				color2={ 255 255 255 }
				
				b_dashhowuz = {
				}
				b_kunyaurgench = {
				}
				b_tagta = {
				}
				b_akdepe = {
				}
				b_gubadag = {
				}
				b_boldumsaz = {
				}
				b_yylanly = {
				}
				b_gorogly = {
				}
			}
			c_bukhara = {
				color={ 169 247 34 }
				color2={ 255 255 255 }
				
				b_gizhduvan = {
				}
				b_bukhara = {
				}
				b_vabkent = {
				}
				b_karkuh = {
				}
				b_chardjul = {
				}
				b_kogon = {
				}
				b_ayrybaba = {
				}
			}
		}
		d_samarkand = {
			color={ 155 170 132 }
			color2={ 255 255 255 }
			
			capital = 903 # Samarkand
			
			c_samarkand = {
				color={ 157 201 100 }
				color2={ 255 255 255 }
				
				b_afrasiyab = {
				}
				b_samarkand = {
				}
				b_khokand = {
				}
				b_urgut = {
				}
				b_koshrabot = {
				}
				b_ishtikhon = {
				}
				b_ziadin = {
				}
				b_laish = {
				}
			}
			
			c_oshrusana = {
				color={ 112 217 30 }
				color2={ 255 255 255 }
				
				b_banjikat = {
				}
				b_khujand = {
				}
				b_oshrusana = {
				}
				b_isfana = {
				}
				b_kurkat = {
				}
				b_nau = {
				}
				b_bekobod = {
				}
			}
			
			c_khuttal = {
				color={ 175 110 50 }
				color2={ 255 255 255 }
				
				b_munjan = {}
				b_jauz_gun = {}
				b_taloqan = {}
				b_jurm = {}
				b_dushanbe = {}
				b_kulob = {}
				b_vakash = {}
			}
			c_fergana = {
				color={ 90 171 30 }
				color2={ 255 255 255 }
				
				b_fergana = {}
				b_khavakend = {}
				b_namangan = {}
				b_osh = {}
				b_andijan = {}
				b_margilan = {}
				b_rishton = {}
				b_uzkand = {} # Aka Mavarannahr. Today Uzgen.
			}
		}
		
		d_merv = {
			color={ 163 241 28 }
			color2={ 255 255 255 }
			
			capital = 630 # Merv
			
			c_merv = {
				color={ 156 204 73 }
				color2={ 255 255 255 }
				
				b_merv = {
				}
				b_bayramaly = {
				}
				b_tagtabazar = {
				}
				b_yoloten = {
				}
				b_gulanly = {
				}
				b_kushka = {
				}
				b_wekilbazar = {
				}
				b_sakarcage = {
				}
			}
			
			c_maymana = {
				color={ 179 214 53 }
				color2={ 255 255 255 }
				
				b_maymana = {
				}
				b_gurziwan = {
				}
				b_darzab = {
				}
				b_almar = {
				}
				b_bilcheragh = {
				}
			}
			
			c_balkh = {
				color={ 201 225 158 }
				color2={ 255 255 255 }

				holy_site = zoroastrian
				
				b_balkh = {
				}
				b_termez = {
				}
				b_tiliatepe = {
				}
				b_takhtisangin = {
				}
				b_alkhanoum = {
				}
				b_surkhkotal = {
				}
				b_dalverzintepe = {
				}
			}
			c_herat = {
				color={ 205 224 162 }
				color2={ 255 255 255 }
				
				b_herat = {
				}
				b_karukh = {
				}
				b_kushk = {
				}
				b_gulran = {
				}
				b_obe = {
				}
				b_zarghun = {
				}
				b_farsi = {
				}
				b_chishti = {
				}
			}
		}
		
		d_dihistan = {
			color={ 153 201 70 }
			color2={ 255 255 255 }
			
			capital = 631 # Dihistan
			
			c_dihistan = {
				color={ 162 210 79 }
				color2={ 255 255 255 }
				
				b_akhur = {
				}
				b_gasankuli = {
				}
				b_bayatkhadzi = {
				}
				b_kumdag = {
				}
				b_torskhali = {
				}
				b_yasydepe = {
				}
				b_yarymtyk = {
				}
				b_kemir = {
				}
			}
			c_kara-kum = {
				color={ 165 243 30 }
				color2={ 255 255 255 }
				
				b_kyzylsu = {
				}
				b_gazanjyk = {
				}
				b_bekdas = {
				}
				b_cheleken = {
				}
				b_ohk = {
				}
				b_dzhanga = {
				}
				b_awaza = {
				}
				b_yangadzha = {
				}
			}
			c_konjikala = {
				color={ 153 128 53 }
				color2={ 255 255 255 }
				
				b_farava = {
				}
				b_nisa = {
				}
				b_abiward = {
				}
				b_gokdepe = {
				}
				b_konjikala = {
				}
				b_kyzylarvat = {
				}
				b_sarahs = {
				}
				b_ulugdepe = {
				}
			}
			c_usturt = {
				color={ 238 184 38 }
				color2={ 255 255 255 }
			
				b_bailjar = {
				}
				b_barsakelmos = {
				}
				b_bussaga = {
				}
				b_sengirkum = {
				}
				b_sumbe = {
				}
				b_akkuduk = {
				}
				b_aksu = {
				}
				b_karamola = {
				}
			}
		}
	}
	
	k_mesopotamia = {
		color={ 55 128 67 }
		color2={ 255 255 255 }
		
		capital	= 693 # Baghdad
		
		culture = levantine_arabic
		
		muslim = 400 # Crusade target weight
		zoroastrian_group = 500 # Crusade target weight
		zun_pagan_reformed = 300 # Crusade target weight
		jewish_group = 500 # Crusade target weight
		
		d_kermanshah = { # Luristan
			color={ 55 144 95 }
			color2={ 255 255 255 }
			
			capital = 657 # Luristan
			
			c_qazwin = {
				color={ 55 144 90 }
				color2={ 255 255 255 }
				
				b_lambsar = {
				}
				b_qazwin = {
				}
				b_ahmadabad = {
				}
				b_avaj = {
				}
				b_abeyek = {
				}
				b_takestan = {
				}
				b_alvand = {
				}
				b_buinzahra = {
				}
			}
			c_kermanshah = {
				color={ 75 114 90 }
				color2={ 255 255 255 }
				
				b_javanroud = {
				}
				b_kermanshah = {
				}
				b_hulwan = {
				}
				b_paveh = {
				}
				b_mahalkufa = {
				}
				b_kangavar = {
				}
				b_kuzaran = {
				}
				b_ravansar = {
				}
			}
			c_luristan = {
				color={ 75 164 110 }
				color2={ 255 255 255 }
				
				b_dezbar = {
				}
				b_khorramabad = {
				}
				b_borujerd = {
				}
				b_dorood = {
				}
				b_aligoodarz = {
				}
				b_koohdasht = {
				}
				b_poledokhtar = {
				}
				b_alashtar = {
				}
			}
		}
		d_tigris = {
			color={ 113 150 32 }
			color2={ 255 255 255 }
			
			capital = 656 # Tigris
			
			c_al_nadjaf = {
				color={ 105 150 32 }
				color2={ 255 255 255 }

				holy_site = shiite
				
				b_nadjaf = {
				}
				b_kufah = {
				}
				b_taqtaqanah = {
				}
				b_rahbah = {
				}
				b_jasim = {
				}
				b_midhrawi = {
				}
				b_rashid = {
				}
				b_jaarah = {
				}
			}
			c_ilam = {
				color={ 105 150 52 }
				color2={ 255 255 255 }
				
				b_dehloran = {
				}
				b_ilam = {
				}
				b_chahartaghi = {
				}
				b_abdanan = {
				}
				b_hezardar = {
				}
				b_mehran = {
				}
				b_ghalehghiran = {
				}
				b_towhid = {
				}
			}
			c_tigris = {
				color={ 92 174 52 }
				color2={ 255 255 255 }
				
				b_majaralkabir = {
				}
				b_bismaya = {
				}
				b_qalatsjergat = {
				}
				b_nuffar = {
				}
				b_ishan = {
				}
				b_Warka = {
				}
				b_samawah = {
				}
				b_tellelhiba = {
				}
			}
			c_al_amarah = {
				color={ 92 144 82 }
				color2={ 255 255 255 }
				
				b_amarah = {
				}
				b_kutelamara = {
				}
				b_wasit = {
				}
				b_badra = {
				}
				b_suwaira = {
				}
				b_hai = {
				}
				b_azeeziaya = {
				}
				b_zurbatiyah = {
				}
			}
			c_al_nasiryah = {
				color={ 42 144 82 }
				color2={ 255 255 255 }
				
				b_nasiryah = {
				}
				b_dhiqar = {
				}
				b_qalatsukkar = {
				}
				b_mukayyar = {
				}
				b_shahrain = {
				}
				b_telloh = {
				}
				b_muntafiq = {
				}
				b_shatra = {
				}
			}
		}
		d_basra = {
			color={ 6 150 2 }
			color2={ 255 255 255 }
			
			capital = 649 # Basra
			
			c_kufa = {
				color={ 46 150 2 }
				color2={ 255 255 255 }
				
				b_kufa = {
				}
				b_bussayyah = {
				}
				b_suqash = {
				}
				b_hammar = {
				}
				b_chibayish = {
				}
				b_alqurnah = {
				}
				b_shuyukh = {
				}
				b_ragai = {
				}
			}
			c_rummah = {
				color={ 40 170 5 }
				color2={ 255 255 255 }
				
				b_hafaralbatin = {
				}
				b_alqalt = {
				}
				b_samoudah = {
				}
				b_qaisumah = {
				}
				b_altheebiyah = {
				}
				b_arraqai = {
				}
				b_assuayerah = {
				}
				b_assufayri = {
				}
			}
			c_kuwait = {
				color={ 80 170 5 }
				color2={ 255 255 255 }
				
				b_kuwait = {
				}
				b_ikaros = {
				}
				b_alwafra = {
				}
				b_khinan = {
				}
				b_arrawdatayn = {
				}
				b_ashshuaybah = {
				}
				b_anthemusias = {
				}
				b_alfalalheel = {
				}
			}
			c_basra = {
				color={ 80 147 30 }
				color2={ 255 255 255 }
				
				b_basra = {
				}
				b_ummqasr = {
				}
				b_azzubayr = {
				}
				b_arah = {
				}
				b_mohammera = {
				}
				b_sukelsheyuhk = {
				}
				b_kalaatderat = {
				}
				b_qurna = {
				}
			}
		}
		d_baghdad = {
			color={ 6 100 2 }
			color2={ 255 255 255 }
			
			capital = 693 # Baghdad
			
			zun_pagan_reformed = 200 # Crusade target weight
			
			c_karbala = {
				color={ 16 110 12 }
				color2={ 255 255 255 }
				
				b_ainaltamur = {
				}
				b_karbala = {
				}
				b_hindiya = {
				}
				b_ofak = {
				}
				b_hamzah = {
				}
				b_shamiyah = {
				}
				b_qisair = {
				}
				b_ukhaidir = {
				}
			}
			c_baghdad = {
				color={ 16 135 12 }
				color2={ 255 255 255 }

				holy_site = sunni
				holy_site = nestorian
				holy_site = zun_pagan
				holy_site = zun_pagan_reformed
				
				b_baqubah = {
				}
				b_bagdad = {
				}
				b_hillah = {
				}
				b_iskandariya = {
				}
				b_taji = {
				}
				b_babel = {
				}
				b_madain = {
				}
				b_latifiya = {
				}
			}
			c_al_habbariyah = {
				color={ 150 205 113 }
				color2={ 255 255 255 }
				
				b_alhabbariyah = {
				}
				b_shabakah = {
				}
				b_nukhaib = {
				}
				b_qutaysh = {
				}
				b_aljirami = {
				}
				b_adhaman = {
				}
				b_daydab = {
				}
				b_nuayj = {
				}
			}
			c_deir = {
				color={ 150 205 80 }
				color2={ 255 255 255 }
				
				b_anah = {
				}
				b_anbar = {
				}
				b_rutbah = {
				}
				b_rawa = {
				}
				b_hit = {
				}
				b_ramadi = {
				}
				b_kasra = {
				}
				b_nehardea = {
				}
			}
			c_euphrates = {
				color={ 110 190 80 }
				color2={ 255 255 255 }
				
				b_bayji = {
				}
				b_tagrit = {
				}
				b_samarra = {
				}
				b_balad = {
				}
				b_dujail = {
				}
				b_amirli = {
				}
				b_ishaqi = {
				}
				b_faris = {
				}
			}
			c_kirkuk = {
				color={ 90 160 105 }
				color2={ 255 255 255 }
				
				b_kirkuk = {
				}
				b_daquq = {
				}
				b_ranya = {
				}
				b_halabja = {
				}
				b_makhmur = {
				}
				b_dukan = {
				}
				b_chuartan = {
				}
				b_kifri = {
				}
			}
		}
		d_mosul = {
			color={ 11 205 70 }
			color2={ 255 255 255 }
			
			capital = 697 # Mosul
			
			c_mosul = {
				color={ 9 236 89 }
				color2={ 255 255 255 }
				
				holy_site = yazidi
				
				b_mosul = {
				}
				b_bakhdida = {
				}
				b_karamlish = {
				}
				b_shekhan = {
				}
				b_aqrah = {
				}
				b_bartella = {
				}
				b_arbil = {
				}
				b_baqofah = {
				}
			}
			c_kurdistan = {
				color={ 21 180 70 }
				color2={ 255 255 255 }
				
				b_duhok = {
				}
				b_araden = {
				}
				b_bebadi = {
				}
				b_dehi = {
				}
				b_harmashi = {
				}
				b_marqayoma = {
				}
				b_dawodiya = {
				}
				b_sarsink = {
				}
			}
			c_sinjar = {
				color={ 61 160 70 }
				color2={ 255 255 255 }
				
				b_sinjar = {
				}
				b_hatra = {
				}
				b_telassar = {
				}
				b_nineveh = {
				}
				b_talkayf = {
				}
				b_baaj = {
				}
				b_kouyunik = {
				}
				b_nabiyunus = {
				}
			}
			
		}
		d_jazira = {
			color={ 95 180 35 }
			color2={ 255 255 255 }
			
			capital = 700 # Bira
			
			c_bira = {
				color={ 95 186 30 }
				color2={ 255 255 255 }
				
				b_bira = {
				}
				b_tella = {
				}
				b_resaina = {
				}
				b_qalarebete = {
				}
				b_derik = {
				}
				b_qoser = {
				}
				b_samrah = {
				}
				b_stewr = {
				}
			}
			c_al_jazira = {
				color={ 70 160 30 }
				color2={ 255 255 255 }
				
				b_hasakah = {
				}
				b_dayrik = {
				}
				b_qamishhlo = {
				}
				b_darbasiyah = {
				}
				b_teltamer = {
				}
				b_hamoukar = {
				}
				b_amuda = {
				}
				b_dakhiliyah = {
				}
			}
			c_amida = {
				color={ 129 166 48 }
				color2={ 255 255 255 }
				
				b_kiaburc = {
				}
				b_amida = {
				}
				b_ulucamii = {
				}
				b_suraamede = {
				}
				b_mayyafarikin = {
				}
				b_hazretisuleymancamii = {
				}
				b_egil = {
				}
				b_idtodyolataloho = {
				}
			}
			c_nisibin = {
				color={ 133 170 52 }
				color2={ 255 255 255 }
				
				b_nusaybin = {
				}
				b_savur = {
				}
				b_dairodmorhannanyo = {
				}
				b_kerburan = {
				}
				b_cizre = {
				}
				b_sittiradviyyemadrasa = {
				}
				b_dayrodmorgabriel = {
				}
				b_yaqobnsibnaya = {
				}
			}
		}
	}
} # e_persia


e_carpathia = {
	color={ 210 115 35 }
	color2={ 255 255 255 }
	
	capital = 522 # Pest
	
	culture = hungarian
	
	tengri_pagan_reformed = 100
	slavic_pagan_reformed = 50 # Crusade target weight
	
	k_dacia = {
		color={ 220 132 40 }
		color2={ 255 255 255 }
		
		culture = romanian
		
		capital = 515 # Tirgoviste
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture = romanian
				}
			}
		}
		
		d_wallachia = {
			color={ 238 192 69 }
			color2={ 255 255 255 }
			
			capital = 515 # Tirgoviste
		
			c_turnu = {
				color={ 241 195 72 }
				color2={ 255 255 255 }
			
				b_turnu = {
				}
				b_giurgiu = {
				}
				b_bucuresti = {
				}
				b_dristra = {
				}
				b_strehaia = {
				}
				b_oltenita = {
				}
				b_rosiorriidevede = {
				}
				b_corabia = {
				}
			}
			c_tirgoviste = {
				color={ 244 198 75 }
				color2={ 255 255 255 }
			
				b_targoviste = {
				}
				b_curteadearges = {
				}
				b_pitesti = {
				}
				b_campulung = {
				}
				b_calimanesti = {
				}
				b_poenari = {
				}
				b_cotmeana = {
				}
				b_ploiesti = {
				}
			}
			c_severin = {
				color={ 247 201 78 }
				color2={ 255 255 255 }
			
				b_severin = {
				}
				b_ursova = {
				}
				b_craiova = {
				}
				b_ramnic = {
				}
				b_tirgujiu = {
				}
				b_slatina = {
				}
				b_caracal = {
				}
				b_bals = {
				}
			}
			c_galaz = {
				color={ 217 102 253 }
				color2={ 255 255 255 }
				
				b_galaz = {
				}
				b_vicina = {
				}
				b_aegyssus = {
				}
				b_isaccea = {
				}
				b_macin = {
				}
				b_sulina = {
				}
				b_tulcea = {
				}
				b_crisan = {
				}
			}
		}
		d_moldau = {
			color={ 223 202 145 }
			color2={ 255 255 255 }
			
			capital = 545 # Torki
			
			pecheneg = "Pecheneg"
		
			c_peresechen = {
				color={ 225 204 147 }
				color2={ 255 255 255 }
			
				b_iasi = {
				}
				b_varzaresti = {			
				}
				b_orhei = {
				}
				b_chisinau = {
				}
				b_harlau = {
				}
				b_tuzara = {
				}
				b_baltile = {
				}
				b_tutora = {
				}
			}
			c_torki = {
				color={ 227 206 149 }
				color2={ 255 255 255 }
			
				b_torki = {
				}
				b_bogdana = {
				}
				b_suceava = {
				}
				b_cernauti = {
				}
				b_hotin = {
				}
				b_lipcani = {
				}
				b_herta = {
				} 
				b_siret = {
				}
			}
			c_olvia = {
				color={ 229 208 151 }
				color2={ 255 255 255 }
			
				b_olvia = {
				}
				b_ophusia = {
				}
				b_cetateaalba = {
				}
				b_tighina = {
				}
				b_causeni = {
				}
				b_cainari = {
				}
				b_alibei = {
				}
				b_basarabeasca = {
				}
			}
			c_belgorod = {
				color={ 231 210 153 }
				color2={ 255 255 255 }
			
				b_belgorod = {
				}
				b_oblucita = {
				}
				b_chilia = {
				}
				b_palada = {
				}
				b_oancea = {
				}
				b_scheia = {
				}
				b_tigheci = {
				}
				b_falciu = {
				}
			}
			c_birlad = {
				color={ 233 212 155 }
				color2={ 255 255 255 }

				holy_site = slavic_pagan
				holy_site = slavic_pagan_reformed
				
				b_barlad = {
				}
				b_husi = {
				}
				b_vaslui = {
				}
				b_galati = {
				}
				b_tecuci = {
				}
				b_braila = {
				}
				b_buzau = {
				}
				b_ramnicusarat = {
				}
			}
		}
	}

	k_hungary = {
		color={ 250 120 90 }
		color2={ 255 255 255 }
		
		capital	= 444 # Esztergom

		allow = {
			OR = {
				culture_group = magyar
				culture = avar
				AND = {
					FROM = { # FROM = this title
						any_previous_holder = {
							always = yes # The title has existed before
						}
					}
					any_realm_province = {
						culture_group = magyar
					}
				}
			}
		}
		
		culture = hungarian
		
		catholic = 500 # Crusade target weight
		
		d_pecs = {
			color={ 155 25 65 }
			color2={ 255 255 255 }
			
			capital = 452 # Pecs
			
			bohemian=Balaton
			
			c_pecs={
				color={ 182 72 72 }
				color2={ 255 255 255 }

				croatian = Pecuh
				serbian = Pecuj
				german = Fnfkirchen
				bohemian=Balaton
				
				b_pecs = {
				}
				b_kalocsa = {
				}
				b_mohacs = {
				}
				b_sasd = {
				}
				b_pecsvarad = {
				}
				b_siklos = {
				}
				b_szentlorinc = {
				}
				b_darda = {
				}
			}
			c_szekezfehervar = {
				color={ 189 74 74 }
				color2={ 255 255 255 }
				
				german = Stuhlweissenburg
				
				b_szekezfehervar = {
				}
				b_csurgo = {
				}
				b_kaposvar = {
				}
				b_szigetvar = {
				}
				b_barcs = {
				}
				b_marcali = {
				}
				b_nagyatad = {
				}
				b_lengyeltoti = {
				}
			}
			c_vas = {
				color={ 191 76 76 }
				color2={ 255 255 255 }

				german = Eisenburg
				croatian = Zelezna
				
				b_szombathely = {
				}
				b_szentgotthard = {
				}
				b_vasvar = {
				}
				b_sarvar = {
				}
				b_celldomolk = {
				}
				b_kormend = {
				}
				b_koszeg = {
				}
				b_nemetujvar = {
				}
			}
			c_fejer = {
				color={ 193 78 78 }
				color2={ 255 255 255 }
				
				german = Stuhlweiss
				croatian = Bila
				
				b_sarbogard = {
				}
				b_adony = {
				}
				b_mor = {
				}
				b_val = {
				}
				b_szekszard = {
				}
				b_dombovar = {
				}
				b_tamasi = {
				}
				b_bonyhad = {
				}
			}
		}
		d_esztergom = {
			color={ 230 55 55 }
			color2={ 255 255 255 }
			
			capital = 444 # Esztergom

			german = Gran
			bohemian = Ostrihom
			croatian = Ostrogon
			
			c_sopron = {
				color={ 211 63 63 }
				color2={ 255 255 255 }
				
				german = denburg
				
				b_sopron = {
				}
				b_gyor = {
				}
				b_csorna = {
				}
				b_borsmonostor = {
				}
				b_csepreg = {
				}
				b_kapuvar = {
				}
				b_kismarton = {
				}
				b_nagymarton = {
				}
			}
			c_esztergom = {
				color={ 214 66 66 }
				color2={ 255 255 255 }
				
				german = Gran
				bohemian = Ostrihom
				croatian = Ostrogon
				
				b_esztergom = {
				}
				b_komarom = {
				}
				b_kakath = {
				}
				b_tatabanya = {
				}
				b_nagyigmand = {
				}
				b_nemesocsa = {
				}
				b_ogylla = {
				}
			}
			c_pressburg = {
				color={ 217 69 69 }
				color2={ 255 255 255 }

				
				hungarian = Pozsony
				bohemian = Presporok
	
				
				b_pressburg = {
				}
				b_nagyszombat = {
				}
				b_bazin = {
				}
				b_modor = {
				}
				b_szentgyorgy = {
				}
				b_dunaszerdahely = {
				}
				b_galanta = {
				}
				b_somorja = {
				}
			}
		}
		d_nyitra = {
			color={ 190 21 21 }
			color2={ 255 255 255 }
			
			capital = 443 # Nitra

			german = Neutra
			bohemian = Nitra
			
			c_nitra = {
				color={ 194 25 25 }
				color2={ 255 255 255 }

				german = Neutra
				bohemian = Nitra
				
				b_nyitra = {
				}
				b_nagytapolcsany = {
				}
				b_stbenedek = {
				}
				b_nagysurany = {
				}
				b_galgoc = {
				}
				b_zabokreky = {
				}
				b_postyen = {
				}
				b_preuigan = {
				}
			}
			c_trencin = {
				color={ 198 29 29 }
				color2={ 255 255 255 }
				
				b_trencsen = {
				}
				b_zilina = {
				}
				b_turoc = {
				}
				b_ban = {
				}
				b_illava = {
				}
				b_povazskabystrica = {
				}
				b_congsberg = {
				}
				b_puho = {
				}
			}
			c_gemer = {
				color={ 202 33 33 }
				color2={ 255 255 255 }
				
				hungarian = Gmr
				
				b_gomor = {
				}
				b_losonc = {
				}
				b_dobsina = {
				}
				b_rozsnyo = {
				}
				b_balassagyarmat = {
				}
				b_jolsva = {
				}
				b_nagyroce = {
				}
				b_nyustya = {
				}
			}
			c_orava = {
				color={ 205 36 36 }
				color2={ 255 255 255 }

				german = Arwa
				hungarian = rva
				
				b_arvavara = {
				}
				b_nameszto = {
				}
				b_liptovskymikulas = {
				}
				b_zolyom = {
				}
				b_trsztena = {
				}
				b_turdossin = {
				}
				b_nemetlipcse = {
				}
				b_rozsahegy = {
				}
			}
		}
		d_ungvar = {
			color={ 156 15 15 }
			color2={ 255 255 255 }
			
			capital = 538 # Abauj
			
			croatian = Chrobatia
			bohemian = Uzhorod	
			
			c_saris = { # "Spis" in-game
				color={ 158 17 17 }
				color2={ 255 255 255 }
				
				german = Scharosch
				
				b_saris = {
				}
				b_bartfa = {
				}
				b_kisszeben = {
				}
				b_eperjes = {
				}
				b_scyuidnyk = {
				}
				b_giralth = {
				}
				b_hethars = {
				}
				b_lemesany = {
				}
			}
			c_bereg = {
				color={ 160 19 19 }
				color2={ 255 255 255 }

				german = Berg
				
				b_beregszasz = {
				}
				b_perecseny = {
				}
				b_munkacs = {
				}
				b_ungvar = {
				}
				b_ilosva = {
				}
				b_szolyva = {
				}
				b_szobranc = {
				}
				b_kapos = {
				}
			}
			c_abauj = {
				color={ 162 21 21 }
				color2={ 255 255 255 }

				german = Neuburg
				bohemian = Abov
				
				b_abauj = {
				}
				b_satoraljaujhely = {
				}
				b_kassa = {
				}
				b_szikszo = {
				}
				b_turna = {
				}
				b_szepsi = {
				}
				b_sarospatak = {
				}
				b_tokaj = {
				}
			}
			c_marmaros = {
				color={ 164 23 23 }
				color2={ 255 255 255 }
				
				german = Maramuresch
				
				b_maramarossziget = {
				}
				b_nagybanya = {
				}
				b_nagykaroly = {
				}
				b_huszt = {
				}
				b_aknasugatag = {
				}
				b_tecso = {
				}
				b_raho = {
				}
				b_felsoviso = {
				}
			}
		}
		d_pest = {
			color={ 150 51 51 }
			color2={ 255 255 255 }
			
			capital = 522 # Pest
			
			c_heves = {
				color={ 173 64 64 }
				color2={ 255 255 255 }
				
				b_heves = {
				}
				b_eger = {
				}
				b_gyongyos = {
				}
				b_miskolc = {
				}
				b_petervasara = {
				}
				b_hatvan = {
				}
				b_tiszafured = {
				}
				b_mezokovesd = {
				}
			}
			c_pest = {
				color={ 176 67 67 }
				color2={ 255 255 255 }
				
				b_pest = {
				}
				b_vac = {
				}
				b_kecskemet = {
				}
				b_kiskunhalas = {
				}
				b_szentendre = {
				}
				b_cegled = {
				}
				b_abrahamtelke = {
				}
				b_kiskoros = {
				}
			}
			c_csanad = {
				color={ 179 70 70 }
				color2={ 255 255 255 }
				
				b_csanad = {
				}
				b_szeged = {
				}
				b_mako = {
				}
				b_battonya = {
				}
				b_csongrad = {
				}
				b_mindszent = {
				}
				b_szentes = {
				}
				b_hodmezovasarhely = {
				}
			}
		}
		d_transylvania = {
			color={ 255 150 150 }
			color2={ 255 255 255 }
			
			capital = 519 # Feher
			
			c_szekelyfold = {
				color={ 237 54 54 }
				color2={ 255 255 255 }

				german = Szeklerland
				
				b_csik = {
				}
				b_aranyos = {
				}
				b_haromszek = {
				}
				b_maros = {
				}
				b_kezdi = {
				}
				b_szekelyudvarhely = {
				}
				b_sepsiszentgyorgy = {
				}
				b_marosvasarhely = {
				}
			}
			c_bihar = {
				color={ 241 58 58 }
				color2={ 255 255 255 }
				
				romanian = Bihor
				
				b_bihar = {
				}
				b_nagyvarad = {
				}
				b_debrecen = {
				}
				b_biharkeresztes = {
				}
				b_nagybajom = {
				}
				b_szalard = {
				}
				b_zolonta = {
				}
				b_elesd = {
				}
			}
			c_feher = {
				color={ 245 62 62 }
				color2={ 255 255 255 }

				#romanian = Alba de Jos
				german = Unterweissenburg
				
				b_feher = {
				}
				b_arad = {
				}
				b_gyulafehervar = {
					romanian = "Balgrad"
				}
				b_elek = {
				}
				b_abrudbanya = {
				}
				b_nagyenyed = {
				}
				b_vizakna = {
				}
				b_tovis = {
				}
			}
		}
		d_temes = {
			color={ 147 121 58 }
			color2={ 255 255 255 }
			
			capital = 517 # Temes

			romanian = Timis
			serbian = Tamis
			
			c_temes = {
				color={ 153 127 64 }
				color2={ 255 255 255 }

				romanian = Timis
				serbian = Tamis
				
				b_temesvar = {
				}
				b_lugos = {
				}
				b_csak = {
				}
				b_buzias = {
				}
				b_versecz = {
				}
				b_detta = {
				}
				b_kevevara = {
				}
				b_karansebes = {
				}
			}
			c_bacs = {
				color={ 156 130 67 }
				color2={ 255 255 255 }
				
				b_bacs = {
				}
				b_apatin = {
				}
				b_szintarev = {
				}
				b_baja = {
				}
				b_zombor = {
				}
				b_bacsalmas = {
				}
				b_pancsova = {
				}
				b_pardany = {
				}
			}
		}
	}
}
	
e_france = {
	color={ 11 22 170 }
	color2={ 255 255 20 }
	
	capital = 112 # Ile de France
	
	culture = frankish
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture = frankish
				culture = norman
				culture = occitan
			}
		}
		any_demesne_title = {
			tier = king
			NOT = { title = k_france }
			NOT = { title = k_aquitaine }
			NOT = { title = k_brittany }
			NOT = { title = k_burgundy }
		}
	}

	k_france = {
		color={ 15 27 187 }
		color2={ 255 255 20 }
		capital = 112 # Ile de France
		dignity = 30 # Counted as having this many more counties than it does
		
		culture = frankish
		
		catholic = 5000 # Crusade target weight
		norse_pagan_reformed = 100 # Crusade target weight
		
		d_berry = {
			color={ 24 52 226 }
			color2={ 255 255 255 }
			
			capital = 140 # Tours
			
			c_tourraine = {
				color={ 27 55 229 }
				color2={ 255 255 255 }
				
				b_chinon = {
				}
				b_tours = {
				}
				b_beaulieu = {
				}
				b_amboise = {
				}
				b_loches = {
				}
				b_langeais = {
				}
				b_fierbois = {
				}
				b_montbazon = {
				}
			}
			c_bourges = {
				color={ 30 58 232 }
				color2={ 255 255 255 }
				
				b_chateauroux = {
				}
				b_deols = {
				}
				b_bourges = {
				}
				b_issoudun = {
				}
				b_stsatur = {
				}
				b_sancerre = {
				}
				b_mehun = {
				}
				b_vierzon = {
				}
			}
		}
		d_anjou = {
			color={ 43 24 226 }
			color2={ 255 255 255 }
			
			capital = 107 # Anjou
			
			c_anjou = {
				color={ 45 26 228 }
				color2={ 255 255 255 }
				
				b_vihiers = {
				}
				b_angers = {
				}
				b_fontevraud = {
				}
				b_saumur = {
				}
				b_montsoreau = {
				}
				b_cholet = {
				}
				b_treves = {
				}
				b_chateaugontier = {
				}
			}
			c_maine = {
				color={ 49 30 232 }
				color2={ 255 255 255 }
				
				b_le_mans = {
				}
				b_beaumont = {
				}
				b_evron = {
				}
				b_mayenne = {
				}
				b_laval = {
				}
				b_sable = {
				}
				b_craon = {
				}
				b_montenay = {
				}
			}
		}
		d_normandy = {
			color={ 71 24 226 }
			color2={ 255 255 255 }
			
			capital = 97 # Rouen
			
			culture = norman
			
			c_evreux = {
				color={ 74 27 229 }
				color2={ 255 255 255 }
				
				b_evreux = {
				}
				b_falaise = {
				}
				b_lisieux = {
				}
				b_alencon = {
				}
				b_argentan = {
				}
				b_sees = {
				}
				b_verneuil = {
				}
				b_honfleur = {
				}
			}
			c_avranches = {
				color={ 77 30 232 }
				color2={ 255 255 255 }
				
				b_caen = {
				}
				b_coutances = {
				}
				b_bayeux = {
				}
				b_avranches = {
				}
				b_mortain = {
				}
				b_domfront = {
				}
				b_barfleur = {
				}
				b_cherbourg = {
				}
			}
			c_vexin = {
				color={ 80 33 235 }
				color2={ 255 255 255 }
				
				b_larocheguyon = {
				}
				b_mantes = {
				}
				b_pontoise = {
				}
				b_harcourt = {
				}
				b_gisors = {
				}
				b_andely = {
				}
				b_ivry = {
				}
				b_abbayedemortemer = {
				}
			}
			c_arques = { # actually Rouen
				color={ 83 36 238 }
				color2={ 255 255 255 }
				
				b_fecamp = {
				}
				b_rouen = {
				}
				b_lillebonne = {
				}
				b_harfleur = {
				}
				b_arques = {
				}
				b_dieppe = {
				}
				b_jumieges = {
				}
				b_longueville = {
				}
			}
			c_eu = {
				color={ 86 39 241 }
				color2={ 255 255 255 }
				
				b_eu = {
				}
				b_mortemer = {
				}
				b_gournay = {
				}
				b_aumale = {
				}
				b_forges = {
				}
				b_drincourt = {
				}
				b_neufchatel-en-bray = {
				}
				b_serqueux = {
				}
			}
		}
		d_orleans = {
			color={ 126 124 226 }
			color2={ 255 255 255 }
			
			capital = 138 # Orleans
			
			c_orleans = {
				color={ 94 32 234 }
				color2={ 255 255 255 }
				
				b_gien = {
				}
				b_orleans = {
				}
				b_fleury = {
				}
				b_lepuiset = {
				}
				b_sully = {
				}
				b_meung = {
				}
				b_janville = {
				}
				b_jargeau = {
				}
			}
			c_blois = {
				color={ 90 28 230 }
				color2={ 255 255 255 }
				
				b_beaugency = {
				}
				b_blois = {
				}
				b_staignan = {
				}
				b_chaumontsurloire = {
				}
				b_montrichard = {
				}
				b_fougeressurbievre = {
				}
				b_romorantin = {
				}
				b_stgeorgesdubois = {
				}
			}
			c_vendome = {
				color={ 47 28 230 }
				color2={ 255 255 255 }
				
				b_lavardin = {
				}
				b_vendome = {
				}
				b_cloyes = {
				}
				b_freteval = {
				}
				b_chateaurenault = {
				}
				b_montoire = {
				}
				b_montmirail = {
				}
				b_stavit = {
				}
			}
			c_chartres = {
				color={ 98 36 238 }
				color2={ 255 255 255 }
				
				b_chateaudun = {
				}
				b_chartres = {
				}
				b_dreux = {
				}
				b_nogent = {
				}
				b_gallardon = {
				}
				b_epernon = {
				}
				b_bonneval = {
				}
				b_tiron = {
				}
			}
		}
		d_champagne = {
			color={ 95 24 226 }
			color2={ 255 255 255 }
			
			capital = 114 # Reims
			
			c_troyes = {
				color={ 99 28 230 }
				color2={ 255 255 255 }
				
				b_brienne = {
				}
				b_troyes = {
				}
				b_langres = {
				}
				b_chaumont = {
				}
				b_clairvaux = {
				}
				b_rosnay = {
				} 
				b_chacenay = {
				}
			}
			c_reims = {
				color={ 101 30 232 }
				color2={ 255 255 255 }
				
				b_reims = {
				}
				b_chateauthierry = {
				}
				b_provins = {
				}
				b_chalons = {
				}
				b_chatillon = {
				}
				b_vertus = {
				}
				b_epernay = {
				}
				b_roucy = {
				}
			}
			c_sens = {
				color={ 102 40 242 }
				color2={ 255 255 255 }
				
				b_montargis = {
				}
				b_sens = {
				}
				b_nemours = {
				}
				b_chateaulandon = {
				}
				b_nogentsurseine = {
				}
				b_joigny = {
				}
				b_montereau = {
				}
				b_villeneuveleroi = {
				}
			}
		}
		d_valois = {
			color={ 35 141 208 }
			color2={ 255 255 255 }
			capital = 112 # Ile de France
			
			c_ile_de_france = {
				color={ 38 144 211 }
				color2={ 255 255 255 }

				holy_site = aztec
				holy_site = aztec_reformed
				
				b_paris = {
					used_for_dynasty_names = no
				}
				b_melun = {
				}
				b_stdenis = {
				}
				b_meaux = {
				}
				b_etampes = {
				}
				b_montfortlamaury = {
				}
				b_senlis = {
				}
				b_compiegne = {
				}
			}
			c_vermandois = {
				color={ 41 147 214 }
				color2={ 255 255 255 }
				
				b_coucy = {
				}
				b_stquentin = {
				}
				b_laon = {
				}
				b_crepy = {
				}
				b_montaigu = {
				}
				b_rethel = {
				}
				b_guise = {
				}
				b_signy = {
				}
			}
			c_amiens = {
				color={ 44 151 217 }
				color2={ 255 255 255 }
				
				b_peronne = {
				}
				b_amiens = {
				}
				b_beauvais = {
				}
				b_soissons = {
				}
				b_corbie = {
				}
				b_noyon = {
				}
				b_montdidier = {
				}
				b_breteuil = {
				}
			}
		}
		d_burgundy = {
			# French, or Lower Burgundy
			color={ 153 67 108 }
			color2={ 255 255 255 }
			capital = 136 # Dijon
			
			c_chalons = {
				color={ 161 22 60 }
				color2={ 255 255 255 }
				
				b_brancion = {
				}
				b_chalon = {
				}
				b_tournus = {
				}
				b_louhans = {
				}
				b_chamilly = {
				}
				b_seurre = {
				}
				b_stjeandelosne = {
				}
				b_cuisery = {
				}
			}
			
			c_auxerre = {
				color={ 97 26 228 }
				color2={ 255 255 255 }
				
				b_auxerre = {
				}
				b_druyes = {
				}
				b_tonnerre = {
				}
				b_pontigny = {
				}
				b_cravant = {
				}
				b_crisenon = {
				}
				b_stsauveurenpuisaye = {
				}
				b_mailly = {
				}
			}
			c_macon = {
				color={ 27 165 229 }
				color2={ 255 255 255 }
				
				b_fuisse = {
				}
				b_macon = {
				}
				b_cluny = {
					coat_of_arms=
					{
						data=
						{
						0 4 12 45 2 2 2 0 0 19 2 1 3 0 0 19 2 1 3 0 0 19 2 1 3
						}
						religion="catholic"
					}
				}
				b_davaye = {
				}
				b_beaujeu = {
				}
				b_lugny = {
				}
				b_berze = {
				}
				b_villefranchesursaone = {
				}
			}
			c_dijon = {
				color={ 30 168 232 }
				color2={ 255 255 255 }
				
				b_semur = {
				}
				b_dijon = {
				}
				b_autun = {
				}
				b_vezelay = {
				}
				b_avallon = {
				}
				b_citeaux = {
				}
				b_beaune = {
				}
				b_noyers = {
				}
			}
			c_nevers = {
				color={ 33 171 235 }
				color2={ 255 255 255 }
				
				b_courtenay = {
				}
				b_nevers = {
				}
				b_lacharite = {
				}
				b_donzy = {
				}
				b_chateauchinon = {
				}
				b_vandenesse = {
				}
				b_clamecy = {
				}
				b_cosne = {
				}
			}
			c_charolais = {
				color={ 36 174 238 }
				color2={ 255 255 255 }
				
				b_montstvincent = {
				}
				b_charolles = {
				}
				b_paray = {
				}
				b_semurenbrionnais = {
				}
				b_toulonsurarroux = {
				}
				b_perrecy = {
				}
				b_digoine = {
				}
				b_joncy = {
				}
			}
		}
	}
	
	k_aquitaine = {
		color={ 150 80 170 }
		color2={ 255 255 20 }
		capital = 149 # Bordaeux
		
		culture = occitan
		
		catholic = 5000 # Crusade target weight
		
		d_aquitaine = {
			color={ 54 10 243 }
			color2={ 255 255 255 }
			dignity = 10 # Counted as having 10 more counties than it does
			capital = 149 # Bordaeux
			
			culture = occitan
			
			c_bordeaux = {
				color={ 58 14 247 }
				color2={ 255 255 255 }
				
				b_castillon = {
				}
				b_bordeaux = {
				}
				b_stemilion = {
				}
				b_blaye = {
				}
				b_bourg = {
				}
				b_lasauve = {
				}
				b_lareole = {
				}
				b_libourne = {
				}
			}
			c_agen = {
				color={ 62 18 251 }
				color2={ 255 255 255 }
				
				b_agen = {
				}
				b_penne = {
				}
				b_cahors = {
				}
				b_luzech = {
				}
				b_moissac = {
				}
				b_figeac = {
				}
				b_rocamadour = {
				}
				b_blanquefort = {
				}
			}
			c_perigord = {
				color={ 66 22 255 }
				color2={ 255 255 255 }
				
				b_baneuil = {
				}
				b_perigueux = {
				}
				b_sarlat = {
				}
				b_biron = {
				}
				b_auberoche = {
				}
				b_bergerac = {
				}
				b_chancelade = {
				}
				b_bonaguil = {
				}
			}
			c_angouleme = {
				color={ 70 26 255 }
				color2={ 255 255 255 }
				
				b_jarnac = {
				}
				b_angouleme = {
				}
				b_bassac = {
				}
				b_larochefoucauld = {
				}
				b_cognac = {
				}
				b_richemont = {
				}
				b_fontdouce = {
				}
				b_latranchade = {
				}
			}
		}
		d_toulouse = {
			color={ 10 16 243 }
			color2={ 255 255 255 }
			
			capital = 214 # Toulouse
			
			culture = occitan
			
			c_montpellier = {
				color={ 10 16 243 }
				color2={ 255 255 255 }
				
				b_beaucaire = {
				}
				b_montpellier = {
				}
				b_maguelone = {
				}
				b_nimes = {
				}
				b_aiguesmortes = {
				}
				b_bagnolssurceze = {
				}
				b_saintguilhemledesert = {
				}
				b_melgueil = {
				}
			}
			c_narbonne = {
				color={ 14 20 247 }
				color2={ 255 255 255 }
				
				b_albi = {
				} 
				b_narbonne = {
				} 
				b_agde = {
				} 
				b_beziers = {
				} 
				b_puisserguier = {
				} 
				b_stponsdethomieres = {
				} 
				b_castres = {
				} 
				b_queribus = {
				} 
			}
			c_carcassonne = {
				color={ 16 22 249 }
				color2={ 255 255 255 }
				
				b_saissac = {
				} 
				b_carcassonne = {
				} 
				b_alet = {
				} 
				b_termes = {
				} 
				b_lagrasse = {
				} 
				b_lastours = {
				} 
				b_cabaret = {
				} 
				b_minerve = {
				}
			}
			c_toulouse = {
				color={ 18 24 251 }
				color2={ 255 255 255 }
				
				b_castelnaudary = {
				} 
				b_toulouse = {
				} 
				b_lavaur = {
				} 
				b_montauban = {
				} 
				b_lombez = {
				} 
				b_hautpoul = {
				} 
				b_montgiscard = {
				} 
				b_muret = {
				} 
			}
			c_rouergue = {
				color={ 20 28 253 }
				color2={ 255 255 255 }
				
				b_rodez = {
				} 
				b_millau = {
				} 
				b_vabres = {
				} 
				b_najac = {
				} 
				b_villefranche = {
				} 
				b_caylus = {
				} 
				b_staffrique = {
				} 
				b_estaing = {
				} 
			}
			c_foix = {
				color={ 24 13 246 }
				color2={ 255 255 255 }
				
				b_foix = {
				} 
				b_pamiers = {
				} 
				b_mirepoix = {
				} 
				b_montsegur = {
				} 
				b_stbertrand = {
				}  
				b_roquefeuil = {
				} 
				b_stgaudens = {
				}  
				b_usson = {
				} 
			}
		}
		d_gascogne = {
			color={ 81 30 243 }
			color2={ 255 255 255 }
			
			capital = 209 # Armagnac
			
			culture = occitan
			
			c_bearn = {
				color={ 27 16 249 }
				color2={ 255 255 255 }
				
				b_pau = {
				}
				b_morlaas = {
				} 
				b_lescar = {
				}
				b_tarbes = {
				}
				b_mauleonlicharre = {
				}
				b_orthez = {
				}
				b_oloron = {
				}
				b_montaner = {
				}
			}
			c_armagnac = {
				color={ 30 19 252 }
				color2={ 255 255 255 }
				
				b_castelnau = {
				}
				b_auch = {
				}
				b_condom = {
				}
				b_lectoure = {
				}
				b_lisle = {
				}
				b_eauze = {
				}
				b_mirande = {
				}
				b_laplume = {
				}
			}
			c_labourd = {
				color={ 33 22 255 }
				color2={ 255 255 255 }
				
				b_sauveterre = {
				}
				b_bayonne = {
				}
				b_stsever = {
				}
				b_dax = {
				}
				b_aire = {
				}
				b_labastideclairence = {
				}
				b_sorde = {
				}
				b_hasparren = {
				}
			}
			c_albret = {
				color={ 36 25 255 }
				color2={ 255 255 255 }
				
				b_labrit = {
				}
				b_tartas = {
				}
				b_bazas = {
				}
				b_roquefort = {
				}
				b_montdemarsan = {
				}
				b_gabarret = {
				}
				b_mimizan = {
				}
				b_latestedebuch = {
				}
			}
		}
		d_poitou = {
			color={ 24 95 226 }
			color2={ 255 255 255 }
			
			capital = 141 # Poitiers
			
			culture = occitan
			
			c_lusignan = {
				color={ 28 97 228 }
				color2={ 255 255 255 }
				
				b_lusignan = {
				}
				b_charroux = {
				}
				b_niort = {
				}
				b_melle = {
				}
				b_civray = {
				}
				b_maillezais = {
				}
				b_confolens = {
				}
				b_stmaixent = {
				}
			}
			c_saintonge = {
				color={ 30 99 230 }
				color2={ 255 255 255 }
				
				b_montguyon = {
				}
				b_saintes = {
				}
				b_stjeandangely = {
				}
				b_villeneuve = {
				}
				b_tonnay = {
				}
				b_aulnay = {
				}
				b_royan = {
				}
				b_taillebourg = {
				}
			}
			c_poitiers = {
				color={ 32 101 232 }
				color2={ 255 255 255 }
				
				b_chauvigny = {
				}
				b_poitiers = {
				}
				b_stsavin = {
				}
				b_moncontour = {
				}
				b_mirebeau = {
				}
				b_parthenay = {
				}
				b_loudun = {
				}
				b_chatellerault = {
				}
			}
			c_thouars = {
				color={ 34 103 234 }
				color2={ 255 255 255 }
				
				b_thouars = {
				}
				b_larochelle = {
				}
				b_lucon = {
				}
				b_chatelaillon = {
				}
				b_bressuire = {
				}
				b_olonne = {
				}
				b_mauleon = {
				}
				b_fontenay = {
				}
			}
		}
		d_auvergne = {
			color={ 24 171 226 }
			color2={ 255 255 255 }
			
			capital = 217 # Auvergne
			
			culture = occitan
			
			c_auvergne = {
				color={ 26 173 228 }
				color2={ 255 255 255 }
				
				b_tournoel = {
				}
				b_clermont = {
				}
				b_mozac = {
				}
				b_murol = {
				}
				b_aurillac = {
				}
				b_carlat = {
				}
				b_brioude = {
				}
				b_domeyrat = {
				}
			}
			c_gevaudan = {
				color={ 28 175 230 }
				color2={ 255 255 255 }
				
				b_grezes = {
				}
				b_mende = {
				}
				b_lepuy = {
				}
				b_apchier = {
				}
				b_marvejols = {
				}
				b_florac = {
				}
				b_stsauveur = {
				}
				b_tournel = {
				}
			}
		}
		d_bourbon = {
			color={ 74 133 186 }
			color2={ 255 255 255 }
			
			capital = 146 # Bourbon
			
			c_bourbon = {
				color={ 28 147 230 }
				color2={ 255 255 255 }
				
				b_bourbon = {
				}
				b_moulins = {
				}
				b_lancy = {
				}
				b_montlucon = {
				}
				b_vichy = {
				}
				b_murat = {
				}
				b_souvigny = {
				}
				b_montpensier = {
				}
			}
			c_limousin = {
				color={ 32 151 234 }
				color2={ 255 255 255 }
				
				b_turenne = {
				}
				b_limoges = {
				}
				b_comborn = {
				}
				b_rochechouart = {
				}
				b_thiviers = {
				}
				b_stleonard = {
				}
				b_ventadour = {
				}
				b_chalus = {
				}
			}
			c_la_marche = {
				color={ 36 155 240 }
				color2={ 255 255 255 }
				
				b_crozant = {
				}
				b_bellac = {
				}
				b_gueret = {
				}
				b_aubusson = {
				}
				b_boussac = {
				}
				b_lasouterraine = {
				}
				b_bourganeuf = {
				}
				b_jouillat = {
				}
			}
		}
	}
	
	k_brittany = {
		color={ 165 49 16 }
		color2={ 255 255 255 }
		
		capital = 105 # Vannes
		
		culture = breton
		
		catholic = 300 # Crusade target weight
		
		norse = Bertangaland
		welsh = Arymr
		irish = Bhriotin
		frankish = Bretagne
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = celtic
				}
			}
		}
		
		d_brittany = {
			color={ 170 54 26 }
			color2={ 255 255 255 }
			
			capital = 105 # Vannes
			
			culture = breton
			
			norse = Bertangaland
			breton = Breizh
			welsh = Llydaw
			irish = Briotine
			frankish = Bretagne
			
			c_nantes = {
				color={ 170 50 23 }
				color2={ 255 255 255 }
				
				breton = Naoned
				
				b_nantes = {
					breton = Naoned
				}
				b_chateaubriant = {
					breton = Kastell-Briant
				}
				b_redon = {
					breton = Ridined
				}
				b_guerande = {
					breton = Gwennrann
				}
				b_clisson = {
					breton = Klison
				}
				b_donges = {
					breton = Dined
				}
				b_la_roche-bernard = {
					breton = "Ar Roc'h-Bernez"
				}
				b_st_nazaire = {
					breton = "Sant-Nazer"
				}
			}
			c_vannes = {
				color={ 140 30 13 }
				color2={ 255 255 255 }

				breton = Brorec
				welsh = Guened
				
				b_vannes = {
					breton = "Gwened"
					welsh = "Guened"
				}
				b_josselin = {
					breton = "Josilin"
				}
				b_st_gildas = {
					breton = "Lokentaz"
				}
				b_locmine = {
					breton = "Logunec'h"
				}
				b_hennebont = {
					breton = "Henbont"
				}
				b_pontivy = {
					breton = "Pondi"
				}
				b_auray = {
					breton = "An Alre"
				}
				b_ploermel = {
					breton = "Ploermael"
				}
			}
			c_cornouaille = {
				color={ 126 27 9 }
				color2={ 255 255 255 }
				
				breton = "Kernev"
				
				b_quimper = {
					breton = "Kemper"
				}
				b_carhaix = {
					breton = "Karaez"
				}
				b_quimperle = {
					breton = "Kemperle"
				}
				b_landevennec = {
					breton = "Landevenneg"
				}
				b_corlay = {
					breton = "Korle"
				}
				b_huelgoat = {
					breton = "An Uhelgoad"
				}
				b_langonnet = {
					breton = "Langoned"
				}
				b_lezergue = {
					breton = "An Erge Vras"
				}
			}
			c_french_leon = {
				color={ 166 67 14 }
				color2={ 255 255 255 }
				
				b_brest = {
				}
				b_guingamp = {
					breton = "Gwengamp"
				}
				b_st_pol_de_leon = {
					breton = "Kastell-Paol"
				}
				b_treguier = {
					breton = "Landreger"
				}
				b_morlaix = {
					breton = "Montroulez"
				}
				b_roscoff = {
					breton = "Rosko"
				}
				b_plougonven = {
				}
				b_plourivo = {
					breton = "Plourivo"
				}
			}
			c_penthievre = {
				color={ 176 79 24 }
				color2={ 255 255 255 }
				
				breton = "Domnonia"
				
				b_verdelet = {
					breton = "Sentiles"
				}
				b_st_brieuc = {
					breton = "Sant-Brieg"
				}
				b_monkontour = {
				}
				b_peran = {
					breton = "Sant-Pran"
				}
				b_loudeac = {
				}
				b_paimpol = {
				}
				b_chatelaudren = {
					breton = "Kastellaodren"
				}
				b_quintin = {
					breton = "Kintin"
				}
			}
			c_rennes = {
				color={ 106 42 8 }
				color2={ 255 255 255 }
				
				breton = "Roazhon"
				
				b_rennes = {
					breton = "Roazhon"
				}
				b_fougeres = {
					breton = "Felger"
				}
				b_st_michel = {
					breton = "Sant-Mikael"
				}
				b_st_malo = {
					breton = "Sant-Malo"
				}
				b_dol = {
				}
				b_dinan = {
				}
				b_st_meen = {
					breton = "Sant-Men"
				}
				b_porhoet = {
				}
			}
		}
	}
	
	k_burgundy = {
		color={ 134 0 37 }
		color2={ 220 220 0 }
		
		capital	= 221 # Provence
		
		culture = occitan
		
		catholic = 5000 # Crusade target weight
		
		d_provence = {
			color={ 145 37 67 }
			color2={ 255 255 255 }
			
			capital = 221 # Provence
			
			c_provence = {
				color={ 149 40 70 }
				color2={ 255 255 255 }
				
				b_arles = {
				}
				b_aix = {
				}
				b_marseille = {
				}
				b_grimaud = {
				}
				b_frejus = {
				}
				b_grasse = {
				}
				b_castellane = {
				}
				b_tarascon = {
				}
			}
			c_forcalquier = {
				color={ 151 42 72 }
				color2={ 255 255 255 }
				
				b_forcalquier = {
				}
				b_nyons = {
				}
				b_embrun = {
				}
				b_sisteron = {
				}
				b_briancon = {
				}
				b_vaison = {
				}
				b_gap = {
				}
				b_apt = {
				}
			}
			c_venaissin = {
				color={ 153 44 74 }
				color2={ 255 255 255 }
				
				b_orange = {
				}
				b_avignon = {
				}
				b_cavaillon = {
				}
				b_venasque = {
				}
				b_carpentras = {
				}
				b_chateauneufdupape = {
				}
				b_stpaul = {
				}
				b_mondragon = {
				}
			}
			c_nice = {
				color={ 147 39 69 }
				color2={ 255 255 255 }
				
				b_nizza = {
				}
				b_monaco = {
				}
				b_mentone = {
				}
				b_antibes = {
				}
				b_sanremo = {
				}
				b_campogrosso = {
				}
				b_lantosque = {
				}
				b_contes = {
				}
			}
		}
		d_savoie = {
			color={ 101 8 34 }
			color2={ 255 255 255 }
			
			capital = 237 # Savoie
			
			c_savoie = {
				color={ 107 15 41 }
				color2={ 255 255 255 }
				
				b_savosusa = {
				}
				b_tarentaise = {
				}
				b_ciamberi = {
				}
				b_aosta = {
				}
				b_pombia = {
				}
				b_montjovet = {
				}
				b_vercelli = {
				}
				b_bussoleno = {
				}
			}
			c_valais = {
				color={ 110 18 44 }
				color2={ 255 255 255 }
				
				b_brig = {
				}
				b_monthey = {
				}
				b_aigle = {
				}
				b_martigny = {
				}
				b_siders = {
				}
				b_sitten = {
				}
				b_greyerz = {
				}
				b_chateaudoex = {
				}
			}
			c_geneve = {
				color={ 113 21 47 }
				color2={ 255 255 255 }
				
				b_geneve = {
				}
				b_romainmotier = {
				}
				b_nyon = {
				}
				b_lausanne = {
				}
				b_echallens = {
				}
				b_aubonne = {
				}
				b_orbe = {
				}
				b_thonon = {
				}
			}
		}
		
		d_dauphine = {
			color={ 115 26 90 }
			color2={ 255 255 255 }
			
			capital = 227 # Lyon
			
			c_dauphine_viennois = {
				color={ 119 30 54 }
				color2={ 255 255 255 }
				
				b_montelimar = {
				}
				b_vienne = {
				}
				b_valence = {
				}
				b_grenoble = {
				}
				b_chartreuse = {
				}
				b_albon = {
				}
				b_stantoine = {
				}
				b_valreas = {
				}
			}
			c_lyon = {
				color={ 123 34 58 }
				color2={ 255 255 255 }
				
				b_brindas = {
				}
				b_stjeanbaptiste = {
				}
				b_lyon = {
				}
				b_anse = {
				}
				b_chessy = {
				}
				b_lacenas = {
				}
				b_pusignan = {
				}
				b_irigny = {
				}
			}
			c_forez = {
				color={ 127 38 62 }
				color2={ 255 255 255 }
				
				b_couzan = {
				}
				b_montbrison = {
				}
				b_thiers = {
				}
				b_feurs = {
				}
				b_roanne = {
				}
				b_charlieu = {
				}
				b_chalmazel = {
				}
				b_stetienne = {
				}
			}
			c_viviers = {
				color={ 12 18 245 }
				color2={ 255 255 255 }
				
				b_aubenas = {
				}
				b_tournon = {
				}
				b_viviers = {
				}
				b_albalaromaine = {
				}
				b_privas = {
				}
				b_lecheylard = {
				}
				b_largentiere = {
				}
				b_joyeuse = {
				}
			}
		}
		d_upper_burgundy = {
			color={ 159 20 58 }
			color2={ 255 255 255 }
			
			capital = 135 # Bourgogne
			
			c_grisons = {
				color={ 255 241 230 }
				color2={ 255 255 255 }
				
				b_bellinzona = {
				}
				b_disentis = {
				}
				b_locarno = {
				}
				b_biasca = {
				}
				b_domo = {
				}
				b_lugano = {
				}
				b_musso = {
				}
				b_mendrisio = {
				}
			}
			
			c_neuchatel = {
				color={ 163 24 62 }
				color2={ 255 255 255 }
				
				b_neuchatel = {
				}
				b_stimier = {
				}
				b_fribourg = {
				}
				b_grandson = {
				}
				b_yverdon = {
				}
				b_estavayer = {
				}
				b_avences = {
				}
				b_murten = {
				}
			}
			c_bern = {
				color={ 165 26 64 }
				color2={ 255 255 255 }
				
				b_bern = {
				}
				b_interlaken = {
				}
				b_luzern = {
				}
				b_biel = {
				}
				b_sempach = {
				}
				b_langenthal = {
				}
				b_kyburg = {
				}
				b_sursee = {
				}
			}
			c_schwyz = {
				color={ 167 28 66 }
				color2={ 255 255 255 }
				
				b_schwyz = {
				}
				b_engelberg = {
				}
				b_zurich = {
				}
				b_zug = {
				}
				b_altdorf = {
				}
				b_stans = {
				}
				b_glarus = {
				}
				b_winterthur = {
				}
			}
			c_aargau = {
				color={ 169 30 68 }
				color2={ 255 255 255 }
				
				b_aargau = {
				}
				b_basel = {
				}
				b_solothurn = {
				}
				b_habsburg = {
				}
				b_rheinfelden = {
				}
				b_schaffhausen = {
				}
				b_lenzburg = {
				}
				b_laufenburg = {
				}
			}
			c_besancon = {
				color={ 171 32 70 }
				color2={ 255 255 255 }
				
				b_besancon = {
				}
				b_belfort = {
				}
				b_vesoul = {
				}
				b_montbeliard = {
				}
				b_beaucourt = {
				}
				b_valdahon = {
				}
				b_maiche = {
				}
				b_morteau = {
				}
			}
		}
	}
}

e_spain = {
	color={ 233 200 20 }
	color2={ 255 255 255 }
	
	capital = 197 # Toledo
	
	culture = castillan
	
	k_leon = {
		color = { 253 158 51 }
		color2={ 255 255 255 }
		
		dignity = 1 # One more county than de jure
		
		capital = 190 # Leon
		
		culture = castillan
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
			FROM = {
				any_previous_holder = {
					always = yes
				}
			}
		}
		
		catholic = 250 # Crusade target weight
		muslim = 25 # Crusade target weight
	}

	k_castille = { #Spain
		color={ 243 209 23 }
		color2={ 200 80 10 }
		dignity = 2 # Counted as having 2 more counties than it does
		
		capital = 199 # Burgos
		
		culture = castillan
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		catholic = 250 # Crusade target weight
		muslim = 25 # Crusade target weight
		
		d_castilla = {
			color = { 242 196 12 }
			color2={ 255 255 255 }
			
			capital = 199 # Burgos
			
			c_burgos = {
				color = { 246 200 16 }
				color2={ 255 255 255 }
				
				b_aguilardecampo = {
				}
				b_burgos = {
				}
				b_palencia = {
				}
				b_silos = {
				}
				b_castrobarte = {
				}
				b_mirandadeebro = {
				}
				b_arandadeduero = {
				}
				b_carrion = {
				}
			}
			c_valladolid = {
				color = { 248 202 18 }
				color2={ 255 255 255 }
				
				b_valladolid = {
				}
				b_tordesillas = {
				}
				b_segovia = {
				}
				b_medinadelcampo = {
				}
				b_simancas = {
				}
				b_penafiel = {
				}
				b_iscar = {
				}
				b_avila = {
				}
			}
			c_soria = {
				color = { 250 204 20 }
				color2={ 255 255 255 }
				
				b_soria = {
				}
				b_osma = {
				}
				b_almazan = {
				}
				b_gormaz = {
				}
				b_castromoro = {
				}
				b_medinacelli = {
				}
				b_sanleonardodeyague = {
				}
				b_covaleda = {
				}
			}
			c_asturias_de_santillana = {
				color = { 232 205 25 }
				color2={ 255 255 255 }
				
				b_santander = {
				}
				b_santillanadelmar = {
				}
				b_laredo = {
				}
				b_castrourdiales = {
				}
				b_santona = {
				}
				b_reinosa = {
				}
				b_suances = {
				}
				b_camargo = {
				}
			}
		}
	}
	
	k_aragon = {
		color = { 166 98 22 }
		color2={ 230 0 0 }
		
		capital = 204 # Barcelona
		
		culture = castillan
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		catholic = 250 # Crusade target weight
		muslim = 25 # Crusade target weight
	
		d_aragon = {
			color = { 160 90 20 }
			color2={ 255 255 255 }
			
			capital = 202 # Zaragoza
			
			c_albarracin = {
				color = { 166 78 72 }
				color2={ 255 255 255 }
				
				b_albarracin = {
				}
				b_teruel = {
				}
				b_hijar = {
				}
				b_utrillas = {
				}
				b_calanda = {
				}
				b_montalban = {
				}
				b_alcaniz = {
				}
				b_calamocha = {
				}
			}
			c_alto_aragon = {
				color = { 186 70 72 }
				color2={ 255 255 255 }
				
				b_jaca = {
				}
				b_huesca = {
				}
				b_barbastro = {
				}
				b_loarre = {
				}
				b_ayerbe = {
				}
				b_almudevar = {
				}
				b_uncastillo = {
				}
				b_alquezar = {
				}
			}
			c_zaragoza = {
				color = { 170 70 32 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Saraqusta"
				maghreb_arabic = "Saraqusta"
				levantine_arabic = "Saraqusta"
				egyptian_arabic = "Saraqusta"
				andalusian_arabic = "Saraqusta"
				
				b_alagon = {
				}
				b_zaragoza = {
					bedouin_arabic = "Saraqusta"
					maghreb_arabic = "Saraqusta"
					levantine_arabic = "Saraqusta"
					egyptian_arabic = "Saraqusta"
					andalusian_arabic = "Saraqusta"
				}
				b_veruela = {
				}
				b_caspe = {
				}
				b_borja = {
				}
				b_medianadearagon = {
				}
				b_ejea = {
				}
				b_epila = {
				}
			}
			c_calatayud = {
				color = { 190 80 30 }
				color2={ 255 255 255 }
				
				b_calatayud = {
				}
				b_piedra = {
				}
				b_alhamadearagon = {
				}
				b_nuevalos = {
				}
				b_daroca = {
				}
				b_munebrega = {
				}
				b_calmarza = {
				}
				b_cimballa = {
				}
			}
		}
		d_barcelona = {
			color = { 166 100 72 }
			color2={ 255 255 255 }
			
			capital = 204 # Barcelona
			
			culture = catalan
			
			c_barcelona = {
				color = { 166 110 72 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Barshiluna"
				maghreb_arabic = "Barshiluna"
				levantine_arabic = "Barshiluna"
				egyptian_arabic = "Barshiluna"
				andalusian_arabic = "Barshiluna"
				
				b_berga = {
				}
				b_barcelona = {
					bedouin_arabic = "Madinat Barshiluna"
					maghreb_arabic = "Madinat Barshiluna"
					levantine_arabic = "Madinat Barshiluna"
					egyptian_arabic = "Madinat Barshiluna"
					andalusian_arabic = "Madinat Barshiluna"
				}
				b_vic = {
				}
				b_manresa = {
				}
				b_osona = {
				}
				b_igualada = {
				}
				b_vallparadis = {
				}
				b_provencana = {
				}
			}
			c_urgell = {
				color = { 196 110 60 }
				color2={ 255 255 255 }
				
				b_pallars = {
				}
				b_urgell = {
				}
				b_suert = {
				}
				b_viella = {
				}
				b_puigcerda = {
				}
				b_valledebohi = {
				}
				b_elpuidesegur = {
				}
				b_tremp = {
				}
			}
			c_rosello = {
				color = { 210 140 50 }
				color2={ 255 255 255 }
				
				b_cotlliure = {
				}
				b_perpinya = {
				}
				b_elna = {
				}
				b_cuixa = {
				}
				b_prada = {
				}
				b_oltrera = {
				}
				b_canigo = {
				}
				b_ceret = {
				}
			}
			c_empuries = {
				color = { 150 70 20 }
				color2={ 255 255 255 }
				
				b_empuries = {
				}
				b_labisbaldemporda = {
				}
				b_girona = {
				}
				b_figueras = {
				}
				b_cerdana = {
				}
				b_besalu = {
				}
				b_banyoles = {
				}
				b_castelldaro = {
				}
			}
			c_lleida = {
				color = { 140 90 20 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Larida"
				maghreb_arabic = "Larida"
				levantine_arabic = "Larida"
				egyptian_arabic = "Larida"
				andalusian_arabic = "Larida"
				
				b_lleida = {
					bedouin_arabic = "Larida"
					maghreb_arabic = "Larida"
					levantine_arabic = "Larida"
					egyptian_arabic = "Larida"
					andalusian_arabic = "Larida"
				}
				b_cervera = {
				}
				b_solsona = {
				}
				b_agramunt = {
				}
				b_tarrega = {
				}
				b_balaguer = {
				}
				b_borgesblanques = {
				}
				b_verdu = {
				}
			}
			c_tarragona = {
				color = { 186 90 45 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Turtusha"
				maghreb_arabic = "Turtusha"
				levantine_arabic = "Turtusha"
				egyptian_arabic = "Turtusha"
				andalusian_arabic = "Turtusha"
				
				b_tarragona = {
				}
				b_spantortosa = {
					bedouin_arabic = "Turtusha"
					maghreb_arabic = "Turtusha"
					levantine_arabic = "Turtusha"
					egyptian_arabic = "Turtusha"
					andalusian_arabic = "Turtusha"
				}
				b_cambrils = {
				}
				b_reus = {
				}
				b_montblanc = {
				}
				b_vendrell = {
				}
				b_amposta = {
				}
				b_sancugat = {
				}
			}
		}
		d_valencia = {
			color = { 48 167 45 }
			color2={ 255 255 255 }
			
			capital = 171 # Valencia
			
			c_castellon = {
				color = { 255 242 2 }
				color2={ 255 255 255 }
				
				b_castellon = {
				}
				b_alpuente = {
				}
				b_nules = {
				}
				b_vinaros = {
				}
				b_morella = {
				}
				b_vilarreal = {
				}
				b_burriana = {
				}
				b_alcalaten = {
				}
			}
			c_valencia = {
				color = { 255 244 4 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Balansiyya"
				maghreb_arabic = "Balansiyya"
				levantine_arabic = "Balansiyya"
				egyptian_arabic = "Balansiyya"
				andalusian_arabic = "Balansiyya"
				
				b_gandia = {
				}
				b_valencia = {
					bedouin_arabic = "Balansiyya"
					maghreb_arabic = "Balansiyya"
					levantine_arabic = "Balansiyya"
					egyptian_arabic = "Balansiyya"
					andalusian_arabic = "Balansiyya"
				}
				b_jativa = {
				}
				b_cuartdepoblet = {
				}
				b_alberique = {
				}
				b_alacuas = {
				}
				b_torrent = {
				}
				b_chiva = {
				}
			}
			c_denia = {
				color = { 255 246 6 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Deniyya"
				maghreb_arabic = "Deniyya"
				levantine_arabic = "Deniyya"
				egyptian_arabic = "Deniyya"
				andalusian_arabic = "Deniyya"
				
				b_denia = {
					bedouin_arabic = "Deniyya"
					maghreb_arabic = "Deniyya"
					levantine_arabic = "Deniyya"
					egyptian_arabic = "Deniyya"
					andalusian_arabic = "Deniyya"
				}
				b_alicante = {
				}
				b_elche = {
				}
				b_villena = {
				}
				b_orihuela = {
				}
				b_castalla = {
				}
				b_albatera = {
				}
				b_benissa = {
				}
			}
		}
		d_mallorca = {
			color = { 68 126 72 }
			color2={ 255 255 255 }
			
			capital = 827 # Mallorca
			
			c_mallorca = {
				color = { 255 249 3 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Mayurqa"
				maghreb_arabic = "Mayurqa"
				levantine_arabic = "Mayurqa"
				egyptian_arabic = "Mayurqa"
				andalusian_arabic = "Mayurqa"
				
				b_alcudia = {
				}
				b_palma = {
					bedouin_arabic = "Madinat Mayurqa"
					maghreb_arabic = "Madinat Mayurqa"
					levantine_arabic = "Madinat Mayurqa"
					egyptian_arabic = "Madinat Mayurqa"
					andalusian_arabic = "Madinat Mayurqa"
				}
				b_algaida = {
				}
				b_felanitx = {
				}
				b_santaponsa = {
				}
				b_eivissa = {
				}
				b_manacor = {
				}
				b_formentera = {
				}
			}
			c_menorca = {
				color = { 255 252 6 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Manurqa"
				maghreb_arabic = "Manurqa"
				levantine_arabic = "Manurqa"
				egyptian_arabic = "Manurqa"
				andalusian_arabic = "Manurqa"
				
				b_ciutadella = {
					bedouin_arabic = "Madinat al-Jazirah"
					maghreb_arabic = "Madinat al-Jazirah"
					levantine_arabic = "Madinat al-Jazirah"
					egyptian_arabic = "Madinat al-Jazirah"
					andalusian_arabic = "Madinat al-Jazirah"
				} 
				b_mahon = {
				}
				b_alaior = {
				}
				b_santaagueda = {
				}
				b_esmercadal = {
				}
				b_santlluis = {
				}
				b_ferreries = {
				}
				b_escastell = {
				}
			}
		}
	}
	
	k_navarra = {
		color = { 150 120 5 }
		capital = 152 # Navarra
		
		culture = basque
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					AND = {
						culture = basque
						religion_group = christian
					}
				}
			}
		}
		
		d_navarra = {
			color = { 230 198 90 }
			color2={ 255 255 255 }
			
			capital = 152 # Navarra
			
			c_viscaya = {
				color = { 244 198 14 }
				color2={ 255 255 255 }
				
				b_irun = {
				}
				b_sansebastian = {
				}
				b_eibar = {
				}
				b_onate = {
				}
				b_tolosa = {
				}
				b_bilbao = {
				}
				b_vitoria = {
				}
				b_guernica = {
				}
			}
			
			c_navarra = {
				color = { 255 200 2 }
				color2={ 255 255 255 }
				
				b_pamplona = {
				}
				b_leyre = {
				}
				b_tudela = {
				} 
				b_tafalla = {
				}
				b_olite = {
				}
				b_carcastillo = {
				}
				b_sanguesa = {
				}
				b_estella = {
				}
			}
			c_najera = {
				color = { 255 202 3 }
				color2={ 255 255 255 }
	
				b_haro = {
				}
				b_logrone = {
				}
				b_calahorra = {
				}
				b_najera = {
				}
				b_arnedo = {
				}
				b_alfara = {
				}
				b_zizurmayor = {
				}
				b_santodomingodelacalzada = {
				}
			}
		}
	}
	
	k_asturias = {
		color = { 233 188 91 }
		color2={ 255 255 255 }
		
		dignity = 10
		
		capital = 155 # Asturias de Oviedo
		
		culture = castillan
		
		# Creation/usurpation trigger
		allow = {
			k_leon = {
				has_holder = no
				NOT = {
					any_previous_holder = {
						always = yes
					}
				}
			}
		}
		
		catholic = 250 # Crusade target weight
		muslim = 25 # Crusade target weight
		
		d_asturias = {
			color = { 233 188 91 }
			color2={ 255 255 255 }
			
			capital = 155 # Asturias
			
			c_asturias_de_oviedo = {
				color = { 233 158 51 }
				color2={ 255 255 255 }
				
				b_oviedo = {
				}
				b_gijon = {
				}
				b_cangasdeonis = {
				}
				b_tineo = {
				}
				b_cangasdelnarcea = {
				}
				b_villaviciosa = {
				}
				b_luarca = {
				}
				b_norena = {
				}
			}
			c_astorga = {
				color = { 243 158 51 }
				color2={ 255 255 255 }
				
				b_ponferrada = {
				}
				b_bembibre = {
				}
				b_ribadelago = {
				}
				b_cacabelos = {
				}
				b_fabero = {
				}
				b_camponaraya = {
				}
				b_toreno = {
				}
				b_astorga = {
				}
			}
		}
		d_leon = {
			color = { 253 158 51 }
			color2={ 255 255 255 }
			
			capital = 190 # Leon
			
			c_leon = {
				color = { 253 158 51 }
				color2={ 255 255 255 }
				
				b_leon = {
				}
				b_valenciadecampos = {
				}
				b_villablino = {
				}
				b_sanpedrodeperix = {
				}
				b_saldana = {
				}
				b_sahagun = {
				}
				b_larobla = {
				}
				b_cistierna = {
				}
			}
			c_zamora = {
				color = { 253 138 51 }
				color2={ 255 255 255 }
				
				b_zamora = {
				}
				b_benavente = {
				}
				b_fermoselle = {
				}
				b_toro = {
				}
				b_sanabria = {
				}
				b_corrales = {
				}
				b_fuentesauco = {
				}
				b_polvorosa = {
				}
			}
			c_salamanca = {
				color = { 253 128 31 }
				color2={ 255 255 255 }
				
				b_salbejar = {
				}
				b_salamanca = {
				}
				b_ciudadrodrigo = {
				}
				b_bracamonte = {
				}
				b_albadetormes = {
				}
				b_terradillos = {
				}
				b_carbajosadelasagrada = {
				}
				b_lumbrales = {
				}
			}
		}
	}
	
	k_spanish_galicia = {
		color={ 255 224 94 }
		capital = 156 # Corua
		
		culture = portuguese
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		catholic = 250 # Crusade target weight
		muslim = 25 # Crusade target weight
		
		d_galicia = {
			color={ 255 224 94 }
			color2={ 255 255 255 }
			
			capital = 156 # Coruna
			
			c_coruna = {
				color = { 183 118 51 }
				color2={ 255 255 255 }
				
				b_corunna = {
				}
				b_mondonedo = {
				}
				b_lugo = {
				}
				b_ferrol = {
				}
				b_villalba = {
				}
				b_viveiro = {
				}
				b_burela = {
				}
				b_triacastela = {
				}
			}
			c_santiago = {
				color = { 243 158 51}
				color2={ 255 255 255 }
				
				holy_site = catholic
				
				b_santiago = {
				}
				b_vigo = {
				}
				b_pontevedra = {
				}
				b_tuy = {
				}
				b_ourense = {
				}
				b_verin = {
				}
				b_padron = {
				}
				b_vilagarcia = {
				}
			}
		}
	}
	
	k_portugal = {
		color={ 182 88 5 }
		color2={ 255 255 255 }
		
		capital = 160 # Lisboa
		
		culture = portuguese
		
		catholic = 250 # Crusade target weight
		muslim = 25
		west_african_pagan_reformed = 25
		
		# Creation/usurpation trigger
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		d_porto = {
			color = { 182 108 45 }
			color2={ 255 255 255 }
			
			capital = 158 # porto
			
			culture = portuguese
			
			c_porto = {
				color = { 182 88 5 }
				color2={ 255 255 255 }
				
				b_braga = {
				}
				b_porto = {
				}
				b_guimaraes = {
				}
				b_vianadocastelo = {
				}
				b_pontedelima = {
				}
				b_barcelos = {
				}
				b_arcosdevaldevez = {
				}
				b_moncao = {
				}
			}
			c_braganza = {
				color = { 182 98 5 }
				color2={ 255 255 255 }
				
				b_braganza = {
				}
				b_chaves = {
				}
				b_vilareal = {
				}
				b_torredemoncorvo = {
				}
				b_mogadouro = {
				}
				b_castelomelhor = {
				}
				b_castelorodrigo = {
				}
				b_azinhoso = {
				}
			}
			c_castelo_branco = {
				color = { 182 78 5 }
				color2={ 255 255 255 }
				
				b_castelobranco = {
				}
				b_guarda = {
				}
				b_covilha = {
				}
				b_acores = {
				}
				b_trancoso = {
				}
				b_sabugal = {
				}
				b_pinhel = {
				}
				b_almeida = {
				}
			}
			c_coimbra = {
				color = { 182 88 25 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Qulumriyah"
				maghreb_arabic = "Qulumriyah"
				levantine_arabic = "Qulumriyah"
				egyptian_arabic = "Qulumriyah"
				andalusian_arabic = "Qulumriyah"
				
				b_coimbra = {
					bedouin_arabic = "Qulumriyah"
					maghreb_arabic = "Qulumriyah"
					levantine_arabic = "Qulumriyah"
					egyptian_arabic = "Qulumriyah"
					andalusian_arabic = "Qulumriyah"
				}
				b_viseu = {
				}
				b_aveiro = {
				}
				b_pedondo = {
				}
				b_cantanhede = {
				}
				b_condeixa = {
				}
				b_montereal = {
				}
				b_penela = {
				}
			}
		}
		
		d_beja = {
			color = { 182 98 5 }
			color2={ 255 255 255 }
			
			capital = 160 #Lisboa
			
			c_lisboa = {
				color = { 182 88 5 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Lishbuna"
				maghreb_arabic = "Lishbuna"
				levantine_arabic = "Lishbuna"
				egyptian_arabic = "Lishbuna"
				andalusian_arabic = "Lishbuna"
				
				b_lisboa = {
					bedouin_arabic = "Lishbuna"
					maghreb_arabic = "Lishbuna"
					levantine_arabic = "Lishbuna"
					egyptian_arabic = "Lishbuna"
					andalusian_arabic = "Lishbuna"
				}
				b_alcobaca = {
				}
				b_setubal = {
				}
				b_batalha = {
				}
				b_alenquer = {
				}
				b_santarem = {
				}
				b_atouguia = {
				}
				b_tomar = {
				} 
			}
			c_evora = {
				color = { 182 68 5 }
				color2={ 255 255 255 }
				
				b_avis = {
				} 
				b_evora = {
				} 
				b_portalegre = {
				} 
				b_marvao = {
				} 
				b_castelodevide = {
				} 
				b_crato = {
				} 
				b_monforte = {
				} 
				b_ouguela = {
				}
			}
			c_alcacer_do_sal = {
				color = { 182 105 5 }
				color2={ 255 255 255 }
				
				b_alcacerdosal = {
				}
				b_alcacovas = {
				}
				b_espinheiro = {
				}
				b_montemoronovo = {
				}
				b_alvito = {
				}
				b_santiagodocacem = {
				}
				b_sines = {
				}
				b_grandola = {
				}
			}
			c_mertola = {
				color = { 182 60 5 }
				color2={ 255 255 255 }
				
				b_mertola = {
				}
				b_beja = {
				}
				b_monsaraz = {
				}
				b_noudal = {
				}
				b_moura = {
				}
				b_portel = {
				}
				b_serpa = {
				}
				b_mourao = {
				}
			}
		}
		d_algarve = {
			color = { 202 88 5 }
			color2={ 255 255 255 }
			
			capital = 163 # Faro
			
			c_silves = {
				color = { 192 80 15 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Shlib"
				maghreb_arabic = "Shlib"
				levantine_arabic = "Shlib"
				egyptian_arabic = "Shlib"
				andalusian_arabic = "Shlib"
				
				b_aljustrel = {
				}
				b_silves = {
					bedouin_arabic = "Shlib"
					maghreb_arabic = "Shlib"
					levantine_arabic = "Shlib"
					egyptian_arabic = "Shlib"
					andalusian_arabic = "Shlib"
				}
				b_lagos = {
				}
				b_castroverde = {
				}
				b_odemira = {
				}
				b_ourique = {
				}
				b_monchique = {
				}
				b_almodovar = {
				}
			}
			c_faro = {
				color = { 192 98 5 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Uhshunubah"
				maghreb_arabic = "Uhshunubah"
				levantine_arabic = "Uhshunubah"
				egyptian_arabic = "Uhshunubah"
				andalusian_arabic = "Uhshunubah"
				
				b_faro = {
					bedouin_arabic = "Harun"
					maghreb_arabic = "Harun"
					levantine_arabic = "Harun"
					egyptian_arabic = "Harun"
					andalusian_arabic = "Harun"
				}
				b_loule = {
				}
				b_tavira = {
				}
				b_castromarim = {
				}
				b_alcoutim = {
				}
				b_aljezur = {
				}
				b_saobrasdealportel = {
				}
				b_olhao = {
				}
			}
		}
	}
	
	k_andalusia = {
		color = { 31 138 40 }
		color2={ 255 255 255 }
		
		capital = 181 # Cordoba
		
		culture = andalusian_arabic
		
		catholic = 100 # Crusade target weight
		muslim = 50 # Crusade target weight
		west_african_pagan_reformed = 50
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = arabic
				}
			}
		}
		
		d_cordoba = {
			color = { 60 180 12 }
			color2={ 255 255 255 }
			
			capital = 181 # Cordoba
			
			c_cordoba = {
				color = { 246 216 16 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Qurtubah"
				maghreb_arabic = "Qurtubah"
				levantine_arabic = "Qurtubah"
				egyptian_arabic = "Qurtubah"
				andalusian_arabic = "Qurtubah"

				holy_site = sunni
				holy_site = aztec
				holy_site = aztec_reformed
				
				b_cordoba = {
					bedouin_arabic = "Qurtubah"
					maghreb_arabic = "Qurtubah"
					levantine_arabic = "Qurtubah"
					egyptian_arabic = "Qurtubah"
					andalusian_arabic = "Qurtubah"
				}
				b_alcolea = {
				}
				b_cabra = {
				}
				b_andujar = {
				}
				b_lucena = {
				}
				b_martos = {
				}
				b_belalcazar = {
				}
				b_canetedelastorres = {
				}
			}
			c_la_mancha = {
				color = { 250 220 20 }
				color2={ 255 255 255 }
				
				b_alarcon = {
				}
				b_laroda = {
				}
				b_tarazona = {
				}
				b_quintanardelrey = {
				}
				b_lagineta = {
				}
				b_barrax = {
				}
				b_munera = {
				}
				b_jorquera = {
				}
			}
			c_calatrava = {
				color = { 254 224 24 }
				color2={ 255 255 255 }
				
				b_calatrava = {
				}
				b_villareal = {
				}
				b_caracuel = {
				}
				b_alcazardesanjuan = {
				}
				b_alarcos = {
				}
				b_medellin = {
				}
				b_almadeo = {
				}
				b_almodovardelcampo = {
				}
			}
		}
		d_murcia = {
			color = { 16 229 33 }
			color2={ 255 255 255 }
			
			capital = 169 # Murcia
			
			c_almansa = {
				color = { 244 225 14 }
				color2={ 255 255 255 }
				
				b_almansa = {
				}
				b_albacete = {
				}
				b_hellin = {
				}
				b_caudete = {
				}
				b_villarrobledo = {
				}
				b_alcaladeljucar = {
				}
				b_pozocanada = {
				}
				b_tobarra = {
				}
			}
			c_murcia = {
				color = { 246 227 16 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Mursiya"
				maghreb_arabic = "Mursiya"
				levantine_arabic = "Mursiya"
				egyptian_arabic = "Mursiya"
				andalusian_arabic = "Mursiya"
				
				b_murcia = {
					bedouin_arabic = "Mursiya"
					maghreb_arabic = "Mursiya"
					levantine_arabic = "Mursiya"
					egyptian_arabic = "Mursiya"
					andalusian_arabic = "Mursiya"
				}
				b_cartagena = {
				}
				b_lorca = {
				}
				b_alcantarilla = {
				}
				b_medinasiyasa = {
				}
				b_molinalaseca = {
				}
				b_yecla = {
				}
				b_nogalte = {
				}
			}
		}
		d_granada = {
			color = { 40 150 40 }
			color2={ 255 255 255 }
			
			capital = 180 # Granada
			
			c_granada = {
				color = { 245 242 15 }
				color2={ 255 255 255 }
				
				b_jaen = {
				}
				b_granada = {
				}
				b_elvira = {
				}
				b_baeza = {
				}
				b_moclin = {
				}
				b_iznajar = {
				}
				b_guadix = {
				}
				b_huelma = {
				}
			}
			c_almeria = {
				color = { 248 245 18 }
				color2={ 255 255 255 }
				
				b_pechina = {
				}
				b_almeria = {
				}
				b_baza = {
				}
				b_berja = {
				}
				b_motril = {
				}
				b_albox = {
				}
				b_purchena = {
				}
				b_vera = {
				}
			}
			c_malaga = {
				color = { 251 248 21 }
				color2={ 255 255 255 }
				
				b_antequera = {
				}
				b_malaga = {
				}
				b_benalmadena = {
				}
				b_tamisa = {
				}
				b_coin = {
				}
				b_suel = {
				}
				b_cartajima = {
				}
				b_velezmalaga = {
				}
			}
		}
		d_sevilla = {
			color = { 150 218 21 }
			color2={ 255 255 255 }
			
			capital = 182 # Sevilla
			
			c_sevilla = {
				color = { 232 200 25 }
				color2={ 255 255 255 }
				
				b_carmona = {
				}
				b_sevilla = {
				}
				b_ecija = {
				}
				b_sevimoron = {
				}
				b_alcaladeguadaira = {
				}
				b_doshermanas = {
				}
				b_laalgaba = {
				}
				b_utrera = {
				}
			}
			c_cadiz = {
				color = { 236 204 29 }
				color2={ 255 255 255 }
				
				b_jerez = {
				}
				b_cadiz = {
				}
				b_medinasidonia = {
				}
				b_arcos = {
				}
				b_sanjosedelvalle = {
				}
				b_sanlucadebarrameda = {
				}
				b_sanfernando = {
				}
				b_alcaladelosgazules = {
				}
			}
			c_algeciras = {
				color = { 240 208 33 }
				color2={ 255 255 255 }
				
				b_gibraltar = {
				}
				b_algericas = {
				}
				b_ronda = {
				}
				b_sanroque = {
				}
				b_tarifa = {
				}
				b_estepona = {
				}
				b_jimenadelafrontera = {
				}
				b_casares = {
				}
			}
			c_aracena = {
				color = { 244 212 37 }
				color2={ 255 255 255 }
				
				b_aracena = {
				}
				b_italica = {
				}
				b_almonasterlareal = {
				}
				b_calanas = {
				}
				b_cortegana = {
				}
				b_facanias = {
				}
				b_alajar = {
				}
				b_galaroza = {
				}
			}
			c_niebla = {
				color = { 248 216 41 }
				color2={ 255 255 255 }
				
				b_huelva = {
				}
				b_niebla = {
				}
				b_lepe = {
				}
				b_gibraleon = {
				}
				b_nerva = {
				}
				b_moguer = {
				}
				b_almonte = {
				}
				b_aljaraque = {
				}
			}
		}
		d_badajoz = {
			color = { 138 243 51 }
			color2={ 255 255 255 }
			
			capital = 184 # Badajoz
			
			c_plasencia = {
				color = { 228 230 23 }
				color2={ 255 255 255 }
				
				b_hervas = {
				}
				b_plasencia = {
				}
				b_jaraiz = {
				}
				b_lazarza = {
				}
				b_montehermoso = {
				}
				b_ventadelmoral = {
				}
				b_jarandilla = {
				}
				b_talayuela = {
				}
			}
			c_alcantara = {
				color = { 230 232 25 }
				color2={ 255 255 255 }
				
				b_alcantara = {
				}
				b_coria = {
				}
				b_moraleja = {
				}
				b_brozas = {
				}
				b_lamata = {
				}
				b_racharachel = {
				}
				b_lasnavasdelmadrono = {
				}
				b_ceclavin = {
				}
			}
			c_caceres = {
				color = { 232 234 27 }
				color2={ 255 255 255 }
				
				b_caceres = {
				}
				b_guadalupe = {
				}
				b_trujillo = {
				}
				b_alburquerque = {
				}
				b_alia = {
				}
				b_arroyodelalluz = {
				}
				b_logrosan = {
				}
				b_alcuescar = {
				}
			}
			c_badajoz = {
				color = { 234 236 29 }
				color2={ 255 255 255 }
				
				b_jerezdeloscaballeros = {
				}
				b_badajoz = {
				}
				b_merida = {
				}
				b_zafra = {
				}
				b_almendralejo = {
				}
				b_villalbadelosbarros = {
				}
				b_guarena = {
				}
				b_fuentedelmaestre = {
				}
			}
		}
		d_toledo = {
			color = { 212 151 12 }
			color2={ 255 255 255 }
			
			capital = 197 # Toledo
			
			c_toledo = {
				color = { 245 204 15 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Tulaytulah"
				maghreb_arabic = "Tulaytulah"
				levantine_arabic = "Tulaytulah"
				egyptian_arabic = "Tulaytulah"
				andalusian_arabic = "Tulaytulah"
				
				b_madrid = {
				}
				b_toledo = {
					bedouin_arabic = "Tulaytulah"
					maghreb_arabic = "Tulaytulah"
					levantine_arabic = "Tulaytulah"
					egyptian_arabic = "Tulaytulah"
					andalusian_arabic = "Tulaytulah"
				}
				b_orgaz = {
				}
				b_tolemora = {
				}
				b_talavera = {
				}
				b_consuegra = {
				}
				b_fuensalida = {
				}
				b_illescas = {
				}
			}
			c_molina = {
				color = { 248 207 18 }
				color2={ 255 255 255 }
				
				b_hinojosa = {
				}
				b_molina = {
				}
				b_elpedregal = {
				}
				b_pinilla = {
				}
				b_cabanillasdelcampo = {
				}
				b_elcasar = {
				}
				b_maranchon = {
				}
				b_olmeda = {
				}
			}
			c_cuenca = {
				color = { 251 210 21 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Kunka"
				maghreb_arabic = "Kunka"
				levantine_arabic = "Kunka"
				egyptian_arabic = "Kunka"
				andalusian_arabic = "Kunka"
				
				b_siguenza = {
				}
				b_cuenca = {
					bedouin_arabic = "Kunka"
					maghreb_arabic = "Kunka"
					levantine_arabic = "Kunka"
					egyptian_arabic = "Kunka"
					andalusian_arabic = "Kunka"
				}
				b_guadalajara = {
				}
				b_ucles = {
				}
				b_laspedroneras = {
				}
				b_villanuevadelajara = {
				}
				b_tarancon = {
				}
				b_sisante = {
				}
				b_motadelcuervo = {
				}
			}
		}
	}
}

e_arabia = {
	color={ 32 150 85 }
	color2={ 255 255 255 }
	
	capital = 728 # Damascus
	
	culture = bedouin_arabic
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = arabic
			}
		}
	}
	
	short_name = yes

	k_israel = {
		color = { 20 138 255 }

		title = "KING"
		title_female = "QUEEN"

		dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
		allow = {
			always = no # Only created through special event
		}
	}

	k_arabia = {
		color={ 124 199 50 }
		color2={ 255 255 255 }
		
		capital = 718 # Medina
		
		culture = bedouin_arabic
		
		muslim = 25 # Crusade target weight
		zoroastrian_group = 150 # Crusade target weight
	
		d_arabia_petrae = {
			color={ 121 196 2 }
			color2={ 255 255 255 }
			
			capital = 722 # Petra
		
			c_al_aqabah = {
				color={ 124 199 5 }
				color2={ 255 255 255 }
			
				b_aqabah = {
				}
				b_reeshah = {
				}
				b_quwairah = {
				}
				b_mazraa = {
				}
				b_feifa = {
				}
				b_samar = {
				}
				b_elifaz = {
				}
				b_yotvata = {
				}
			}
			c_ar_ar = { # Shaka
				color={ 97 208 137 }
				color2={ 255 255 255 }
				
				b_shaka = {
				}
				b_ammaryah = {
				}
				b_dumat_al_jundal = {
				}
				b_umm_kunsur = {
				}
				b_ruthiyah = {
				}
				b_qasa = {
				}
				b_uwayquilah = {
				}
				b_judaidah = {
				}
			}
			c_maan = {
				color={ 127 202 8 }
				color2={ 255 255 255 }
			
				b_maan = {
				}
				b_mutah = {
				}
				b_shubak = {
				}
				b_maanaljafr = {
				}
				b_buseira = {
				}
				b_maanalhasa = {
				}
				b_afra = {
				}
				b_bubeita = {
				}
			}
			c_tabuk = {
				color={ 130 205 11 }
				color2={ 255 255 255 }
			
				b_tabuk = {
				}
				b_duba = {
				}
				b_mariyiat = {
				}
				b_muwaylih = {
				}
				b_abu_ujayyijat = {
				}
				b_gabouk = {
				}
				b_shaghab = {
				}
				b_sharmah = {
				}
			}
			c_petra = {
				color={ 133 208 14 }
				color2={ 255 255 255 }
			
				b_tophel = {
				}
				b_petra = {
				}
				b_wadi_musa = {
				}
				b_bozrah = {
				}
				b_shoubak = {
				}
				b_abdelliya = {
				}
				b_hamza = {
				}
				b_husseiniya = {
				}
			}
		}
		d_medina = {
			color={ 150 249 43 }
			color2={ 255 255 255 }
			
			capital = 719 # Mecca
			
			muslim = 500 # Crusade target weight
		
			c_al_jawf = {
				color={ 154 253 47 }
				color2={ 255 255 255 }
			
				b_al_jawf = {
				}
				b_sakakah = {
				}
				b_aladan = {
				}
				b_dumat_al_jandal = {
				}
				b_radifah = {
				}
				b_tuwayr = {
				}
				b_tyer = {
				}
				b_qurayyat = {
				}
			}
			c_hijaz = {
				color={ 158 253 51 }
				color2={ 255 255 255 }
			
				b_al_ola = {
				}
				b_tayma = {
				}
				b_leuke_kome = {
				}
				b_higra = {
				}
				b_madain_salih = {
				}
				b_mughayra = {
				}
				b_samur = {
				}
				b_tawala = {
				}
			}
			c_medina = {
				color={ 162 253 55 }
				color2={ 255 255 255 }
				
				muslim = 500 # Crusade target weight

				holy_site = sunni
				holy_site = shiite
				holy_site = ibadi
				
				b_medina = {
				}
				b_khaybar = {
				}
				b_rabig = {
				}
				b_yanbu = {
				}
				b_kuba = {
				}
				b_farsh = {
				}
				b_sidi_hamzah = {
				}
				b_milha = {
				}
			}
			c_mecca = {
				color={ 166 253 59 }
				color2={ 255 255 255 }
				
				muslim = 1000 # Crusade target weight

				holy_site = sunni
				holy_site = shiite
				holy_site = pagan
				holy_site = yazidi
				holy_site = ibadi
				
				b_mecca = {
				}
				b_jeddah = {
				}
				b_taif = {
				}
				b_al_johfa = {
				}
				b_turubah = {
				}
				b_al_lith = {
				}
				b_jmumum = {
				}
				b_qunfudhah = {
				}
			}
			c_asir = {
				color={ 170 253 63 }
				color2={ 255 255 255 }
			
				b_kamaran = {
				}
				b_bahah = {
				}
				b_najran = {
				}
				b_sadah = {
				}
				b_hajjah = {
				}
				b_hamr = {
				}
				b_huth = {
				}
				b_abs = {
				}
			}
		}
		d_sanaa = {
			color={ 63 119 0 }
			color2={ 255 255 255 }
			
			capital = 860 # Sanaa
		
			c_bayda = {
				color={ 132 251 45 }
				color2={ 255 255 255 }
			
				b_bayda = {
				}
				b_habban = {
				}
				b_ashshubaykah = {
				}
				b_timna = {
				}
				b_ataq = {
				}
				b_zinjibar = {
				}
				b_alkhabr = {
				}
				b_yashbum = {
				}
			}
			c_sanaa = {
				color={ 134 253 47 }
				color2={ 255 255 255 }
			
				b_sanaa = {
				}
				b_marib = {
				}
				b_qataba = {
				}
				b_dhamar = {
				}
				b_jabalannabishuayb = {
				}
				b_jabaltiyal = {
				}
				b_hodeida = {
				}
				b_harib = {
				}
			}
			c_taizz = {
				color={ 136 255 49 }
				color2={ 255 255 255 }
			
				b_ibb = {
				}
				b_mocha = {
				}
				b_taizz = {
				}
				b_zafar = {
				}
				b_perim = {
				}
				b_shuqra = {
				}
				b_jibla = {
				}
				b_dhisufal = {
				}
			}
			c_aden = {
				color={ 138 255 51 }
				color2={ 255 255 255 }
			
				b_aden = {
				}
				b_lahej = {
				}
				b_dhala = {
				}
				b_alawbhali = {
				}
				b_jaar = {
				}
				b_alkawd = {
				}
				b_almilah = {
				}
				b_alarbadi = {
				}
			}
			c_kathiri = {
				color={ 140 255 53 }
				color2={ 255 255 255 }
			
				b_shabwa = {
				}
				b_lodar = {
				}
				b_qana = {
				}
				b_seiyun = {
				}
				b_mukalla = {
				}
				b_shihar = {
				}
				b_nisab = {
				}
				b_azzan = {
				}
			}
			c_socotra = {
				color={ 142 255 55 }
				color2={ 255 255 255 }
			
				b_qualnsiyah = {
				}
				b_tamrida = {
				}
				b_qadub = {
				}
				b_steroh = {
				}
				b_asma = {
				}
				b_siqirah = {
				}
				b_qashiu = {
				}
			}
		}
		d_oman = {
			color={ 93 196 2 }
			color2={ 255 255 255 }
			
			capital = 868 # Muscat
		
			c_dhu_zabi = {
				color={ 96 199 5 }
				color2={ 255 255 255 }
			
				b_sohar = {
				}
				b_dibba = {
				}
				b_qutuf = {
				}
				b_dhuzabi = {
				}
				b_khorfakkan = {
				}
				b_dubai = {
				}
				b_julfar = {
				}
				b_sharjah = {
				}
			}
			c_hajar = {
				color={ 98 201 7 }
				color2={ 255 255 255 }
				
				holy_site = ibadi
			
				b_alhamra = {
				}
				b_nizwa = {
				}
				b_ibri = {
				}
				b_jabrin = {
				}
				b_rustaq = {
				}
				b_haran = {
				}
				b_masruq = {
				}
				b_yanqui = {
				}
			}
			c_muscat = {
				color={ 100 203 9 }
				color2={ 255 255 255 }
			
				b_muscat = {
				}
				b_sur = {
				}
				b_samail = {
				}
				b_adam = {
				}
				b_ibra = {
				}
				b_sabt = {
				}
				b_lizq = {
				}
				b_shiya = {
				}
			}
			c_duqm = {
				color={ 102 205 11 }
				color2={ 255 255 255 }
			
				b_duqm = {
				}
				b_aljazir = {
				}
				b_bank = {
				}
				b_harima = {
				}
				b_nimr = {
				}
				b_mahut = {
				}
				b_hubara = {
				}
				b_masirah = {
				}
			}
			c_dhofar = {
				color={ 104 207 13 }
				color2={ 255 255 255 }

				holy_site = jewish
				holy_site = samaritan
				holy_site = karaite
				
				b_salalah = {
				}
				b_thamarit = {
				}
				b_raysut = {
				}
				b_amal = {
				}
				b_shisr = {
				}
				b_dawkah = {
				}
				b_durrah = {
				}
				b_harzan = {
				}
			}
			c_mahra = {
				color={ 106 209 15 }
				color2={ 255 255 255 }
			
				b_ghaydah = {
				}
				b_nishtun = {
				}
				b_damqwat = {
				}
				b_qishn = {
				}
				b_haswayn = {
				}
				b_itab = {
				}
				b_alkurah = {
				}
				b_alhalya = {
				}
			}
		}
		d_nefoud = {
			color={ 17 228 10 }
			color2={ 255 255 255 }
			
			capital = 863 # Hajr
			
			c_rafha = {
				color={ 174 253 67 }
				color2={ 255 255 255 }
			
				b_rafha = {
				}
				b_aljumaymah = {
				}
				b_timiat = {
				}
				b_markuz = {
				}
				b_lawqah = {
				}
				b_duwayd = {
				}
				b_uwayqilah = {
				}
				b_ashshir = {
				}
			}
			c_hail = {
				color={ 178 253 71 }
				color2={ 255 255 255 }
			
				b_hail = {
				}
				b_asshinan = {
				}
				b_alghazalah = {
				}
				b_baqa = {
				}
				b_iqdah = {
				}
				b_mawqaq = {
				}
				b_murayfiq = {
				}
				b_saban = {
				}
			}
			c_hajr = {
				color={ 182 253 75 }
				color2={ 255 255 255 }
			
				b_alhudaydah = {
				}
				b_assalif = {
				}
				b_almaqah = {
				}
				b_abha = {
				}
				b_khamismushait = {
				}
				b_bisha = {
				}
				b_baljurashi = {
				}
				b_jizan = {
				}
			}
			c_halaban = {
				color={ 186 253 79 }
				color2={ 255 255 255 }
			
				b_afif = {
				}
				b_badaiidyan = {
				}
				b_alqaiyah = {
				}
				b_aljammaniyah = {
				}
				b_albijadiyah = {
				}
				b_almaklah = {
				}
				b_albaharah = {
				}
				b_arradum = {
				}
			}
		}
		d_amman = {
			color = { 32 127 30 }
			color2={ 255 255 255 }
			
			capital = 652 # Al Hasa
			
			c_damman = {
				color = { 30 132 37 }
				color2={ 255 255 255 }
				
				b_avan = {
				}
				b_najmah = {
				}
				b_qatif = {
				}
				b_damman = {
				} 
				b_jubail = {
				}
				b_alaba = {
				}
				b_alhinnah = {
				}
				b_abuhadriya = {
				}
			}
			c_al_hasa = {
				color = { 30 112 20 }
				color2={ 255 255 255 }
				
				b_alhasa = {
				}
				b_holuf = {
				}
				b_foda = {
				}
				b_khobar = {
				}
				b_almubarraz = {
				}
				b_aloyoon = {
				}
				b_alomran = {
				}
				b_ghunan = {
				}
				b_abqaiq = {
				}
			}
			c_bahrein = {
				color = { 20 99 30 }
				color2={ 255 255 255 }
				
				b_muharraq = {
				}
				b_manama = {
				}
				b_umm_al_nasan = {
				}
				b_sitra = {
				}
				b_jidda = {
				}
				b_ummalsabaan = {
				}
				b_hamala = {
				}
				b_aldur = {
				}
			}
		}
	}
	
	k_egypt = {
		color={ 10 255 80 }
		color2={ 255 255 255 }
		
		capital	= 796 # Cairo
		
		culture = egyptian_arabic
		
		orthodox = 20 # Crusade target weight
		muslim = 400 # Crusade target weight
		zoroastrian_group = 150 # Crusade target weight
		zun_pagan_reformed = 100 # Crusade target weight
		jewish_group = 500 # Crusade target weight
		
		d_alexandria = {
			color={ 100 219 134 }
			color2={ 255 255 255 }
			
			capital = 802 # Alexandria
		
			c_alexandria = {
				color={ 102 221 136 }
				color2={ 255 255 255 }

				holy_site = miaphysite
				holy_site = monophysite
				holy_site = hellenic_pagan
				holy_site = nestorian
				
				b_alexandria = {
					pentarchy = yes
				}
				b_abukir = {
				}
				b_damanhur = {
				}
				b_hammam = {
				}
				b_naucratis = {
				}
				b_burgelarab = {
				}
				b_marabout = {
				}
				b_elkanoun = {
				}
			}
			c_al_alamayn = {
				color={ 104 223 138 }
				color2={ 255 255 255 }
			
				b_elalamein = {
				}
				b_mersamatruh = {
				}
				b_sidibarrani = {
				}
				b_fuka = {
				}
				b_katabathmos = {
				}
				b_ghazal = {
				}
				b_paraitonion = {
				}
				b_shammas = {
				}
			}
			c_quattara = {
				color={ 106 225 140 }
				color2={ 255 255 255 }
			
				b_siwa = {
				}
				b_quattara = {
				}
				b_caraoasis = {
				}
				b_qaretagnes = {
				}
				b_abdannabi = {
				}
				b_dayr = {
				}
				b_alamelshwawish = {
				}
				b_ziwaelbahari = {
				}
			}
			c_gizeh = {
				color={ 110 229 144 }
				color2={ 255 255 255 }
			
				b_gizeh = {
				}
				b_aburowash = {
				}
				b_dashur = {
				}
				b_zawyetalayran = {
				}
				b_abughorob = {
				}
				b_abusir = {
				}
				b_saqqara = {
				}
				b_ellisht = {
				}
			}
		}
		d_damietta = {
			color={ 3 255 74 }
			color2={ 255 255 255 }
			
			capital = 798 # Damietta
		
			c_gabiyaha = {
				color={ 6 255 77 }
				color2={ 255 255 255 }
			
				b_rosetta = {
				}
				b_sais = {
				}
				b_fuwa = {
				}
				b_xois = {
				}
				b_hermopolis = {
				}
				b_buto = {
				}
				b_disuq = {
				}
				b_mutubis = {
				}
			}
			c_delta = {
				color={ 9 255 80 }
				color2={ 255 255 255 }
			
				b_damietta = {
				}
				b_burlus = {
				}
				b_saramsah = {
				}
				b_burah = {
				}
				b_fareskur = {
				}
				b_baramun = {
				}
				b_tanis = {
				}
				b_shirbin = {
				}
			}
			c_pelusia = {
				color={ 12 255 83 }
				color2={ 255 255 255 }
			
				b_pelusia = {
				}
				b_tinis = {
				}
				b_alsalihiyah = {
				}
				b_sile = {
				}
				b_ismaillia = {
				}
				b_said = {
				}
				b_pithom = {
				}
				b_serapeum = {
				}
			}
			c_manupura = {
				color={ 15 255 86 }
				color2={ 255 255 255 }
			
				b_manusura = {
				}
				b_almahallah = {
				}
				b_bilbays = {
				}
				b_zagazig = {
				}
				b_athribis = {
				}
				b_bubastis = {
				}
				b_qantir = {
				}
				b_busiris = {
				}
			}
		}
		d_cairo = {
			color={ 20 232 115 }
			color2={ 255 255 255 }
			
			capital = 796 # Cairo
			
			zun_pagan_reformed = 50 # Crusade target weight
		
			c_cairo = {
				color={ 24 236 119 }
				color2={ 255 255 255 }

				holy_site = zun_pagan
				holy_site = zun_pagan_reformed
				
				b_cairo = {
				}
				b_fustat = {
				}
				b_memphis = {
				}
				b_helwan = {
				}
				b_heliopolis = {
				}
				b_maadi = {
				}
				b_tekkekyahudiyya = {
				}
				b_merimdabenisalama = {
				}
			}
			c_sarqihya = {
				color={ 28 240 123 }
				color2={ 255 255 255 }
			
				b_sarqinya = {
				}
				b_clysma = {
				}
				b_atfih = {
				}
				b_taufiq = {
				}
				b_agruda = {
				}
				b_shallufa = {
				}
				b_alhaifar = {
				}
				b_suez = {
				}
			}
		}
		d_aswan = {
			color={ 41 188 120 }
			color2={ 255 255 255 }
			
			capital = 794 # Aswan
		
			c_aswan = {
				color={ 43 190 122 }
				color2={ 255 255 255 }
			
				b_aswan = {
				}
				b_elefantina = {
				}
				b_shellal = {
				}
				b_bigeh = {
				}
				b_veset = {
				}
				b_philae = {
				}
				b_kalabsha = {
				}
				b_edfu = {
				}
			}
			c_buhairya = {
				color={ 108 227 142 }
				color2={ 255 255 255 }
			
				b_buhairya = {
				}
				b_mut = {
				}
				b_qasrfarfra = {
				}
				b_elkharga = {
				}
				b_baris = {
				}
				b_budhkula = {
				}
				b_abuminqar = {
				}
				b_ismant = {
				}
			}
			c_quena = {
				color={ 32 244 127 }
				color2={ 255 255 255 }
			
				b_quena = {
				}
				b_kosseir = {
				}
				b_qus = {
				}
				b_abughusun = {
				}
				b_safaga = {
				}
				b_qift = {
				}
				b_ummrus = {
				}
			}
			c_asyut = {
				color={ 36 248 131 }
				color2={ 255 255 255 }
			
				b_asyut = {
				}
				b_kusai = {
				}
				b_durunka = {
				}
				b_egypthebes = {
				}
				b_egypabydos = {
				}
				b_wannina = {
				}
				b_beitkhallaf = {
				}
				b_luxor = {
				}
				b_meir = {
				}
			}
		}
		
		d_sinai = {
			color={ 88 99 2 }
			color2={ 255 255 255 }
			
			capital = 788 # Farama
		
			c_farama = {
				color={ 141 198 5 }
				color2={ 255 255 255 }
			
				b_farama = {
				}
				b_sin = {
				}
				b_seyan = {
				}
				b_romani = {
				}
				b_birqatia = {
				}
				b_birelabd = {
				}
				b_zaaraniq = {
				}
				b_mustabiq = {
				}
			}
			c_sinai = {
				color={ 143 201 8 }
				color2={ 255 255 255 }

				holy_site = jewish
				holy_site = samaritan
				holy_site = karaite
				
				b_attur = {
				}
				b_sharmelsheikh = {
				}
				b_mamlah = {
				}
				b_nuweiba = {
				}
				b_sinbarqa = {
				}
				b_dahab = {
				}
				b_jabalsamra = {
				}
				b_nabq = {
				}
			}
			c_eilat = {
				color={ 145 203 10 }
				color2={ 255 255 255 }
			
				b_eilat = {
				}
				b_yahel = {
				}
				b_lotan = {
				}
				b_ketura = {
				}
				b_sapir = {
				}
				b_urim = {
				}
				b_tzofar = {
				}
				b_eliot = {
				}
			}
			c_el-arish = {
				color={ 147 205 12 }
				color2={ 255 255 255 }
			
				b_arish = {
				}
				b_tukkot = {
				}
				b_kharruba = {
				}
				b_masyada = {
				}
				b_birelhamma = {
				}
				b_mitmatna = {
				}
				b_abuaweigila = {
				}
				b_zuwayid = {
				}
			}
		}
	}
	
	k_jerusalem = {
		color={ 180 180 180 }
		color2={ 255 255 255 }
		
		capital = 774 # Jerusalem
		
		assimilate = no # Duchies cannot de jure drift OUT of this title
		
		culture = levantine_arabic
		
		# Creation/Usurp Trigger
		allow = {
			religion_group = christian
		}
		
		# Creation Effect
		gain_effect = {
			if = {
				limit = { NOT = { has_global_flag = created_jerusalem } }
				prestige = 5000
				piety = 2000 
				set_global_flag = created_jerusalem
			}
		}
		
		christian = 500 # Crusade target weight
		muslim = 250 # Crusade target weight
		zoroastrian_group = 200 # Crusade target weight
		jewish_group = 3000 # Crusade target weight
		
		d_oultrejourdain = {
			color={ 190 190 180 }
			color2={ 255 255 255 }
			
			capital = 723 # Madaba
		
			c_negev = {
				color={ 190 180 165 }
				color2={ 255 255 255 }
			
				b_negev = {
				}
				b_yeruham = {
				}
				b_dimona = {
				}
				b_avdat = {
				}
				b_albaqar = {
				}
				b_kmehin = {
				}
				b_ezuz = {
				}
				b_haluza = {
				}
			}
			c_monreal = {
				color={ 190 170 155 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Wadi Musa"
				maghreb_arabic = "Wadi Musa"
				levantine_arabic = "Wadi Musa"
				egyptian_arabic = "Wadi Musa"
				andalusian_arabic = "Wadi Musa"
			
				b_monreal = {
					bedouin_arabic = "Wadi Musa"
					maghreb_arabic = "Wadi Musa"
					levantine_arabic = "Wadi Musa"
					egyptian_arabic = "Wadi Musa"
					andalusian_arabic = "Wadi Musa"
				}
				b_hurmniz = {
				}
				b_sela = {
				}
				b_wadimusah = {
				}
				b_tafila = {
				}
				b_bildad = {
				}
				b_paran = {
				}
				b_idan = {
				}
			}
			c_kerak = {
				color={ 150 150 170 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Al-Karak"
				maghreb_arabic = "Al-Karak"
				levantine_arabic = "Al-Karak"
				egyptian_arabic = "Al-Karak"
				andalusian_arabic = "Al-Karak"
			
				b_kirhaseset = {
				}
				b_kerak = {
					bedouin_arabic = "Al-Karak"
					maghreb_arabic = "Al-Karak"
					levantine_arabic = "Al-Karak"
					egyptian_arabic = "Al-Karak"
					andalusian_arabic = "Al-Karak"
				}
				b_tamar = {
				}
				b_zoar = {
				}
				b_zaimona = {
				}
				b_bozra = {
				}
				b_punon = {
				}
				b_krakdemoab = {
				}
			}
			c_madaba = {
				color={ 150 140 160 }
				color2={ 255 255 255 }
				
				b_madaba = {
				}
				b_muwaqqar = {
				}
				b_qastal = {
				}
				b_bilal = {
				}
				b_umm_ar-rasas = {
				}
				b_sahab = {
				}
				b_wadi_al_sir = {
				}
				b_samhal = {
				}
			}
		}
		d_ascalon = {
			color={ 160 160 200 }
			color2={ 255 255 255 }
			
			capital = 780 # Ascalon
		
			c_darum = {
				color={ 167 165 190 }
				color2={ 255 255 255 }
			
				b_darum = {
				}
				b_gaza = {
				}
				b_rafah = {
				}
				b_radwan = {
				}
				b_salqah = {
				}
				b_gerar = {
				}
				b_jarara = {
				}
				b_abasan = {
				}
			}
			c_jaffa = {
				color={ 167 190 150 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Arsuf"
				maghreb_arabic = "Arsuf"
				levantine_arabic = "Arsuf"
				egyptian_arabic = "Arsuf"
				andalusian_arabic = "Arsuf"
			
				b_jaffa = {
					bedouin_arabic = "Arsuf"
					maghreb_arabic = "Arsuf"
					levantine_arabic = "Arsuf"
					egyptian_arabic = "Arsuf"
					andalusian_arabic = "Arsuf"
				}
				b_arsuf = {
				}
				b_lydda = {
				}
				b_ibelin = {
				}
				b_ramleh = {
				}
				b_yazur = {
				}
				b_qula = {
				}
				b_beitdejan = {
				}
			}
			c_ascalon = {
				color={ 176 190 140 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Asqalan"
				maghreb_arabic = "Asqalan"
				levantine_arabic = "Asqalan"
				egyptian_arabic = "Asqalan"
				andalusian_arabic = "Asqalan"
			
				b_ascalon = {
					bedouin_arabic = "Asqalan"
					maghreb_arabic = "Asqalan"
					levantine_arabic = "Asqalan"
					egyptian_arabic = "Asqalan"
					andalusian_arabic = "Asqalan"
				}
				b_harbijah = {
				}
				b_agelen = {
				}
				b_laforbie = {
				}
				b_blanchegarde = {
				}
				b_bothme = {
				}
				b_huidre = {
				}
				b_semsem = {
				}
			}
			c_beersheb = {
				color={ 139 170 160 }
				color2={ 255 255 255 }
			
				b_beersheb = {
				}
				b_estemon = {
				}
				b_massada = {
				}
				b_debir = {
				}
				b_gilat = {
				}
				b_rahat = {
				}
				b_ofakim = {
				}
				b_abuzqayqa = {
				}
			}
		}
		d_jerusalem = {
			color={ 202 202 190 }
			color2={ 255 255 255 }
			
			capital = 774 # Jerusalem
			
			christian = 250 # Crusade target weight
			muslim = 250 # Crusade target weight
		
			c_jerusalem = {
				color={ 250 250 230 }
				color2={ 255 255 255 }
				
				christian = 250 # Crusade target weight
				muslim = 250 # Crusade target weight

				holy_site = catholic
				holy_site = orthodox
				holy_site = sunni
				holy_site = shiite
				holy_site = miaphysite
				holy_site = monophysite
				holy_site = nestorian
				holy_site = pagan
				holy_site = yazidi
				holy_site = jewish
				holy_site = samaritan
				holy_site = karaite
				holy_site = ibadi
				
				b_mirabel = {
				}
				b_jerusalem = {
					pentarchy = yes
				}
				b_nablus = {
				}
				b_rammala = {
				}
				b_beitnuba = {
				}
				b_montgisard = {
				} 
				b_jericho = {
				}
				b_saintsamuel = {
				}
			}
			c_acre = {
				color={ 230 190 154 }
				color2={ 255 255 255 }
		
				b_acre = {
				}
				b_haifa = {
				}
				b_syrcaesarea = {
				}
				b_merle = {
				}
				b_adelon = {
				}
				b_manawat = {
				}
				b_recordana = {
				}
				b_athlith = {
				}
			}
			c_hebron = {
				color={ 200 210 160 }
				color2={ 255 255 255 }
		
				b_hebron = {
				}
				b_bethlehem = {
				}
				b_deimachar = {
				}
				b_syrbelmont = {
				}
				b_alsamoa = {
				}
				b_saintcharlton = {
				}
				b_latrun = {
				}
				b_bethgibelin = {
				}
			}
		}
		d_galilee = {
			color={ 225 200 160 }
			color2={ 255 255 255 }
			
			capital = 771 # Tyrus
		
			c_tiberias = {
				color={ 225 220 160 }
				color2={ 255 255 255 }
			
				b_tiberias = {
				}
				b_nazareth = {
				}
				b_mnttabor = {
				} 
				b_bethsan = {
				}
				b_caymont = {
				}
				b_hattin = {
				}
				b_ashtera = {
				}
				b_lafeve = {
				}
			}
			c_tyrus = {
				color={ 245 245 200 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Sur"
				maghreb_arabic = "Sur"
				levantine_arabic = "Sur"
				egyptian_arabic = "Sur"
				andalusian_arabic = "Sur"
			
				b_tyrus = {
					bedouin_arabic = "Sur"
					maghreb_arabic = "Sur"
					levantine_arabic = "Sur"
					egyptian_arabic = "Sur"
					andalusian_arabic = "Sur"
				}
				b_sarafand = {
				}
				b_scandalon = {
				}
				b_megedel = {
				}
				b_syrmontfort = {
				}
				b_casalimbert = {
				}
				b_hunin = {
				}
				b_syrbelfort = {
				}
			}
			c_beirut = {
				color={ 255 245 190 }
				color2={ 255 255 255 }
			
				b_beirut = {
				}
				b_sidon = {
				}
				b_journie = {
				}
				b_abualhasan = {
				}
				b_cavedetyron = {
				}
				b_mashgarah = {
				} 
				b_sarepta = {
				}
				b_beitkfeya = {
				}
			}
			c_safed = {
				color={ 230 250 190 }
				color2={ 255 255 255 }
			
				b_safed = {
				}
				b_banyas = {
				}
				b_chastelet = {
				}
				b_toron = {
				}
				b_subeiba = {
				}
				b_karmel = {
				}
				b_qatsrin = {
				}
				b_belvoir = {
				}
			}
		}
	}
	
	k_syria = {
		color={ 145 130 88 }
		color2={ 255 255 255 }
		
		culture = levantine_arabic
		
		capital = 728 # Damascus
		
		orthodox = 200 # Crusade target weight
		muslim = 200 # Crusade target weight
		zoroastrian_group = 250 # Crusade target weight
		
		d_aleppo = {
			color={ 85 232 20 }
			color2={ 255 255 255 }
			
			capital = 733 # Aleppo
		
			c_asas = {
				color={ 87 234 22 }
				color2={ 255 255 255 }
			
				b_asas = {
				}
				b_rakka = {
				}
				b_kallinikos = {
				}
				b_talabyad = {
				}
				b_tabqa = {
				}
				b_souriya = {
				}
				b_resafa = {
				}
				b_zaazouaa = {
				}
			}
			c_palmyra = {
				color={ 89 236 24 }
				color2={ 255 255 255 }
			
				b_arak = {
				}
				b_palmyra = {
				}
				b_arraml = {
				}
				b_alqasr = {
				}
				b_jihar = {
				}
				b_tiace = {
				} 
				b_alhuwaysis = {
				}
				b_khirbat = {
				}
			}
			c_aleppo = {
				color={ 91 238 26 }
				color2={ 255 255 255 }
			
				b_aleppo = {
				}
				b_azaz = {
				}
				b_mashala = {
				} 
				b_lerminet = {
				}
				b_sarmin = {
				}
				b_harim = {
				}
				b_qusayr = {
				}
				b_maaratannuman = {
				}
			}
			c_homs = {
				color={ 93 240 28 }
				color2={ 255 255 255 }
			
				b_homs = {
				}
				b_zweitina = {
				}
				b_emesa = {
				}
				b_alkhazandar = {
				}
				b_qadesh = {
				}
				b_sadad = {
				}
				b_marmarita = {
				}
				b_qatna = {
				}
			}
			c_hama = {
				color={ 95 242 30 }
				color2={ 255 255 255 }
			
				b_hama = {
				}
				b_hamath = {
				}
				b_mhardeh = {
				}
				b_qarqar = {
				}
				b_bara = {
				} 
				b_salamiyah = {
				}
				b_serjilla = {
				}
				b_kharsan = {
				}
			}
		}
		d_antioch = {
			color={ 142 63 129 }
			color2={ 255 255 255 }
			
			capital = 764 # Antioch
		
			c_antiocheia = {
				color={ 152 69 135 }
				color2={ 255 255 255 }

				holy_site = orthodox
				holy_site = miaphysite
				holy_site = monophysite
				holy_site = nestorian
				
				b_antiocheia = {
					pentarchy = yes
				}
				b_latakiah = {
				}
				b_stsymeon = {
				}
				b_darbsak = {
				}
				b_hazart = {
				}
				b_saone = {
				}
				b_harenc = {
				}
				b_baghras = {
				}
			}
			c_archa = {
				color={ 109 194 47 }
				color2={ 255 255 255 }
			
				b_archa = {
				}
				b_shayzar = {
				}
				b_famia = {
				}
				b_chastelblanc = {
				}
				b_kafroun = {
				}
				b_treiz = {
				}
				b_krakdeschevaliers = {
				}
				b_masyaf = {
				}
			}
			c_alexandretta = {
				color={ 112 197 50 }
				color2={ 255 255 255 }
				
				bedouin_arabic = "Iskandarun"
				maghreb_arabic = "Iskandarun"
				levantine_arabic = "Iskandarun"
				egyptian_arabic = "Iskandarun"
				andalusian_arabic = "Iskandarun"
				turkish = "Iskandarun"
				armenian = "Hrosos"
			
				b_alexandretta = {
					bedouin_arabic = "Iskandarun"
					maghreb_arabic = "Iskandarun"
					levantine_arabic = "Iskandarun"
					egyptian_arabic = "Iskandarun"
					andalusian_arabic = "Iskandarun"
					turkish = "Iskandarun"
				}
				b_rhosus = {
					armenian = "Hrosos"
				}
				b_portbonnel = {
				}
				b_myriandros = {
				}
				b_portella = {
				}
				b_derbasak = {
				}
				b_sarvantikar = {
				}
				b_larochederissole = {
				}
			}
		}
		d_tripoli = {
			color={ 71 150 32 }
			color2={ 255 255 255 }
			
			capital = 767 # Tripoli
		
			c_tortosa = {
				color={ 73 152 34 }
				color2={ 255 255 255 }
			
				b_tortosa = {
				}
				b_maraclea = {
				}
				b_balemia = {
				}
				b_jabala = {
				}
				b_valania = {
				}
				b_ruad = {
				}
				b_alkhawabi = {
				}
				b_margat = {
				}
			}
			c_tripoli = {
				color={ 75 154 36 }
				color2={ 255 255 255 }
			
				b_syrtripoli = {
				}
				b_gibelet = {
				}
				b_boutron = {
				}
				b_arqah = {
				}
				b_besmedin = {
				}
				b_alqulayat = {
				}
				b_nephin = {
				}
				b_alqadmus = {
				}
			}
			c_baalbek = {
				color={ 77 156 38 }
				color2={ 255 255 255 }
			
				b_baalbek = {
				}
				b_akkar = {
				}
				b_halbah = {
				}
				b_zahle = {
				}
				b_laboue = {
				}
				b_buissera = {
				}
				b_riyaq = {
				}
				b_chlifa = {
				}
			}
		}
		d_damascus = {
			color={ 122 255 3 }
			color2={ 255 255 255 }
			
			capital = 728 # Damascus
		
			c_damascus = {
				color={ 125 255 6 }
				color2={ 255 255 255 }

				holy_site = shiite
				holy_site = jewish
				holy_site = samaritan
				holy_site = karaite
				
				b_qsarbardawil = {
				}
				b_damascus = {
				}
				b_daraa = {
				}
				b_shahba = {
				}
				b_suada = {
				}
				b_alsanamayn = {
				}
				b_izra = {
				}
				b_duma = {
				}
			}
			c_irbid = {
				color={ 128 255 9 }
				color2={ 255 255 255 }
			
				b_aljun = {
				}
				b_irbid = {
				}
				b_pella = {
				}
				b_yarmouk = {
				}
				b_habisjaldak = {
				}
				b_aydoun = {
				}
				b_ummqais = {
				}
				b_gadera = {
				}
			}
			c_al_mafraq = {
				color={ 134 255 15 }
				color2={ 255 255 255 }
			
				b_mafraq = {
				}
				b_thughra = {
				}
				b_jarash = {
				}
				b_nasib = {
				}
				b_buwayda = {
				}
				b_ramtah = {
				}
				b_taebah = {
				}
				b_elemtaih = {
				}
			}
			c_az_zarqa = {
				color={ 103 214 143 }
				color2={ 255 255 255 }
				
				b_zarqa = {
				}
				b_qasramra = {
				}
				b_russeifa = {
				}
				b_qasralhallabat = {
				}
				b_shabib = {
				}
				b_hashemiyya = {
				}
				b_khurqah = {
				}
				b_amratamad = {
				}
			}
			c_amman = {
				color={ 131 255 12 }
				color2={ 255 255 255 }
			
				b_amman = {
				}
				b_dhiban = {
				}
				b_salt = {
				}
				b_mahis = {
				}
				b_fuheis = {
				}
				b_deir_alla = {
				}
				b_jerash = {
				}
				b_al_balqa = {
				}
			}
		}
		d_syria = {
			color={ 35 232 20 }
			color2={ 255 255 255 }
			
			capital = 727 # Syria
		
			c_syria = {
				color={ 37 234 22 }
				color2={ 255 255 255 }
			
				b_amrah = {
				}
				b_otaybah = {
				}
				b_adra = {
				}
				b_jarba = {
				}
				b_qasmiye = {
				}
				b_hayjanah = {
				}
				b_buraq = {
				}
				b_baly = {
				}
			}
			c_druz = {
				color={ 39 236 24 }
				color2={ 255 255 255 }
			
				b_salkhard = {
				}
				b_dibin = {
				}
				b_awas = {
				}
				b_busra = {
				}
				b_ghariyah = {
				}
				b_shannireh = {
				}
				b_samj = {
				}
				b_thoula = {
				}
			}
			c_suwaida = {
				color={ 41 238 26 }
				color2={ 255 255 255 }
			
				b_suwaida = {
				}
				b_raha = {
				}
				b_taraba = {
				}
				b_nimreh = {
				}
				b_salah = {
				}
				b_busan = {
				}
				b_tlilin = {
				}
				b_qummoualad = {
				}
			}
			c_tadmor = {
				color={ 43 240 28 }
				color2={ 255 255 255 }
			
				b_husaiba = {
				}
				b_bukamal = {
				}
				b_alqaim = {
				}
				b_salhiyah = {
				}
				b_assusah = {
				}
				b_subaykhan = {
				}
				b_asharah = {
				}
				b_alqunjah = {
				}
			}
			c_al_bichri = {
				color={ 15 242 95 }
				color2={ 255 255 255 }
				
				b_bichri = {
				}
				b_deiralzur = {
				}
				b_osrhoene = {
				}
				b_abukamal = {
				}
				b_shamiyya = {
				}
				b_mayadin = {
				}
				b_sirhi = {
				}
				b_mhaymidah = {
				}
			}
		}
	}
	
	k_mauretania = {
		color={ 58 188 41 }
		color2={ 255 255 255 }
		
		capital = 843 # Marrakech
		
		culture = maghreb_arabic
		
		muslim = 100 # Crusade target weight
		west_african_pagan_reformed = 100
	
		d_marrakech = {
			color={ 43 150 32 }
			color2={ 255 255 255 }
			
			capital = 843 # Marrakech
		
			c_marrakech = {
				color={ 45 152 34 }
				color2={ 255 255 255 }

				holy_site = aztec
				holy_site = aztec_reformed
				holy_site = west_african_pagan
				holy_site = west_african_pagan_reformed
				
				b_marrakech = {
				}
				b_sidirahhal = {
				}
				b_ouarzazate = {
				}
				b_elanakir = {
				}
				b_demnat = {
				}
				b_asni = {
				}
				b_thineghir = {
				}
				b_alnif = {
				}
			}
			c_tharasset = {
				color={ 47 154 36 }
				color2={ 255 255 255 }
			
				b_tharasset = {
				}
				b_tartaya = {
				}
				b_tantan = {
				}
				b_akhfennir = {
				}
				b_chbika = {
				}
				b_tidergit = {
				}
				b_amot = {
				}
				b_tiglit = {
				}
			}
			c_ifni = {
				color={ 49 156 38 }
				color2={ 255 255 255 }
			
				b_ifni = {
				}
				b_tiznit = {
				}
				b_ouaouteit = {
				}
				b_rgab = {
				}
				b_guelmim = {
				}
				b_belkassem = {
				}
				b_mihrleft = {
				}
				b_tizgui = {
				}
			}
			c_anti-atlas = {
				color={ 51 158 40 }
				color2={ 255 255 255 }
			
				b_agadir = {
				}
				b_taroudaut = {
				}
				b_tata = {
				}
				b_biourga = {
				}
				b_kasbaeljoua = {
				}
				b_argana = {
				}
				b_illrh = {
				}
				b_alogoum = {
				}
			}
			c_massat = {
				color={ 53 160 42 }
				color2={ 255 255 255 }
			
				b_essaouira = {
				}
				b_akermoud = {
				}
				b_safi = {
				} 
				b_haddraa = {
				}
				b_aitelaouni = {
				}
				b_qumelaioun = {
				}
				b_aguedal = {
				}
				b_agouidir = {
				}
			}
			c_canarias = {
				color={ 60 190 43 }
				color2={ 255 255 255 }
		
				b_grancanaria = {
				}
				b_tenerife = {
				}
				b_lagomera = {
				}
				b_lanzarote = {
				}
				b_fuerteventura = {
				}
				b_lagraciosa = {
				}
				b_alegranza = {
				}
				b_lapalma = {
				}
			}
		}
		d_tangiers = {
			color={ 45 255 3 }
			color2={ 255 255 255 }
			
			capital = 841 # Tangiers
		
			c_infa = {
				color={ 48 255 6 }
				color2={ 255 255 255 }
			
				b_infa = {
				}
				b_rabat = {
				}
				b_sale = {
				}
				b_tiflet = {
				}
				b_berrechid = {
				}
				b_azemmour = {
				}
				b_khouribga = {
				}
				b_oulmes = {
				}
			}
			c_tangiers = {
				color={ 51 255 9 }
				color2={ 255 255 255 }
			
				b_tangiers = {
				}
				b_laraiche = {
				}
				b_mulaybuselham = {
				}
				b_alcazarquivir = {
				}
				b_asilah = {
				}
				b_ainbenamar = {
				}
				b_barrha = {
				}
				b_charkia = {
				}
			}
			c_cebta = {
				color={ 54 255 12 }
				color2={ 255 255 255 }
			
				b_cueta = {
				}
				b_tetouan = {
				}
				b_Xauen = {
				}
				b_aulef = {
				}
				b_babtaza = {
				}
				b_targuist = {
				}
				b_mdiq = {
				}
				b_martil = {
				}
			}
		}
		d_fes = {
			color={ 20 232 55 }
			color2={ 255 255 255 }
			
			capital = 840 # Fes
		
			c_fes = {
				color={ 24 236 59 }
				color2={ 255 255 255 }
			
				b_fes = {
				}
				b_meknes = {
				}
				b_zerhoun = {
				}
				b_elhajeb = {
				}
				b_sefrou = {
				}
				b_missour = {
				}
				b_enjil = {
				}
				b_bouanane = {
				}
			}
			c_el_rif = {
				color={ 28 240 63 }
				color2={ 255 255 255 }
			
				b_melilla = {
				}
				b_alhoceima = {
				}
				b_midar = {
				}
				b_ketama = {
				}
				b_nador = {
				}
				b_driouch = {
				}
				b_saka = {
				}
				b_geurcif = {
				}
			}
			c_figuig = {
				color={ 32 244 67 }
				color2={ 255 255 255 }
			
				b_figuig = {
				}
				b_bouarfa = {
				}
				b_safsaf = {
				}
				b_benitajjit = {
				}
				b_ainechchair = {
				}
				b_ich = {
				}
				b_bechar = {
				}
				b_boudnib = {
				}
			}
			c_sijilmasa = {
				color={ 72 214 60 }
				color2={ 255 255 255 }
			
				b_sijilmasa = {}
				b_merzouga = {}
				b_tanamouste= {}
				b_ertoud = {}
				b_merzane = {}
				b_hannabou = {}
				b_tadaout = {}
				b_tisserdmine = {}
			}
		}
		d_alger = {
			color={ 32 150 43 }
			color2={ 255 255 255 }
			
			capital = 831 # Al Djazir
		
			c_atlas_mnt = {
				color={ 49 196 83 }
				color2={ 255 255 255 }

				holy_site = west_african_pagan
				holy_site = west_african_pagan_reformed
				holy_site = ibadi
				
				b_tiaret = {
				}
				b_djelfa = {
				}
				b_bordj = {
				}
				b_elyourh = {
				}
				b_selmana = {
				}
				b_ainrich = {
				}
				b_ainzmila = {
				}
				b_hassibenmadjeb = {
				}
			}
			c_lemdiyya = {
				color={ 51 198 85 }
				color2={ 255 255 255 }
			
				b_medea = {
				}
				b_relizane = {
				}
				b_aindefla = {
				}
				b_elrhenb = {
				}
				b_aintorki = {
				}
				b_blida = {
				}
				b_elhachem = {
				}
				b_sidimohammed = {
				}
			}
			c_al_djazair = {
				color={ 53 200 87 }
				color2={ 255 255 255 }
			
				b_algiers = {
				}
				b_tipasa = {
				}
				b_chiffa = {
				}
				b_sidiakacha = {
				}
				b_rhedadoua = {
				}
				b_elachour = {
				}
				b_elRdair = {
				}
				b_tirourda = {
				}
			}
			c_mzab = {
				color={ 39 157 50 }
				color2={ 255 255 255 }
			
				b_mzab = {
				}
				b_noumerat = {
				}
				b_sebseb = {
				}
				b_elalia = {
				}
				b_ouargla = {
				}
				b_zelfana = {
				}
				b_bermane = {
				}
				b_elbour = {
				}
			}
			c_ouled_nail = {
				color={ 41 159 52 }
				color2={ 255 255 255 }
			
				b_tubirett = {
				}
				b_msila = {
				}
				b_sidiheg = {
				}
				b_roumana = {
				}
				b_ainzia = {
				}
				b_sidinhar = {
				}
				b_beneldir = {
				}
				b_bordjelcaid = {
				}
			}
			c_biskra = {
				color={ 47 253 104 }
				color2={ 255 255 255 }
			
				b_biskra = {
				}
				b_batna = {
				}
				b_khenchela = {
				}
				b_sidiokba = {
				}
				b_nebka = {
				}
				b_bigou = {
				}
				b_branis = {
				}
				b_mekhadma = {
				}
			}
		}
		d_tlemcen = {
			color={ 41 188 75 }
			color2={ 255 255 255 }
			
			capital = 834 # Tlemcen
			
			c_tlemcen = {
				color={ 43 190 77 }
				color2={ 255 255 255 }
			
				b_tlemcen = {
				}
				b_sidibelabbes = {
				}
				b_muaskar = {
				}
				b_bedrabine = {
				}
				b_tessala = {
				}
				b_letelagh = {
				}
				b_dhaya = {
				}
				b_elhaicaiba = {
				}
			}
			c_orania = {
				color={ 45 192 79 }
				color2={ 255 255 255 }
			
				b_oran = {
				}
				b_mostaganem = {
				}
				b_aintemouchent = {
				}
				b_maghnia = {
				}
				b_benisaf = {
				}
				b_ainelberd = {
				}
				b_merselhadjad = {
				}
				b_gdyel = {
				}
			}
			c_hanyan = {
				color={ 47 194 81 }
				color2={ 255 255 255 }
			
				b_hanyan = {
				}
				b_naama = {
				}
				b_saida = {
				}
				b_alkasdir = {
				}
				b_alancha = {
				}
				b_magoura = {
				}
				b_raselma = {
				}
				b_bougtob = {
				}
			}
			c_snassen = {
				color={ 36 248 71 }
				color2={ 255 255 255 }
			
				b_oujda = {
				}
				b_jerada = {
				}
				b_saldia = {
				}
				b_ainbenimathar = {
				}
				b_debdou = {
				}
				b_tendrara = {
				}
				b_berkane = {
				}
				b_ahfir = {
				}
			}
		}
	}
	
	k_africa = {
		color={ 21 255 3 }
		color2={ 255 255 255 }
		
		capital = 817 # Tunis
		
		culture = maghreb_arabic
		
		orthodox = 10 # Crusade target weight
		muslim = 200 # Crusade target weight
		west_african_pagan_reformed = 50
		zoroastrian_group = 50 # Crusade target weight
		
		d_tunis = {
			color={ 20 232 95 }
			color2={ 255 255 255 }
			
			capital = 817 # Tunis
		
			c_tunis = {
				color={ 23 235 98 }
				color2={ 255 255 255 }
			
				b_tunis = {
				}
				b_ariana = {
				}
				b_sousse = {
				}
				b_cartaghe = {
				}
				b_zaghouan = {
				}
				b_benarous = {
				}
				b_kelibia = {
				}
				b_hammamet = {
				}
			}
			c_medjerda = {
				color={ 26 238 101 }
				color2={ 255 255 255 }

				holy_site = west_african_pagan
				holy_site = west_african_pagan_reformed			
				
				b_medjerda = {
				}
				b_lekef = {
				}
				b_siliana = {
				}
				b_kasserine = {
				}
				b_qaafur = {
				}
				b_sidimubarak = {
				}
				b_dougga = {
				}
				b_elkrib = {
				}
			}
			c_bizerte = {
				color={ 29 241 104 }
				color2={ 255 255 255 }
			
				b_bizerte = {
				}
				b_tunbeja = {
				}
				b_jendouba = {
				}
				b_ghezala = {
				}
				b_manziljamal = {
				}
				b_almatin = {
				}
				b_tamra = {
				}
				b_netza = {
				}
			}
			c_kairwan = {
				color={ 32 244 107 }
				color2={ 255 255 255 }
			
				b_kairouan = {
				}
				b_gafsa = {
				}
				b_tozeur = {
				}
				b_sidibouzid = {
				}
				b_haffouz = {
				}
				b_chebika = {
				}
				b_meknassy = {
				}
				b_sidimansour = {
				}
			}
			c_mahdia = {
				color={ 35 247 110 }
				color2={ 255 255 255 }
			
				b_mahdia = {
				}
				b_monastir = {
				}
				b_sfax = {
				}
				b_msaken = {
				}
				b_agareb = {
				}
				b_neffatia = {
				}
				b_lalaouza = {
				}
				b_lacroix = {
				}
			}
			c_gabes = {
				color={ 38 250 113 }
				color2={ 255 255 255 }
			
				b_gabes = {
				}
				b_kebili = {
				}
				b_medenine = {
				}
				b_tataouine = {
				}
				b_aljanain = {
				}
				b_haddej = {
				}
				b_steftimi = {
				}
				b_alqalah = {
				}
			}
		}
		d_tripolitania = {
			color={ 63 175 117 }
			color2={ 255 255 255 }
			
			capital = 811 # Tripolitania
		
			c_tripolitana = {
				color={ 45 192 107 }
				color2={ 255 255 255 }
			
				b_libtripoli = {
				}
				b_sabratah = {
				}
				b_nalut = {
				}
				b_baniwaled = {
				}
				b_gherlan = {
				}
				b_funduq = {
				}
				b_aljamil = {
				}
				b_mazuzah = {
				}
			}
			c_djerba = {
				color={ 49 196 111 }
				color2={ 255 255 255 }
			
				b_houmtsouk = {
				}
				b_midoun = {
				}
				b_ajim = {
				}
				b_aghir = {
				}
				b_abarda = {
				}
				b_elmey = {
				}
				b_cedriane = {
				}
				b_taguermess = {
				}
			}
			c_leptis_magna = {
				color={ 53 200 115 }
				color2={ 255 255 255 }
			
				b_leptismagna = {
				}
				b_misratah = {
				}
				b_alhasun = {
				}
				b_abunujaym = {
				}
				b_qirdah = {
				}
				b_alghiran = {
				}
				b_naimah = {
				}
				b_gioda = {
				}
			}
			c_syrte = {
				color={ 57 204 119 }
				color2={ 255 255 255 }
			
				b_syrte = {
				}
				b_abuhadi = {
				}
				b_assultan = {
				}
				b_assidr = {
				}
				b_lanuf = {
				}
				b_bishr = {
				}
				b_qaryatbishr = {
				}
				b_nawfalliyah = {
				}
			}
		}
		d_cyrenaica = {
			color={ 32 150 63 }
			color2={ 255 255 255 }
			
			capital = 806 # Cyrenaica
		
			c_cyrenaica = {
				color={ 34 152 65 }
				color2={ 255 255 255 }
			
				b_cyrene = {
				}
				b_marsasusah = {
				}
				b_derna = {
				}
				b_altamimi = {
				}
				b_alqubbah = {
				}
				b_athrun = {
				}
				b_mukhayta = {
				}
				b_khadra = {
				}
			}
			c_senoussi = {
				color={ 36 154 67 }
				color2={ 255 255 255 }
			
				b_kufra = {
				}
				b_jalu = {
				}
				b_jakharrah = {
				}
				b_gabr = {
				}
				b_attallab = {
				}
				b_attaj = {
				}
				b_buzayman = {
				}
				b_tazirbu = {
				}
			}
			c_benghazi = {
				color={ 38 156 69 }
				color2={ 255 255 255 }
			
				b_benghazi = {
				}
				b_barca = {
				}
				b_oriana = {
				}
				b_tulmaytath = {
				}
				b_ajdabiya = {
				}
				b_daryanah = {
				}
				b_tansulukh = {
				}
				b_jardinah = {
				}
			}
			c_tobruk = {
				color={ 40 158 71 }
				color2={ 255 255 255 }
			
				b_tobruk = {
				}
				b_bardia = {
				}
				b_sollum = {
				}
				b_alqardabah = {
				}
				b_acroma = {
				}
				b_kambut = {
				}
				b_zanzur = {
				}
				b_rukbah = {
				}
			}
		}
		d_kabylia = {
			color={ 164 247 131 }
			color2={ 255 255 255 }
			
			capital = 825 # Beni Yanni
		
			c_beni_yanni = {
				color={ 35 153 46 }
				color2={ 255 255 255 }
			
				b_bourmedes = {
				}
				b_tafoughalt = {
				}
				b_tigzirt = {
				}
				b_bujima = {
				}
				b_azeffoun = {
				}
				b_azazga = {
				}
				b_taoudouch = {
				}
				b_thiza = {
				}
			}
			c_tell_atlas = {
				color={ 37 155 48 }
				color2={ 255 255 255 }
			
				b_tiziouzou = {
				}
				b_zaoula = {
				}
				b_akaoudj = {
				}
				b_mirabeau = {
				}
				b_nacina = {
				}
				b_draaelmizan = {
				}
				b_tagoughalt = {
				}
				b_mechreck = {
				}
			}
			c_constantine = {
				color={ 45 251 102 }
				color2={ 255 255 255 }
			
				b_constantine = {
				}
				b_guelma = {
				}
				b_tebessa = {
				}
				b_elkhroub = {
				}
				b_tadjenanet = {
				}
				b_oumelbouaghi = {
				}
				b_mechtakebira = {
				}
				b_guerrah = {
				}
			}
			c_bejaija = {
				color={ 49 255 106 }
				color2={ 255 255 255 }
			
				b_bejaija = {
				}
				b_setif = {
				}
				b_mila = {
				}
				b_elbekara = {
				}
				b_jijel = {
				}
				b_boudaoud = {
				}
				b_gantas = {
				}
				b_eldjabia = {
				}
			}
			c_annaba = {
				color={ 51 255 108 }
				color2={ 255 255 255 }
			
				b_annabah = {
				}
				b_eltarf = {
				}
				b_soukahras = {
				}
				b_skikda = {
				}
				b_elbouni = {
				}
				b_boudjama = {
				}
				b_drean = {
				}
				b_meroudj = {
				}
			}
		}
	}
}

e_abyssinia = {
	color={ 181 133 68 }
	color2={ 255 255 255 }
	
	capital = 883 # Gondar
	
	culture = ethiopian
	
	k_abyssinia = {
		color={ 120 62 20 }
		color2={ 255 255 255 }
		
		capital = 883 # Gondar
		
		culture = ethiopian
		
		jewish_group = 100
		
		d_harer = { # Berbera
			color={ 127 151 52 }
			color2={ 255 255 255 }
			
			capital = 872 # Berbera
		
			c_busaso = {
				color={ 127 151 52 }
				color2={ 255 255 255 }
			
				b_mosylon = {
				}
				b_bandaraassim = {
				}
				b_lasanod = {
				}
				b_garoowe = {
				}
				b_qardho = {
				}
				b_erigavo = {
				}
				b_hadaftimo = {
				}
				b_buraan = {
				}
			}
			c_berbera = {
				color={ 127 151 52 }
				color2={ 255 255 255 }
			
				b_berbera = {
				}
				b_maydh = {
				}
				b_gabiley = {
				}
				b_burco = {
				}
				b_mandera = {
				}
				b_daarbuduq = {
				}
				b_shiikh = {
				}
			}
			c_zeila = {
				color={ 127 151 52 }
				color2={ 255 255 255 }
			
				b_zeila = {
				}
				b_hargeysa = {
				}
				b_borama = {
				}
				b_amud = {
				}
				b_jijiga = {
				}
				b_dilla = {
				}
				b_lughaya = {
				}
			}
		}
		
		d_axum = {
			color={ 186 135 70 }
			color2={ 255 255 255 }
			
			capital = 875 # Aksum
		
			c_aksum = {
				color={ 186 135 70 }
				color2={ 255 255 255 }

				holy_site = miaphysite
				holy_site = monophysite
				
				b_adwa = {
				}
				b_aksum = {
				}
				b_mekele = {
				}
				b_rama2 = {
				}
				b_adigrat = {
				}
				b_hawzen = {
				}
				b_yeha = {
				}
			}
			c_massawa = {
				color={ 186 135 70 }
				color2={ 255 255 255 }
			
				b_massawa = {
				}
				b_cheren = {
				}
				b_dahano = {
				}
				b_matara = {
				}
				b_qohaito = {
				}
				b_adulis = {
				}
				b_sembel = {
				}
			}
			c_akordat = {
				color={ 186 135 70 }
				color2={ 255 255 255 }
			
				b_akordat = {
				}
				b_teseney = {
				}
				b_antalla = {
				}
				b_barentu = {
				}
				b_dghe = {
				}
				b_mogolo = {
				}
				b_shambuko = {
				}
			}

		}
		d_semien = {
			color={ 146 105 50 }
			color2={ 255 255 255 }
			
			capital = 1380 # Semien

			c_tigrinya = {
				color={ 146 105 50 }
				color2={ 255 255 255 }
			
				b_tigrinya = {
				}
				b_adi_ramets = {
				}
				b_amba_maderiya = {
				}
				b_bilamba = {
				}
				b_golonco = {
				}
				b_zagamat = {
				}
				b_adenna = {
				}
			}
			c_semien = {
				color={ 146 105 50 }
				color2={ 255 255 255 }
			
				b_dabat = {
				}
				b_debark = {
				}
				b_ciarveta = {
				}
				b_oivela_mariam = {
				}
				b_belesa = {
				}
				b_amja_lebes = {
				}
				b_ambaras = {
				}
			}
		}
		d_afar = {
			color={ 159 189 65 }
			color2={ 255 255 255 }
			
			capital = 873 # Harer

			c_assab = {
				color={ 159 189 65 }
				color2={ 255 255 255 }
			
				b_assab = {
				}
				b_debaysima = {
				}
				b_rehayto = {
				}
				b_manda = {
				}
				b_agurto = {
				}
				b_mergebla = {
				}
				b_gehare = {
				}
			}
			c_asayita = {
				color={ 159 189 65 }
				color2={ 255 255 255 }
			
				b_asayita = {
				}
				b_afambo = {
				}
				b_serdo = {
				}
				b_dedai = {
				}
				b_lofefle = {
				}
				b_tendaho = {
				}
				b_jewaha = {
				}
			}
			c_harer = {
				color={ 159 189 65 }
				color2={ 255 255 255 }
			
				b_dakkar = {
				}
				b_harar = {
				}
				b_alemaya = {
				}
				b_diridawa = {
				}
				b_kurfachele = {
				}
				b_kombolcha = {
				}
				b_babile = {
				}
			}
			c_tadjoura = {
				color={ 159 189 65 }
				color2={ 255 255 255 }
			
				b_tadjoura = {
				}
				b_berenice = {
				}
				b_obock = {
				}
				b_galafi = {
				} 
				b_dikhil = {
				}
				b_djibouti = {
				}
				b_holhol = {
				}
				b_randa = {
				}
			}
		}
		d_gondar= {
			color={ 215 119 45 }
			color2={ 255 255 255 }
			
			capital = 883 # Gondar
		
			c_gondar = {
				color={ 215 119 45 }
				color2={ 255 255 255 }
			
				b_fasilghebbi = {
				}
				b_gondar = {
				}
				b_roha = {
				}
				b_ambassel = {
				}
				b_bahirdar = {
				}
				b_magdala = {
				}
				b_tanaqirqos = {
				}
				b_dembiya = {
				}
			}
			c_begemder = {
				color={ 215 119 45 }
				color2={ 255 255 255 }
			
				b_gereger = {
				}
				b_filakit = {
				}
				b_chekerefta = {
				}
				b_danya = {
				}
				b_bete_yohanis = {
				}
				b_awariya = {
				}
				b_maryamu = {
				}
			}
		}
		d_wag = {
			color={ 186 100 55 }
			color2={ 255 255 255 }
			
			capital =  1417 # Wag
		
			c_wag = {
				color={ 186 100 55 }
				color2={ 255 255 255 }
			
				b_sekota = {
				}
				b_zumbo = {
				}
				b_sacca = {
				}
				b_tsaicha = {
				}
				b_lashwa = {
				}
				b_indeher_giba = {
				}
				b_liktaba = {
				}
			}
			c_lakomelza = {
				color={ 186 100 55 }
				color2={ 255 255 255 }
			
				b_dessye = {
				}
				b_kembolcha = {
				}
				b_ziya = {
				}
				b_habru = {
				}
				b_tigaja = {
				}
				b_cherkwa = {
				}
				b_metene = {
				}
			}
		}
		d_gojjam = {
			color={ 137 90 76 }
			color2={ 255 255 255 }
			
			capital =  1280 # Gojjam
		
			c_gojjam = {
				color={ 137 90 76 }
				color2={ 255 255 255 }
			
				b_gojjam = {
				}
				b_mankorar = {
				}
				b_eliyas = {
				}
				b_yejube = {
				}
				b_godana_mikael = {
				}
				b_yegeleka = {
				}
				b_baremma = {
				}
			}
			c_matamma = {
				color={ 137 90 76 }
				color2={ 255 255 255 }
			
				b_ginbo = {
				}
				b_bonga = {
				}
				b_gishabay = {
				}
				b_wacha = {
				}
				b_chiri = {
				}
				b_kaffa = {
				}
				b_yadeta = {
				}
				b_garo = {
				}
			}
		}
		d_damot = {
			color={ 198 93 30 }
			color2={ 255 255 255 }
			
			capital = 1428 # Damot
		
			c_damot = {
				color={ 198 93 30 }
				color2={ 255 255 255 }
			
				b_malbarde = {
				}
				b_muger = {
				}
				b_yirga_chefe = {
				}
				b_fasha = {
				}
				b_awasa = {
				}
				b_zima = {
				}
				b_teltele = {
				}
			}
			c_asosa = {
				color={ 198 93 30 }
				color2={ 255 255 255 }
			
				b_asosa = {
				}
				b_bambasi = {
				}
				b_genetemariam = {
				}
				b_debrezeyit = {
				}
				b_mankush = {
				}
				b_dibate = {
				}
				b_ketema = {
				}
				b_kormuk = {
				}
			}
		}
		d_shewa = {
			color={  147 90 48 }
			color2={ 255 255 255 }
			
			capital = 882 # Ankober
		
			c_ankober = {
				color={  147 90 48 }
				color2={ 255 255 255 }
			
				b_ankober = {
				}
				b_doqaqit = {
				}
				b_qundi = {
				}
				b_saqqa = {
				}
				b_aliyuamba = {
				}
				b_berehet = {
				}
				b_keyagebriel = {
				}
				b_tegulet = {
				}
			}
			c_antalo = {
				color={  147 90 48 }
				color2={ 255 255 255 }
			
				b_entoto = {
				}
				b_hayq = {
				}
				b_shewa = {
				}
				b_antsokia = {
				}
				b_debreberhan = {
				}
				b_bale = {
				}
				b_debrelibanos = {
				}
				b_oromos = {
				}
			}
		}
	}
	
	k_nubia = {
		color={ 180 85 39 }
		capital = 793 # Makuria
		
		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					religion_group = christian
				}
			}
		}
		
		d_nobatia = {
			color = { 162 133 85 }

			capital = 1282 # Dotawo

			c_dotawo = {
				color = { 160 130 85 }
				color2={ 255 255 255 }
			
				b_dotawo = {
				}
				b_jebeladda = {
				}
				b_faras = {
				}
				b_qasribrim = {
				}
				b_ballana = {
				}
				b_buhen = {
				}
				b_premnis = {
				}
			}
			c_nobatia = {
				color = { 150 140 65 }
				color2={ 255 255 255 }
			
				b_semna = {
				}
				b_wawa = {
				}
				b_nubia = {
				}
				b_delgo = {
				}
				b_soleb = {
				}
				b_abri = {
				}
				b_akasha = {
				}
			}
			c_nubia = {
				color = { 145 130 60 }
				color2={ 255 255 255 }
			
				b_anag = {
				}
				b_eirayab = {
				}
				b_salala = {
				}
				b_nafab = {
				}
				b_komotit = {
				}
				b_tahtani = {
				}
				b_fanoidig = {
				}
			}
			c_aydhab = {
				color = { 125 120 65 }
				color2={ 255 255 255 }
			
				b_aydhab = {
				}
				b_halayeb = {
				}
				b_troglodytica = {
				}
				b_marsaalam = {
				}
				b_elba = {
				}
				b_shalateen = {
				}
				b_zabargad = {
				}
			}
		}
		d_nubia = { # Makuria
			color = { 141 162 79 }
			capital = 793 # Makuria
			
			c_makuria = {
				color = { 140 155 75 }
				color2={ 255 255 255 }
			
				b_dongola = {
				}
				b_kawa = {
				}
				b_affat = {
				}
				b_qubban = {
				}
				b_gabriya = {
				}
				b_kerma = {
				}
				b_kerat = {
				}
			}
			c_napata = {
				color = { 155 140 67 }
				color2={ 255 255 255 }

				holy_site = miaphysite
				holy_site = monophysite
				
				b_napata = {
				}
				b_marawi = {
				}
				b_ghazali = {
				}
				b_kanisah = {
				}
				b_korti = {
				}
				b_keheilli = {
				}
				b_karima = {
				}
			}
			c_atbara = {
				color = { 145 120 50 }
				color2={ 255 255 255 }
			
				b_atbara = {
				}
				b_meruwah = {
				}
				b_begarawiyah = {
				}
				b_hajaralasla = {
				}
				b_ummmardi = {
				}
				b_abudis = {
				}
				b_shendi = {
				}
			}

		}
		d_sennar = { # Alodia
			color={ 128 60 20 }
			color2={ 255 255 255 }
			
			capital = 1334 # Alodia
			
			c_alodia = {
				color={ 135 65 20 }
				color2={ 255 255 255 }
			
				b_alwa = {
				}
				b_soba = {
				}
				b_omdurman = {
				}
				b_barah = {
				}
				b_omjerky = {
				}
				b_malaka = {
				}
				b_wawissi = {
				}
			}
			c_sennar = {
				color={ 115 60 20 }
				color2={ 255 255 255 }
			
				b_sennar = {
				}
				b_tabat = {
				}
				b_sinjah = {
				}
				b_bakkah = {
				}
				b_kukur = {
				}
				b_galgani = {
				}
				b_wadrawah = {
				}
				b_kinanah = {
				}
			}
			c_kosti = {
				color={ 160 70 40 }
				color2={ 255 255 255 }
			
				b_kosti = {
				}
				b_abbeit = {
				}
				b_tandalti = {
				}
				b_umm_ruwaba = {
				}
				b_dalang = {
				}
				b_kaduqli = {
				}
				b_lagawa = {
				}
			}

		}
		d_hayya = { # Blemmyia
			color={ 186 91 41 }
			color2={ 255 255 255 }
			
			capital = 878 # Hayya

			culture = nubian
		
			c_suakin = {
				color={ 176 85 35 }
				color2={ 255 255 255 }
			
				b_sawakin = {
				}
				b_tisiamti = {
				}
				b_salum = {
				}
				b_taiwi = {
				}
				b_derkin = {
				}
				b_dubarua = {
				}
				b_komelshokafa = {
				}
			}
			c_trinkitat = {
				color={ 141 55 35 }
				color2={ 255 255 255 }
			
				b_trinkitat = {
				}
				b_derri = {
				}
				b_tokar = {
				}
				b_farata = {
				}
				b_teb = {
				}
				b_kwababa = {
				}
				b_mukden = {
				}
			}
			c_hayya = {
				color={ 186 91 41 }
				color2={ 255 255 255 }
			
				b_hayya = {
				}
				b_musmer = {
				}
				b_sinkat = {
				}
				b_kataigarsa = {
				}
				b_aliab = {
				}
				b_gebeit = {
				}
				b_taris = {
				}
			}
			c_kassala = {
				color={ 200 101 34 }
				color2={ 255 255 255 }
			
				b_kassala = {
				}
				b_doka = {
				}
				b_dinder = {
				}
				b_aroma = {
				}
				b_kagnarti = {
				}
				b_tebteb = {
				}
				b_gherset = {
				}
			}
		}
	}
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = east_african
			}
		}
		has_landed_title=k_egypt
		has_landed_title=k_nubia
		has_landed_title=k_abyssinia
	}
}

e_britannia = {
	color={ 172 22 22 }
	color2={ 255 255 255 }
	capital = 32 # Middlesex
	
	welsh = Prydain
	irish = Alba
	scottish = Alba
	pictish = Alba
	breton = Prydain
	
	# Creation/usurpation trigger
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture = english
				culture = saxon
				culture = norman
				culture_group = celtic
				culture_group = north_germanic
			}
		}
	}

	k_england = {
		color={ 202 26 26 }
		color2={ 255 255 255 }
		capital = 32 # Middlesex
		dignity = 10 # Counted as having this many more counties than it does
		
		catholic = 300 # Crusade target weight
		norse_pagan_reformed = 200 # Crusade target weight
		
		culture = saxon

		welsh = Lloegyr
		pictish = Lloegyr
		breton = Lloegyr
		irish = Sasana
		
		d_northumberland = {
			color={ 255 0 0 }
			color2={ 255 255 255 }
			
			capital = 52 # Northumberland

			saxon = Northumbria
			
			c_northumberland = {
				color={ 255 10 0 }
				color2={ 255 255 255 }
				
				saxon = Northumbria
			
				b_morpeth = {
				}
				b_bamburgh = {
					norwegian = "Bamborg"
					danish = "Bamborg"
					swedish = "Bamborg"
					norse = "Bamborg"
				}
				b_hexham = {
				}
				b_newcastle = {
				}
				b_alnwick = {
				}
				b_norham = {
				}
				b_lindisfarne = {
				}
				b_mitford = {
				}
			}
			c_durham = {
				color={ 255 15 0 }
				color2={ 255 255 255 }
				
				norwegian = "Dunholm"
				danish = "Dunholm"
				swedish = "Dunholm"
				norse = "Dunholm"
	
				b_gateshead = {
				}
				b_durham = {
					norwegian = "Dunholm"
					danish = "Dunholm"
					swedish = "Dunholm"
					norse = "Dunholm"
				}
				b_chester-le-street = {
				}
				b_jarrow = {
				}
				b_hartlepool = {
				}
				b_auckland = {
				}
				b_raby = {
				}
				b_st_cuthbert = {
				}
			}
			c_cumberland = {
				color={ 30 185 243 }
				color2={ 255 255 255 }
	
				b_carlisle = {
				}
				b_burgh = {
				}
				b_gilsland = {
				}
				b_penrith = {
				}
				b_egremont = {
				}
				b_papcastlet = {
				}
				b_cockermouth = {
				}
				b_dacre = {
				}
			}
		}
		d_lancaster = {
			color={ 255 48 0 }
			color2={ 255 255 255 }
			
			capital = 58 # Lancaster
			
			welsh = Rheged
			
			c_lancaster = {
				color={ 255 50 5 }
				color2={ 255 255 255 }
			
				b_salford = {
				}
				b_lancaster = {
				}
				b_bolton = {
				}
				b_preston = {
				}
				b_sawley = {
				}
				b_gisburn = {
				}
				b_furness = {
				}
				b_clitheroe = {
				}
			}
			c_westmorland = {
				color={ 255 55 10 }
				color2={ 255 255 255 }
			
				b_appleby = {
				}
				b_kendal = {
				}
				b_lowther = {
				}
				b_cartmel = {
				}
				b_kirkby = {
				}
				b_brough = {
				}
				b_shap = {
				}
				b_brougham = {
				}
			}
			c_chester = {
				color={ 255 60 15 }
				color2={ 255 255 255 }
			
				b_chester = {
				}
				b_halton = {
				}
				b_malpas = {
				}
				b_northwich = {
				}
				b_macclesfield = {
				}
				b_beeston = {
				}
				b_sandbach = {
				}
				b_nantwich = {
				}
			}
			c_derby = {
				color={ 255 65 20 }
				color2={ 255 255 255 }
				
				norwegian = "Djuraby"
				danish = "Djuraby"
				swedish = "Djuraby"
				norse = "Djuraby"
			
				b_derby = {
					norwegian = "Djuraby"
					danish = "Djuraby"
					swedish = "Djuraby"
					norse = "Djuraby"
				}
				b_bakewell = {
				}
				b_repton = {
				}
				b_bolsover = {
				}
				b_castleton = {
				}
				b_chesterfield = {
				}
				b_burton = {
				}
				b_wirksworth = {
				}
			}
		}
		d_york = {
			color={ 255 90 15 }
			color2={ 255 255 255 }
			
			capital = 57 # York
			
			dignity = 2
			
			norwegian = "Jorvik"
			danish = "Jorvik"
			swedish = "Jorvik"
			norse = "Jorvik"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 12
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_york = {
				color={ 255 80 5 }
				color2={ 255 255 255 }
				
				norwegian = "Jorvik"
				danish = "Jorvik"
				swedish = "Jorvik"
				norse = "Jorvik"
	
				b_york = {
					norwegian = "Jorvik"
					danish = "Jorvik"
					swedish = "Jorvik"
					norse = "Jorvik"
				}
				b_richmond = {
				}
				b_st_peters = {
				}
				b_scarborough = {
					norwegian = "Skardaborg"
					danish = "Skardaborg"
					swedish = "Skardaborg"
					norse = "Skardaborg"
				}
				b_skipton = {
				}
				b_pontefract = {
				}
				b_hull = {
				}
				b_conisbrough = {
					norwegian = "Kungsborg"
					danish = "Kungsborg"
					swedish = "Kungsborg"
					norse = "Kungsborg"
				}
			}
			c_lincoln = {
				color={ 255 90 20 }
				color2={ 255 255 255 }
				
				b_gainsborough = {
				}
				b_lincoln = {
				}
				b_boston = {
				}
				b_spalding = {
				}
				b_stamford = {
				}
				b_grantham = {
				}
				b_louth = {
				}
				b_bardney = {
				}
			}
		}
		d_norfolk = {
			color={ 200 90 0 }
			color2={ 255 255 255 }
			
			capital = 70 # Norfolk
			
			norman = "Norfolk"
			english = "Norfolk"
			
			c_norfolk = {
				color={ 255 95 5 }
				color2={ 255 255 255 }
			
				b_norwich = {
				}
				b_thetford = {
				}
				b_buckenham = {
				}
				b_lynn = {
				}
				b_yarmouth = {
				}
				b_elmham = {
				}
				b_castle_rising = {
				}
				b_chatteris = {
				}
			}
			c_suffolk = {
				color={ 255 100 10 }
				color2={ 255 255 255 }
			
				b_ipswich = {
				}
				b_ely = {
				}
				b_bury = {
				}
				b_lowestoft = {
					danish = "Lothvistoft"
					swedish = "Lothvistoft"
					norwegian = "Lothvistoft"
					norse = "Lothvistoft"
				}
				b_dunwich = {
				}
				b_stow = {
				}
				b_bungay = {
				}
				b_framlingham = {
				}
			}
		}
		d_bedford = { # Essex
			color={ 241 15 15 }
			color2={ 255 255 255 }
			capital = 72 # Essex
			
			norman = "Bedford"
			english = "Bedford"
			
			c_bedford = {
				color={ 241 30 30 }
				color2={ 255 255 255 }
				
				b_bedford = {
				}
				b_hertford = {
				}
				b_st_albans = {
				}
				b_berkhamsted = {
				}
				b_luton = {
				}
				b_dunstable = {
				}
				b_watford = {
				}
				b_ashridge = {
				}
			}
			c_middlesex = {
				color={ 241 90 35 }
				color2={ 255 255 255 }
			
				holy_site = aztec
				holy_site = aztec_reformed

				b_westminster = {
					used_for_dynasty_names = no
					norse=Vestmystur
				}
				b_london = {
					used_for_dynasty_names = no
					norse=Lundnir
				}
				b_st_pauls = {
				}
				b_tottenham = {
				}
				b_fulham = {
				}
				b_staines = {
				}
				b_harrow = {
				}
				b_chelsea = {
				}
			}
			c_essex = {
				color={ 241 25 25 }
				color2={ 255 255 255 }
				
				b_maldon = {
				}
				b_havering = {
				}
				b_dunmow = {
				}
				b_colchester = {
				}
				b_waltham = {
				}
				b_barking = {
				}
				b_pleshey = {
				}
				b_hedingham = {
				}
			}
			c_northampton = {
				color={ 255 110 5 }
				color2={ 255 255 255 }
				
				b_peterborough = {
				}
				b_huntingdon = {
				}
				b_ramsey = {
				}
				b_northampton = {
				}
				b_kettering = {
				}
				b_cambridge = {
				}
				b_crowland = {
				}
				b_rockingham = {
				}
			}
		}
		d_hereford = { # Mercia
			color={ 241 47 15 }
			color2={ 255 255 255 }
			
			capital = 67 # Warwick
			
			dignity = 5
			
			norman = "Warwick"
			english = "Warwick"
			
			c_leicester = {
				color={ 255 85 10 }
				color2={ 255 255 255 }
			
				b_leicester = {
				}
				b_nottingham = {
				}
				b_southwell = {
				}
				b_newark = {
				}
				b_hucknall = {
				}
				b_tickhill = {
				}
				b_worksop = {
				}
				b_newstead = {
				}
			}
			c_warwick = {
				color={ 241 60 30 }
				color2={ 255 255 255 }
			
				b_coventry = {
				}
				b_warwick = {
				}
				b_lichfield = {
				}
				b_stafford = {
				}
				b_tamworth = {
				}
				b_kenilworth = {
				}
				b_tutbury = {
				}
				b_dudley = {
				}
			}
			c_worcester = {
				color={ 250 25 25 }
				color2={ 255 255 255 }
				
				b_worcester = {
				}
				b_evesham = {
				}
				b_droitwich = {
				}
				b_kidderminster = {
				}
				b_pershore = {
				}
				b_malvern = {
				}
				b_bromsgrove = {
				}
				b_laughern = {
				}
			}
		}
		d_gloucester = { # Hwicce
			color={ 241 79 15 }
			color2={ 255 255 255 }
			
			capital = 21 # Gloucester
			
			norman = Gloucester
			english = Gloucester
			
			c_gloucester = {
				color={ 241 85 25 }
				color2={ 255 255 255 }
			
				b_gloucester = {
				}
				b_sudeley = {
				}
				b_tewkesbury = {
				}
				b_cheltenham = {
				}
				b_cirencester = {
				}
				b_winchcombe = {
				}
				b_bristol = {
				}
				b_hailes = {
				}
			}
			c_wiltshire = {
				color={ 241 95 45 }
				color2={ 255 255 255 }
			
				b_wilton = {
				}
				b_sarum = {
				}
				b_clarendon = {
				}
				b_malmesbury = {
				}
				b_salisbury = {
				}
				b_devizes = {
				}
				b_ramsbury = {
				}
				b_marlborough = {
				}
			}
			c_oxford = {
				color={ 255 115 15 }
				color2={ 255 255 255 }
				
				b_oxford = {
				}
				b_wallingford = {
				}
				b_abingdon = {
				}
				b_buckingham = {
				}
				b_banbury = {
				}
				b_reading = {
				}
				b_aylesbury = {
				}
				b_eynsham = {
				}
			}
		}
		d_canterbury = { # Sussex
			color={ 241 100 15 }
			color2={ 255 255 255 }
			
			capital = 73 # Kent
			
			c_surrey = {
				color={ 241 105 55 }
				color2={ 255 255 255 }
				
				b_farnham = {
				}
				b_guildford = {
				}
				b_lambeth = {
				}
				b_southwark = {
				}
				b_woking = {
				}
				b_chertsey = {
				}
				b_croydon = {
				}
				b_waverley = {
				}
			}
			c_kent = {
				color={ 241 115 65 }
				color2={ 255 255 255 }
				
				holy_site = catholic
				
				b_rochester = {
				}
				b_dover = {
				}
				b_canterbury = {
				}
				b_faversham = {
				}
				b_sandwich = {
				}
				b_lympne = {
				}
				b_romney = {
				}
				b_tonbridge = {
				}
			}
			c_sussex = {
				color={ 241 110 60 }
				color2={ 255 255 255 }
				
				b_hastings = {
				}
				b_pevensey = {
				}
				b_chichester = {
				}
				b_lewes = {
				}
				b_arundel = {
				}
				b_rye = {
				}
				b_bramber = {
				}
				b_bodiam = {
				}
			}
		}
		d_somerset = {
			color={ 241 15 63 }
			color2={ 255 255 255 }
			
			capital = 26 # Winchester
			
			norman="Somerset"
			english="Somerset"
			
			c_winchester = {
				color={ 241 20 65 }
				color2={ 255 255 255 }
				
				saxon="Wessex"
				
				b_southampton = {
				}
				b_portchester = {
				}
				b_winchester = {
				}
				b_carisbrooke = {
				}
				b_romsey = {
				}
				b_andover = {
				}
				b_st_swithun = {
				}
				b_wherwell = {
				}
			}
			c_dorset = {
				color={ 241 25 70 }
				color2={ 255 255 255 }
				
				b_wareham = {
				}
				b_corfe = {
				}
				b_shaftesbury = {
				}
				b_dorchester = {
				}
				b_sherborne = {
				}
				b_lyme = {
				}
				b_weymouth = {
				}
				b_wimborne = {
				}
			}
			c_somerset = {
				color={ 241 30 75 }
				color2={ 255 255 255 }
				
				b_bath = {
				}
				b_wells = {
				}
				b_ilchester = {
				}
				b_taunton = {
				}
				b_muchelney = {
				}
				b_castle_cary = {
				}
				b_glastonbury = {
				}
				b_cleeve = {
				}
			}
		}
	}
	
	k_wales = {
		color={ 135 25 3 }
		color2={ 255 255 255 }
		
		capital = 64 # Gwynedd
		
		culture = welsh
		
		catholic = 300 # Crusade target weight
		
		welsh = "Brythoniaid"
		pictish = "Brythoniaid"
		breton = "Kembre"
		irish = "Bhreatain Bheag"

		allow = {
			hidden_tooltip = {
				OR = {
					ai = no
					culture_group = celtic
				}
			}
		}
		
		d_gwynedd = {
			color={ 172 99 22 }
			color2={ 255 255 255 }
			
			capital = 64 # Gwynedd
			
			c_gwynedd = {
				color={ 175 80 10 }
				color2={ 255 255 255 }
				
				b_caernarfon = {
				}
				b_degannwy = {
				}
				b_bangor_fawr = {
				}
				b_aberffraw = {
					norwegian = Ongullsy
					english = Anglesey
					saxon = Anglesey
				}
				b_harlech = {
				}
				b_cardigan = {
				}
				b_conwy = {
				}
				b_llanbadarn = {
				}
			}
			c_perfeddwlad = {
				color={ 175 85 15 }
				color2={ 255 255 255 }
				
				b_denbigh = {
				}
				b_rhuddlan = {
				}
				b_llanelwy = {
				}
				b_flint = {
				}
				b_ruthin = {
				}
				b_basingwerk = {
				}
				b_ewloe = {
				}
				b_hawarden = {
				}
			}
		}
		d_powys = {
			color={ 180 130 0 }
			color2={ 255 255 255 }
				
			capital = 66 # Shrewsbury

			c_powys = {
				color={ 175 90 20 }
				color2={ 255 255 255 }
				
				b_caersws = {
				}
				b_mathrafal = {
				}
				b_llangollen = {
				}
				b_llandinam = {
				}
				b_glascwm = {
				}
				b_radnor = {
				}
				b_montgomery = {
				}
				b_rhayader = {
				}
			}
			c_shrewsbury = {
				color={ 241 55 25 }
				color2={ 255 255 255 }
				
				welsh = Pengwern
			
				b_shrewsbury = {
				}
				b_clun = {
				}
				b_wenlock = {
				}
				b_ludlow = {
				}
				b_whitchurch = {
				}
				b_bridgnorth = {
				}
				b_oswestry = {
				}
				b_chirk = {
				}
			}
			c_hereford = {
				color={ 241 50 20 }
				color2={ 255 255 255 }
				
				welsh = Ergyng
			
				b_st_ethelberts = {
				}
				b_hereford = {
					welsh = "Din Aricon"
				}
				b_leominster = {
				}
				b_archenfield = {
				}
				b_ewyas_harold = {
				}
				b_ledbury = {
				}
				b_clifford = {
				}
				b_brobury = {
				}
			}
		}
		d_deheubarth = {
			color={ 125 51 3 }
			color2={ 255 255 255 }
			
			capital = 18 # Dyfed
			
			c_dyfed = {
				color={ 155 75 5 }
				color2={ 255 255 255 }
			
				b_carmarthen = {
				}
				b_dinefwr = {
				}
				b_st_davids = {
					welsh = Tyddewi
					norwegian = "Ramsy"
				}
				b_kidwelly = {
					welsh = Cydweli
				}
				b_llandeilo = {
				}
				b_pembroke = {
				}
				b_narberth = {
				}
				b_haverford = {
				}
			}
			c_glamorgan = {
				color={ 155 120 15 }
				color2={ 255 255 255 }
			
				b_cardiff = {
				}
				b_neath = {
				}
				b_llandaff = {
				}
				b_caerphilly = {
				}
				b_swansea = {
				}
				b_loughor = {
				}
				b_margam = {
				}
				b_ogmore = {
				}
			}
			c_gwent = {
				color={ 160 75 5 }
				color2={ 255 255 255 }
			
				b_caerwent = {
				}
				b_chepstow = {
				}
				b_abergavenny = {
				}
				b_monmouth = {
				}
				b_caerleon = {
				}
				b_newport = {
				}
				b_brecon = {
				}
				b_tintern = {
				}
			}
		}
		d_cornwall = {
			color={ 181 60 10 }
			color2={ 255 255 255 }
			
			capital = 31 # Cornwall
			
			c_cornwall = {
				color={ 150 40 15 }
				color2={ 255 255 255 }
				
				b_bodmin = {
				}
				b_launceston = {
				}
				b_st_germans = {
				}
				b_truro = {
				}
				b_liskeard = {
				}
				b_tintagel = {
				}
				b_st_michael = {
				}
				b_restormel = {
				}
			}
			c_devon = {
				color={ 135 35 25 }
				color2={ 255 255 255 }
				
				b_lydford = {
				}
				b_exeter = {
				}
				b_crediton = {
				}
				b_totnes = {
				}
				b_axminster = {
				}
				b_tavistock = {
				}
				b_buckfast = {
				}
				b_dartmouth = {
				}
			}
		}
	}
	
	k_scotland = {
		color={ 20 80 162 }
		color2={ 255 255 255 }
		
		capital = 43 #Gowrie
		
		culture = scottish
		
		catholic = 300 # Crusade target weight
		norse_pagan_reformed = 200 # Crusade target weight
		
		norse = Skotland
		swedish = Skottland
		danish = Skotland
		norwegian = Skottland
		welsh = Alban
		irish = Alba
		breton = Alba
		pictish = Pictland
		
		d_the_isles = {
			color={ 10 48 243 }
			color2={ 255 255 255 }

			capital = 54 # Isle of Man
			
			welsh = Manaw
			norwegian = "Mann"
			danish = "Mann"
			swedish = "Mann"
			norse = "Mann"
			pictish = "Manu"
			irish = "Mhannin"
			
			c_isle_of_man = {
				color={ 25 65 243 }
				color2={ 255 255 255 }
				
				norwegian = "Mann"
				danish = "Mann"
				swedish = "Mann"
				norse = "Mann"
				pictish = "Insee Manu"
				welsh = "Ynys Manaw"
				irish = "Ellan Mhannin"
				
				b_peel = {
					norwegian = "Pl"
					danish = "Pl"
					swedish = "Pl"
					norse = "Pl"
					pictish = "Pirtinsee"
					welsh = "Porth Ynys"
					irish = "Purt ny h-Inshey"
				}
				b_rushen = {
					pictish = "Resan"
					welsh = "Resyn"
					irish = "Rosien"
				}
				b_maughold = {
					pictish = "Mauugan"
					welsh = "Mawgan Sant"
					irish = "Macaille"
				}
				b_douglas = {
					pictish = "Duunglasc"
					welsh = "Duonglassafon"
					irish = "Duboglassio"
				}
				b_kirk_michael = {
					pictish = "Icluasc Mihagal"
					welsh = "Eglwys Mihangel"
					irish = "Cill Michel"
				}
				b_sulby = {
					pictish = "Drauuglan"
					welsh = "Drywglyn"
					irish = "Drugleann"
					norwegian = "Slabyr"
					danish = "Slabyr"
					swedish = "Slabyr"
				}
				b_inis_patraic = {
					pictish = "Inees Pedric"
					welsh = "Ynys Padric"
					irish = "Inis Ptraic"
				}
				b_laxey = {
					pictish = "Ahonugad"
					welsh = "Afoneogiaid"
					irish = "Uisge Bradn"
				}
			}
		}
		d_galloway = {
			color={ 77 116 208 }
			color2={ 255 255 255 }
			
			capital = 50 # Galloway
			
			welsh = Strathclyde
			pictish = "Nouantia"
			irish = "Gall-Ghaidhealaibh"
			
			c_galloway = {
				color={ 15 185 243 }
				color2={ 255 255 255 }
				
				pictish = "Nouantia"
				welsh = "Nofant"
				irish = "Na Rannaibh"
				
				b_dumfries = {
					pictish = "Dunrad"
					welsh = "Dinrhyd"
					irish = "Dn Phris"
				}
				b_dunragit = {
					pictish = "Dunreget"
					welsh = "Din Rheged"
					irish = "Dn Reicheit"
				}
				b_whithorn = {
					pictish = "Taiuuan"
					welsh = "Tygwyn"
					irish = "Taigh Mhrtainn"
				}
				b_dunrod = {
					pictish = "Dun Brin"
					welsh = "Din Brenin"
					irish = "Dn Droighnein"
				}
				b_kirkcudbright = {
					pictish = "Cuthberbatu"
					welsh = "Cuddbertbetws"
					irish = "Cill Chuithbeirt"
				}
				b_glenluce = {
					pictish = "Ulanchuan"
					welsh = "Glynchwyn"
					irish = "Ghlinn Lus"
				}
				b_wigtown = {
					pictish = "Betrah"
					welsh = "Faetref"
					irish = "Baile na h-ige"
				}
				b_threave = {
					pictish = "Insee Datrah"
					welsh = "Ynys Dytref"
					irish = "Eilean na h-Uisge Dh"
				}
			}
			c_carrick = {
				color={ 50 185 243 }
				color2={ 255 255 255 }
				
				pictish = "Ueron"
				welsh = "Aeron"
				irish = "A' Charraig"
				
				b_turnberry = {
					pictish = "Dun Ueron"
					welsh = "Din Aeron"
					irish = "Dn ir"
				}
				b_dunure = {
					pictish = "Dunauen"
					welsh = "Din Ywen"
					irish = "Dn Ibhair"
				}
				b_maybole = {
					pictish = "Maescanatan"
					welsh = "Y Maes Ynfytyn"
					irish = "Am Magh Baoghail"
				}
				b_crossraguel = {
					pictish = "Crosc Ruagal"
					welsh = "Croes Rhygal"
					irish = "Crois Riagal"
				}
				b_loch_doon = {
					scottish = "Balloch"
					pictish = "Landun"
					welsh = "Llyndin"
					irish = "Loch Dhin"
				}
				b_ballantrae = {
					pictish = "Tretrah"
					welsh = "Traethtref"
					irish = "Baile na Trgha"
				}
				b_culzean = {
					pictish = "Pinaglan"
					welsh = "Pennyglyn"
					irish = "Ceann na Gleann"
				}
				b_greenan = {
					pictish = "Abereron"
					welsh = "Aberaeron"
					irish = "Inbhir ir"
				}
			}
			c_clydesdale = {
				color={ 5 140 240 }
				color2={ 255 255 255 }
				
				pictish = "Damnunia"
				welsh = "Alt Clut"
				irish = "Dail Chluaidh"
				
				b_renfrew = {
					pictish = "Bregurun"
					welsh = "Brigffroen"
					irish = "Rinn Fri"
				}
				b_st_kentigern = {
					pictish = "Cantearn"
					welsh = "Cyndeyrn Sant"
					irish = "Cill Mungo"
				}
				b_glasgow = {
					pictish = "Catuuris"
					welsh = "Cathures"
					irish = "Glaschu"
				}
				b_lanark = {
					pictish = "Lanirc"
					welsh = "Lanerc"
					irish = "Lannraig"
				}
				b_cadzow = {
					pictish = "Uuohan"
					welsh = "Guofan"
					irish = "Bile Ghobhainn"
				}
				b_bothwell = {
					pictish = "Mamuanon"
					welsh = "Mamffynnon"
					irish = "Tobar na Mthar"
				}
				b_lesmahagow = {
					pictish = "Lanmahau"
					welsh = "Llanmahagw"
					irish = "Lios MoChuda"
				}
				b_dumbarton = {
					pictish = "Alcluit"
					welsh = "Alt Clut"
					irish = "Dn Breatainn"
				}
			}
		}
		d_western_isles = {
			color = { 6 42 127 }
			color2 = { 255 255 255 }
			capital = 35 # Inse Gall
			
			norwegian = "Sreyar"
			danish = "Sreyar"
			swedish = "Srarna"
			norse = "Sureyjar"
			pictish = "Insee Hilth"
			welsh = "Ynysoedd Heledd"
			irish = "Dl Riata"
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 8
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
			
			c_innse_gall = {
				color={ 20 60 243 }
				color2={ 255 255 255 }
				
				norwegian = "Sreyar"
				danish = "Sreyar"
				swedish = "Srarna"
				norse = "Sureyjar"
				pictish = "Carnonac"
				welsh = "Ynysoedd Heledd"
				irish = "Innse Gall"
				scottish = "Innse Gall"
				
				b_snizort = {
					pictish = "Lantalarc"
					welsh = "Llantalarican"
					irish = "Cill Targhlain"
				}
				b_finlaggan = {
					pictish = "Inseepirt"
					welsh = "Ynysporth"
					irish = "Port an Eilein"
				}
				b_iona = {
					pictish = "Auenle"
					welsh = "Ywenlle"
					irish = " Chaluim Chille"
				}
				b_stornoway = {
					norwegian = "Stornavg"
					danish = "Stornavik"
					swedish = "Stornavik"
					norse = "Stornavik"
					pictish = "Laueube"
					welsh = "Llywiobae"
					irish = "Sternabhagh"
				}
				b_laggan = {
					pictish = "Nuuathuchel"
					welsh = "Neuadduchel"
					irish = "ird Talla"
				}
				b_uig = {
					norwegian = "Vik"
					danish = "Vik"
					swedish = "Vik"
					norse = "Vik"
					pictish = "Betret"
					welsh = "Baetraeth"
					irish = "Crnais ige"
				}
				b_dunvegan = {
					pictish = "Dun Bachain"
					welsh = "Din Bychan"
					irish = "Dn Bheagain"
				}
				b_dunyveg = {
					pictish = "Dun Galiuu"
					welsh = "Din Galau"
					irish = "Dn Naomhaig"
				}
			}
			c_argyll = {
				color={ 15 150 240 }
				color2={ 255 255 255 }
				
				pictish = "Ebithan"
				welsh = "Epiddant"
				irish = "Airer Godel"
				
				b_st_moluag = {
					pictish = "Malluoc"
					welsh = "Malluoc Sant"
					irish = "Naomh Moluc"
				}
				b_dunollie = {
					pictish = "Dun Ugastel"
					welsh = "Din Ogystal"
					irish = " Dn Ollaigh"
				}
				b_loch_awe = {
					pictish = "Lanahon"
					welsh = "Llynafon"
					irish = "Loch Obha"
				}
				b_sween = {
					pictish = "Caer Sauunae"
					welsh = "Caer Sywny"
					irish = "Dn Suibhne"
				}
				b_dunstaffnage = {
					pictish = "Dun Stapan"
					welsh = "Din Staffpentir"
					irish = "Dn Stafhainis"
				}
				b_ardchattan = {
					pictish = "Uchdarcathan"
					welsh = "Uchdercaddan"
				}
				b_kilmun = {
					pictish = "Caer Muun"
					welsh = "Caer Munn"
					irish = "Cill Mhunna"
				}
				b_inverary = {
					pictish = "Aberera"
					welsh = "Aberaera"
					irish = "Inbhir Aora"
				}
				b_argh = {
				}
			}
		}
		d_lothian = {
			color = { 16 62 157 }
			color2={ 255 255 255 }
			
			capital = 48 # Lothian
			
			pictish = "Lut"
			welsh = "Gododdin"
			irish = "Labhdaidh"
			
			c_lothian = {
				color = { 16 62 160 }
				color2={ 255 255 255 }
				
				pictish = "Lut"
				welsh = "Lleuddiniawn"
				irish = "Labhdaidh"
	
				b_edinburgh = {
					pictish = "Dun Eidan"
					welsh = "Din Eidyn"
					irish = "Dn Eideann"
				}
				b_stirling = {
					pictish = "Iutheu"
					welsh = "Iuddeu"
					irish = "Sruighlea"
				}
				b_abercorn = {
					pictish = "Abercarn"
					welsh = "Abercarnedd"
					irish = "Obar Chirnidh"
				}
				b_linlithgow = {
					pictish = "Glanaluu"
					welsh = "Glynallwedd"
					irish = "Gleann Iucha"
				}
				b_falkirk = {
					pictish = "Ecclescbret"
					welsh = "Ecclesbrith"
					irish = "An Eaglais Bhreac"
				}
				b_stow_of_wedale = {
					pictish = "Gallath"
					welsh = "Galladd"
					irish = "An Geal th"
				}
				b_leith = {
					pictish = "Aberlath"
					welsh = "Aberlydd"
					irish = "Inverlte"
				}
				b_torphichen = {
					pictish = "Trehechan"
					welsh = "Treffechan"
					irish = "Tir Fichn"
				}
			}
			c_dunbar = {
				color = { 30 69 172 }
				color2={ 255 255 255 }
				
				pictish = "Utudina"
				welsh = "Din Baer"
				irish = "Dn Br"
	
				b_dunbar = {
					pictish = "Dun Ber"
					welsh = "Din Baer"
					irish = "Dn Br"
				}
				b_berwick = {
					pictish = "Caer Brinech"
					welsh = "Caer Bryneich"
					irish = "Bearaig"
				}
				b_thirlestane = {
					pictish = "Lauuether"
					welsh = "Lauwedder"
					irish = "Labhdar"
				}
				b_tyninghame = {
					pictish = "Pisctaltreh"
					welsh = "Pistylltref"
					irish = "Linnebaile"
				}
				b_gordon = {
					pictish = "Gor Dun"
					welsh = "Gor Din"
					irish = "Gr Dn"
				}
				b_huntly = {
					pictish = "Istrad Bach"
					welsh = "Ystrath Bach"
					irish = "Srath Bhalgaidh"
				}
				b_coldingham = {
					pictish = "Lanbrin"
					welsh = "Llanbryn"
					irish = "Cillecnoc"
				}
				b_crichton = {
					pictish = "Finuultreh"
					welsh = "Ffinioltref"
					irish = "Criochdn"
				}
			}
			c_teviotdale = {
				color = { 11 51 145 }
				color2={ 255 255 255 }
				
				pictish = "Heluua"
				welsh = "Calchfynydd"
				irish = "Cealsaidh"
				
				b_jedburgh = {
					pictish = "Dungod"
					welsh = "Dingod"
					irish = "Dngot"
				}
				b_roxburgh = {
					pictish = "Iaartreh"
					welsh = "Irtref"
					irish = "Baile na h-Cearc"
				}
				b_peebles = {
					pictish = "Peball"
					welsh = "Pebyll"
					irish = "Na Pballan"
				}
				b_melrose = {
					pictish = "Maelruusan"
					welsh = "Mailrhosan"
					irish = "Maol Ros"
				}
				b_kelso = {
					pictish = "Calchanith"
					welsh = "Calchfynydd"
					irish = "Cealsaidh"
				}
				b_selkirk = {
					pictish = "Halchraig"
					welsh = "Halchraig"
					irish = "Salcraig"
				}
				b_maxwell = {
					pictish = "Mabfanon"
					welsh = "Mabffynnon"
					irish = "Tobar na Mac"
				}
				b_ednam = {
					pictish = "Aethontreh"
					welsh = "Aeddantref"
					irish = "Baile na h-Aodhn"
				}
			}
		}
		d_albany = {
			color={ 25 85 160 }
			color2={ 255 255 255 }
			
			capital = 43 # Gowrie
			
			pictish = "Alban"
			welsh = "Alban"
			irish = "Albanigh"
			
			c_gowrie = {
				color={ 23 87 162 }
				color2={ 255 255 255 }
				
				pictish = "Circinn"
				welsh = "Caer Cinn"
				irish = "Gobharaidh"
				
				b_scone = {
					pictish = "Sguun"
					welsh = "Sgon"
					irish = "Sgoinde"
				}
				b_dunkeld = {
					pictish = "Dun Celadon"
					welsh = "Din Celyddon"
					irish = "Dn Chailleann"
				}
				b_perth = {
				}
				b_forteviot = {
					pictish = "Nan Aruadocet"
					welsh = "Nant Arwyddocd"
					irish = "Fothair Tabhaicht"
				}
				b_dundee = {
					pictish = "Orrea"
					welsh = "Dindn"
					irish = "Dn Dagh"
				}
				b_abernethy = {
					pictish = "Aber Naiton"
					welsh = "Aber Neithon"
					irish = "Obar Neithich"
				}
				b_clunie = {
					pictish = "Luned"
					welsh = "Llynaedd"
					irish = "Cluainidh"
				}
				b_errol = {
					pictish = "Landafan"
					welsh = "Llandyffryn"
					irish = "Lannfothir"
				}
			}
			c_fife = {
				color={ 20 80 152 }
				color2={ 255 255 255 }
				
				pictish = "Fib"
				welsh = "Gwidd"
				irish = "Fobha"
				
				b_dunfermline = {
					pictish = "Dunfurlan"
					welsh = "Dinfirllyn"
					irish = "Dn Phrlain"
				}
				b_cupar = {
					pictish = "Cafredun"
					welsh = "Cyffredin"
					irish = "Compirt"
				}
				b_st_andrews = {
					pictish = "Pinbed"
					welsh = "Pennbaedd"
					irish = "Cill Rgmonaid"
				}
				b_kirkcaldy = {
					pictish = "Caercaled"
					welsh = "Caer Caledin"
					irish = "Cair Chaladain"
				}
				b_kinross = {
					pictish = "Pinhadlen"
					welsh = "Pennhadllin"
					irish = "Ceann Rois"
				}
				b_leuchars = {
					pictish = "Luchar"
					welsh = "Brwyn"
					irish = "Luachar"
				}
				b_lochore = {
					pictish = "Laner"
					welsh = "Llynaer"
					irish = "Lochir"
				}
				b_falkland = {
					pictish = "Maluen"
					welsh = "Malfin"
					irish = "Fhclainne"
				}
			}
			c_strathearn = {
				color={ 15 66 145 }
				color2={ 255 255 255 }
				
				pictish = "Uuanun"
				welsh = "Ystrad Iwerddon"
				irish = "Srath ireann"
				
				b_crieff = {
					pictish = "Coiden"
					welsh = "Coeden"
					irish = "Craoibh"
				}
				b_dunblane = {
					pictish = "Dul Blaan"
					welsh = "Dinblyne"
					irish = "Dn Bhlthain"
				}
				b_tullibardine = {
					pictish = "Duunrud"
					welsh = "Duonrhyd"
					irish = "Dubhth"
				}
				b_auchterarder = {
					pictish = "Uchel"
					welsh = "Hufenaruchel"
					irish = "Uachdar Ardair"
				}
				b_madderty = {
					pictish = "Pintu"
					welsh = "Penndu"
					irish = "Ceanndubh"
				}
				b_doune = {
					pictish = "I Dun"
					welsh = "Y Din"
					irish = "An Dn"
				}
				b_inchaffray = {
					pictish = "Insee Ufirin"
					welsh = "Ynys Offeren"
					irish = "Innis Oifrend"
				}
				b_kenmore = {
					pictish = "Bilauc"
					welsh = "Belauc"
					irish = "Bealach"
				}
			}
			c_atholl = {
				color={ 30 95 172 }
				color2={ 255 255 255 }
				
				pictish = "Fotla"
				welsh = "Focla"
				irish = "Athfhotla"
				
				b_blair_atholl = {
					pictish = "Athfocla"
					welsh = "Brwydr Focla"
					irish = "Blr Athfhotla"
				}
				b_glen_dochart = {
					pictish = "Lanuan"
					welsh = "Llangwyn"
					irish = "Cillefhinn"
				}
				b_pitlochry = {
					pictish = "Moulin"
					welsh = "Porth Craig"
					irish = "Mhaothlinne"
				}
				b_fortingall = {
					pictish = "Iuenlan"
					welsh = "Ywenllan"
					irish = "Iubharcille"
				}
				b_grandtully = {
					pictish = "Uuag"
					welsh = "Gwag y Rhwdfa"
					irish = "Lag an Ratha"
				}
				b_rannoch = {
					pictish = "Redan"
					welsh = "Rhedyn"
					irish = "Raineach"
				}
				b_strathardle = {
					pictish = "Istrad Ardle"
					welsh = "Ystrad Aerdl"
					irish = "Strath rdail"
				}
				b_struan = {
					pictish = "Aberfel"
					welsh = "Aberfelly"
					irish = "Obar Pheallaidh"
				}
				b_anthrachs = {
				}
			}
		}
		d_moray = {
			color={ 10 81 243 }
			color2={ 255 255 255 }
			
			capital = 40 # Moray
			
			pictish = "Fortriu"
			welsh = "Gwrturio"
			irish = "Muireb"
			
			c_moray = {
				color={ 20 85 243 }
				color2={ 255 255 255 }
				
				pictish = "Fortriu"
				welsh = "Gwrturio"
				irish = "Muireb"
				
				b_forres = {
					pictish = "Uerris"
					welsh = "Gwerrys"
					irish = "Farrais"
				}
				b_cawdor = {
					pictish = "Caerdurn"
					welsh = "Caerdwrn"
					irish = "Caladar"
				}
				b_elgin = {
					pictish = "Eruan"
					welsh = "Aergwyn"
					irish = "Ailgin"
				}
				b_nairn = {
					pictish = "Abernard"
					welsh = "Abernard"
					irish = "Inbhir Narann"
				}
				b_inverness = {
					pictish = "Abernis"
					welsh = "Abernis"
					irish = "Inbhir Nis"
				}
				b_lochindorb = {
					pictish = "Lansildod"
					welsh = "Llyn y Sildod"
					irish = "Loch nan Doirb"
				}
				b_kinloss = {
					pictish = "Canalosc"
					welsh = "Cynyddullosg"
					irish = "Cinnlois"
				}
				b_urquhart = {
					pictish = "Urcarthen"
					welsh = "Aercardden"
					irish = "Airdchartdan"
				}
			}
			c_ross = {
				color={ 15 55 243 }
				color2={ 255 255 255 }
				
				pictish = "Fidach"
				welsh = "Gwidauc"
				irish = "Ros"
				
				b_applecross = {
					pictish = "Aporcrosan"
					welsh = "Aporcrosan"
					irish = "Obar Crosain"
				}
				b_dingwall = {
					norwegian = "Tingvall"
					danish = "Tingvall"
					swedish = "Tingvall"
					norse = "Tingvall"
					pictish = "Aberpis"
					welsh = "Aberpeffry"
					irish = "Inbhir Pheofharain"
				}
				b_rosemarkie = {
					pictish = "Rosanmairch"
					welsh = "Rhosan Meirchnant"
					irish = "Ros Mhaircnidh"
				}
				b_fortrose = {
					pictish = "Caerrosan"
					welsh = "Caerrhosan"
					irish = "Dnrois"
				}
				b_fearn = {
					pictish = "Manech Rasan"
					welsh = "Mynachdy Rhosan"
					irish = "Manachainn Rois"
				}
				b_tain = {
					welsh = "Duthactref"
					irish = "Baile Dubhthaich"
				}
				b_cromarty = {
					pictish = "Crucabachu"
					welsh = "Crwcabachwy"
					irish = "Crombati"
				}
				b_avoch = {
					pictish = "Aberauc"
					welsh = "Aberauc"
					irish = "Abhach"
				}
			}
			c_buchan = {
				color={ 40 227 250 }
				color2={ 255 255 255 }
				
				pictish = "Ce"
				welsh = "Cai"
				irish = "Beanaomh"
				
				b_aberdeen = {
					welsh = "Aberdwyafon"
					irish = "Obar Dabhuin"
				}
				b_banff = {
					pictish = "Banaugluas"
					welsh = "Benywglwys"
					irish = "Beanaomh"
				}
				b_deer = {
					pictish = "Ceiru"
					welsh = "Ceirw"
					irish = "Fiadh"
				}
				b_kintore = {
					pictish = "Pintar"
					welsh = "Penntyrau"
					irish = "Ceann Trr"
				}
				b_inverurie = {
					pictish = "Aberury"
					welsh = "Aberury"
					irish = "Inbhir Uraidh"
				}
				b_fyvie = {
					pictish = "Carubran"
					welsh = "Carwbryn"
					irish = "Fiachein"
				}
				b_ellon = {
					pictish = "Inseeol"
					welsh = "Ynysol"
					irish = "Eilean"
				}
				b_st_machar = {
					pictish = "Mabaur"
					welsh = "Mabfawr Sant"
					irish = "Naomh Machar"
				}
			}
			c_caithness = {
				color={ 30 95 243 }
				color2={ 255 255 255 }
				
				norwegian = "Katanes"
				danish = "Katans"
				swedish = "Katans"
				norse = "Katans"
				pictish = "Cait"
				welsh = "Caitnys"
				irish = "Cataibh"
				
				b_wick = {
					norwegian = "Vik"
					danish = "Vik"
					swedish = "Vik"
					norse = "Vik"
					pictish = "Aberbachuu"
					welsh = "Aberbachwy"
					irish = "Inbhir ige"
				}
				b_dunbeath = {
					pictish = "Dunbathac"
					welsh = "Dinbyddag"
					irish = "Dn Beithe"
				}
				b_dornoch = {
					pictish = "Dirnfeth"
					welsh = "Dyrnfedd"
					irish = "Drnach"
				}
				b_thurso = {
					swedish = "Tjurs"
					danish = "Tyrs"
					norwegian = "Tyrs"
					norse = "Tyrs"
					pictish = "Aberteuafon"
					welsh = "Abertaewafon"
					irish = "Inbhir Tarbhainn"
				}
				b_dunrobin = {
					pictish = "Dunrubert"
					welsh = "Dinraibeart"
					irish = "Dnrhobert"
				}
				b_freswick = {
					swedish = "Fresvik"
					danish = "Fresvik"
					norwegian = "Fresvik"
					norse = "Fresvik"
					pictish = "Aberfauur"
					welsh = "Aberfawr"
					irish = "Obar rdair"
				}
				b_latheron = {
					pictish = "Lathaeron"
					welsh = "Lladdaeron"
					irish = "Latharan"
				}
				b_golspie = {
					pictish = "Fostreh"
					welsh = "Ffostref"
					irish = "Goillspidh"
				}
			}
		}
	}
	
	k_ireland = {
		color={ 6 127 2 }
		color2={ 255 255 255 }
		
		capital = 11 # Dublin
		
		culture = irish
		
		catholic = 300 # Crusade target weight
		norse_pagan_reformed = 200 # Crusade target weight
		
		norse = Irland
		swedish = Irland
		danish = Irland
		norwegian = Irland
		irish = ire
		pictish = Iuerthon
		welsh = Iwerddon
		breton = Iwerzhon
		
		d_ulster = {
			color={ 5 222 31 }
			color2={ 255 255 255 }
			
			capital = 5 # Ulster
			
			norwegian = Strangfjord
			swedish = Strangfjord
			danish = Strangfjord
			norse = Strangfjorr
			irish = Ulaidh
			
			c_ulster = {
				color={ 25 230 35 }
				color2={ 255 255 255 }
				
				norwegian = Strangfjord
				swedish = Strangfjord
				danish = Strangfjord
				norse = Strangfjorr
				irish = Ulaidh
			
				b_downpatrick = {
					norwegian = Strangfjord
					swedish = Strangfjord
					danish = Strangfjord
					norse = Strangfjorr
					irish = "Dn Pdraig"
				}
				b_dunseverick = {
					irish = "Dn Sobhairce"
				}
				b_bangor = {
					irish = "Inbhear Beg"
				}
				b_carrickfergus = {
					irish = "Carraig Fhearghais"
				}
				b_connor = {
					irish = "Con Doire"
				}
				b_dromore = {
					irish = "Druim Mr"
				}
				b_larne = {
					irish = "Latharna"
				}
				b_dunluce = {
					irish = "Dn Libhse"
				}
			}
			c_oriel = {
				color={ 30 180 45 }
				color2={ 255 255 255 }
	
				irish = Airgalla
				
				b_clones = {
					irish = "Cluain Eois"
				}
				b_armagh = {
					irish = "Ard Mhacha"
				}
				b_dundalk = {
					norwegian = Kerlingfjord
					swedish = Kerlingfjord
					danish = Kerlingfjord
					norse = Kerlingfjorr
					irish = "Dn Dealgan"
				}
				b_clogher = {
					irish = "Clochar"
				}
				b_drogheda = {
					irish = "Droichead tha"
				}
				b_monaghan = {
					irish = "Muineachn"
				}
				b_olouth = {
					irish = "Lghbhaidh"
				}
				b_ardee = {
					irish = "Baile tha Fhirdhia"
				}
			}
			c_tyrone = {
				color={ 66 157 22 }
				color2={ 255 255 255 }
				
				irish = "Tr Eoghain"
	
				b_coleraine = {
					irish = "Cil Rathain"
				}
				b_dungannon = {
					irish = "Dn Geanainn"
				}
				b_aileach = {
					irish = "Ailech"
				}
				b_maghera = {
					irish = "Machaire Rtha"
				}
				b_derry = {
					irish = "Daire Coluimb Chille"
				}
				b_omagh = {
					irish = "An ghmaigh"
				}
				b_tullyhogue = {
					irish = "Tulaigh g"
				}
				b_dungiven = {
					irish = "Dn Geimhin"
				}
			}
			c_tyrconnell = {
				color={ 25 190 31 }
				color2={ 255 255 255 }
				
				irish = "Tr Chonaill"
			
				b_gartan = {
					irish = "Gartn"
				}
				b_moville = {
					irish = "Magh Bhile"
				}
				b_raphoe = {
					irish = "Rth Bhoth"
				}
				b_fahan = {
					irish = "Fathain"
				}
				b_donegal = {
					irish = "Dn na nGall"
				}
				b_ballyshannon = {
					irish = "Bal tha Seanaidh"
				}
				b_kilmacrenan = {
					irish = "Cill Mhic nEanain"
				}
				b_ballymacswiney = {
					irish = "Baile Mhic Suibhne"
				}
			}
		}
		d_connacht = {
			color={ 73 229 56 }
			color2={ 255 255 255 }
			
			capital = 9 # Connacht
			
			irish = "Connachta"
		
			c_breifne = {
				color={ 40 230 65 }
				color2={ 255 255 255 }
				
				irish = "Brifne"
	
				b_dromahair = {
					irish = "Droim th Thiar"
				}
				b_kilmore = {
					irish = "Cill Mhr"
				}
				b_cavan = {
					irish = "An Cabhn"
				}
				b_longford = {
					irish = "An Longphort"
				}
				b_ardagh = {
					irish = "Ardachadh"
				}
				b_leitrim = {
					irish = "Liatroim"
				}
				b_drumcliffe = {
					irish = "Droim Chliabh"
				}
				b_kells = {
					irish = "Ceann Lios"
				}
			}
			c_connacht = {
				color={ 45 230 70 }
				color2={ 255 255 255 }
				
				irish = "Connachta"
	
				b_galway = {
					irish = "Dn Bhun na Gaillimhe"
				}
				b_elphin = {
					irish = "Ail Finn"
				}
				b_tuam = {
					irish = "Tuaim D Ghualann"
				}
				b_clonfert = {
					irish = "Cluain Fearta"
				}
				b_roscommon = {
					irish = "Ros Comin"
				}
				b_mayo = {
					irish = "Maigh E"
				}
				b_killala = {
					irish = "Cill Ala"
				}
				b_anchory = {
					irish = "Baile U Fhiachin"
				}
			}
		}
		d_meath = {
			color={ 49 249 72 }
			color2={ 255 255 255 }
			
			capital = 11 # Dublin
			
			norwegian = Dublin
			danish = Dublin
			swedish = Dublin
			norse = Dyflinn
			irish = Mide
			
			pagan_coa = {
				template = 0
				layer = {
					texture = 2
					texture_internal = 3
					emblem = 0
					color = 0
					color = 0
					color = 0
				}
				religion = "norse_pagan"
			}
		
			c_kildare = {
				color={ 102 248 65 }
				color2={ 255 255 255 }
				
				irish = "Cill Dara"
	
				b_knockaulin = {
					irish = "Dn Ailinne"
				}
				b_athlone = {
					irish = "Baile tha Luain"
				}
				b_kildare = {
					irish = "Cill Dara"
				}
				b_maynooth = {
					irish = "Maigh Nuad"
				}
				b_st_brigit = {
					irish = "Naomh Brigid"
				}
				b_rathangan = {
					irish = "Rth Iomghin"
				}
				b_durrow = {
					irish = "Dar"
				}
				b_clonard = {
					irish = "Cluain Ioraird"
				}
			}
			c_dublin = {
				color={ 55 250 85 }
				color2={ 255 255 255 }
				
				norse = Dyflinn
				irish = Dubhlinn
				welsh = Dulyn

				
				b_dublin = {
					norse = Dyflinn
					irish = Dubhlinn
					welsh = Dulyn
				}
				b_clondalkin = {
				}
				b_finglas = {
					irish = "Fionnghlas"
				}
				b_wicklow = {
					irish = "Cill Mhantin"
				}
				b_ath_cliath = {
					irish = "Baile tha Cliath"
				}
				b_christ_church = {
					irish = "Ardeaglais Chrost"
				}
				b_mellifont = {
					irish = "An Mhainistir Mhr"
				}
				b_trim = {
					irish = "Baile tha Troim"
				}
			}
		}
		d_leinster = {
			color={ 85 211 27 }
			color2={ 255 255 255 }
			
			capital = 16 # Leinster
			
			norwegian = Veisafjord
			swedish = Veisafjord
			danish = Veisafjord
			norse = Veisafjorr
			irish = Laigin
			
			c_leinster = {
				color={ 65 210 85 }
				color2={ 255 255 255 }
				
				norwegian = Veisafjord
				swedish = Veisafjord
				danish = Veisafjord
				norse = Veisafjorr
				irish = Laigin
	
				b_wexford = {
					norwegian = Veisafjord
					swedish = Veisafjord
					danish = Veisafjord
					norse = Veisafjorr
					irish = "Loch Garman"
				}
				b_leighlin = {
					irish = "Leithghlinn"
				}
				b_arklow = {
					irish = "An tInbhear Mr"
				}
				b_carlow = {
					irish = "Ceatharlach"
				}
				b_ferns = {
					irish = "Fearna Mr Maedhg"
				}
				b_glendalough = {
					irish = "Gleann D Loch"
				}
				b_naas = {
					irish = "Ns na Rogh"
				}
				b_enniscorthy = {
					irish = "Inis Crthaidh"
				}
			}
			c_ossory = {
				color={ 60 210 80 }
				color2={ 255 255 255 }
				
				irish = "Osraige"
		
				b_kilkenny = {
					irish = "Cill Chainnigh"
				}
				b_gowran = {
					irish = "Gabhrn"
				}
				b_clonmacnoise = {
					irish = "Cluain Mhic Nis"
				}
				b_aghaboe = {
					irish = "Achadh Bh"
				}
				b_jerpoint = {
					irish = "Sheireapin"
				}
				b_callan = {
					irish = "Callainn"
				}
				b_grennan = {
					irish = "An Ghriann"
				}
				b_grannagh = {
					irish = "An Greannach"
				}
			}
		}
		d_munster = {
			color={ 16 157 12 }
			color2={ 255 255 255 }
			
			capital = 13 # Thomond
			
			norwegian = "Hlymrek"
			danish = "Lymrek"
			swedish = "Lymrek"
			norse = "Hlymrek"
			irish = "Mumu"
		
			c_thomond = {
				color={ 90 221 111 }
				color2={ 255 255 255 }
				
				norwegian = "Hlymrek"
				danish = "Lymrek"
				swedish = "Lymrek"
				norse = "Hlymrek"
				irish = "Tuadhmhumhain"
		
				b_limerick = {
					norwegian = "Hlymrek"
					danish = "Lymrek"
					swedish = "Lymrek"
					norse = "Hlymrek"
					irish = "Luimneach"
				}
				b_bunratty = {
					irish = "Bun na Raite"
				}
				b_killaloe = {
					irish = "Cill Dlua"
				}
				b_emly = {
					irish = "Imleach Iubhair"
				}
				b_ennis = {
					irish = "Inis"
				}
				b_kilfenora = {
					irish = "Cill Fhionnrach"
				}
				b_askeaton = {
					irish = "Eas Gitine"
				}
				b_adare = {
				}
			}
			c_ormond = {
				color={ 95 221 121 }
				color2={ 255 255 255 }
				
				norwegian = Vedrafjord
				swedish = Vedrafjord
				danish = Vedrafjord
				norse = Verafjorr
				irish = Urmhumhain
		
				b_waterford = {
					norwegian = Vedrafjord
					swedish = Vedrafjord
					danish = Vedrafjord
					norse = Verafjorr
					irish = "Port Lirge"
				}
				b_cahir = {
					irish = "Cathair Dhn Iascaigh"
				}
				b_cashel = {
					irish = "Dn Caiseal"
				}
				b_clonmel = {
					irish = "Cluain Meala"
				}
				b_lismore = {
					irish = "Lios Mr"
				}
				b_roscrea = {
					irish = "Ros Cr"
				}
				b_nenagh = {
					irish = "Aonach Urmhumhan"
				}
				b_fethard = {
					irish = "Fiodh Ard"
				}
			}
			c_desmond = {
				color={ 100 221 90 }
				color2={ 255 255 255 }
				
				irish = "Deasmhumhain"
		
				b_cork = {
					irish = "Corcaigh"
				}
				b_dunasead = {
					irish = "Dn na Sad"
				}
				b_ross = {
					irish = "Ros  gCairbre"
				}
				b_youghal = {
					irish = "Eochaill"
				}
				b_ardfert = {
					irish = "Ard Fhearta"
				}
				b_cloyne = {
					irish = "Cluain"
				}
				b_fermoy = {
					irish = "Mainistir Fhear Ma"
				}
				b_blarney = {
					irish = "An Bhlarna"
				}
			}
		}
	}
}

e_mali = {
	color={ 138 148 55 }
	color2={ 255 255 255 }
	
	capital = 911 # Timbuktu
	
	culture = manden
	
	west_african_pagan_reformed = 500
	
	k_mali = {
		color={ 158 188 61 }
		color2={ 255 255 255 }
		
		capital = 911 # Timbuktu
		
		culture = manden
	
		d_timbuktu = {
			color={ 130 180 61 }
			color2={ 255 255 255 }
	
			capital = 911 # Timbuktu			
		
			c_timbuktu = {
				color={ 130 180 61 }
				color2={ 255 255 255 }

				holy_site = west_african_pagan
				holy_site = west_african_pagan_reformed			
				
				b_timbuktu = {}
				b_alafia = {}
				b_salam = {
				}
				b_lafia = {}
				b_ber = {}
				b_boureminaly = {}
				b_toya = {}
				b_aglal = {}
			}
			c_oualata = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_oualata = {}
				b_tiguiguil = {}
				b_neiguiat = {}
				b_konou = {}
				b_birnsara = {}
				b_tizert = {}
				b_tarhalet = {}
				b_fassekra = {}
			}
			c_araouane = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_araouane = {}
				b_tessalit = {}
				b_aguelhok = {}
				b_abalessa = {}
				b_tinzaouten = {}
				b_guezzam = {}
				b_tamanrasset = {}
				b_tazrouk = {}
			}
			c_taghaza = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_taghaza = {}
				b_kerzaz = {}
				b_metarta = {}
				b_reggane = {}
				b_adrar = {}
				b_aougrout = {}
				b_charouine = {}
				b_alouarta = {}
			}
		}
		
		d_ghana = {
			color={ 90 130 30 }
			color2={ 255 255 255 }
	
			capital = 913 # Ghana
		
			c_ghana = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
				
				holy_site = pagan
				
				b_el_ghaba = {}
				b_koumbi_saleh = {}
				b_silla = {
				}
				b_singhanah = {}
				b_samakanda = {}
				b_ras_elma = {}
				b_tirka = {}
				b_kughah = {}
			}
			c_aoudaghost = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_aoudaghost = {}
				b_tichitt  = {}
				b_moudjeria  = {}
				b_ksarelbarka = {}
				
			}
			c_ouadane = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_ouadane = {}
				b_wadan = {}
				b_azuggi = {}
				b_ksaralkiali = {}
			}
			c_idjil = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_idjil = {}
				b_zouerat = {}
				b_tazadit = {}
				b_rouessa = {}
				b_fderick = {}
			}
		}
		
		d_mali = {
			color={ 80 120 70 }
			color2={ 255 255 255 }
	
			capital = 925 # Mali
		
			c_mali = {
				color={ 130 180 61 }
				color2={ 255 255 255 }

				holy_site = west_african_pagan
				holy_site = west_african_pagan_reformed
				
				b_boure = {}
				b_niani = {}
				b_bamako = {
				}
				b_safo = {}
				b_baguineda = {}
				b_dialakoro = {}
				b_bougouni = {}
				b_soussa = {}
			}
			c_bambuk = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_bambuk = {}
				b_kiffa = {}
				b_kankossa = {}
				b_boumdeid = {}
				b_guerou = {}
				b_aftout = {}
			}
			c_djenne = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_djenne = {}
				b_macina = {}
				b_fakala = {}
				b_kewa = {}
				b_ouroali = {}
				b_pondori = {}
				b_femaye = {}
				b_derary = {}
			}
			c_gurma = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
				
				b_gurma = {}
				b_zorgho = {}
				b_hounde = {}
			}
		}
		d_songhay = {
			color={ 80 120 70 }
			color2={ 255 255 255 }
	
			capital = 914 # Gao
		
			c_gao = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
				
				b_gao = {}
				b_sarnah = {}
				b_gaosaney = {}
				b_bourem = {}
				b_ansongo = {}
				b_menaka = {}
				b_gabero = {}
				b_anchawadi = {}
			}
			c_tadmekka = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
			
				b_tadmekka = {}
				b_agades = {}
				b_takedda = {}
				b_essako = {}
				b_kidal = {}
			}
			c_zarma = {
				color={ 130 180 61 }
				color2={ 255 255 255 }
				b_bura = {}
				b_ouallam = {}
				b_tera = {}
			}
		}
	}
	
	allow = {
		hidden_tooltip = {
			OR = {
				ai = no
				culture_group = west_african
			}
		}
		has_landed_title=k_mauretania
		has_landed_title=k_mali
		any_demesne_title = {
			tier = king
			NOT = { title = k_mali }
			NOT = { title = k_mauretania }
		}
	}
}


# TITULAR DUCHIES
d_abbasid = {
	color = { 19 180 16 }
	
	allow = {
		always = no
	}
}

d_oxford = { # Obsolete
	color={ 255 108 0 }
	color2={ 255 255 255 }
	capital = 22 # Oxford
	allow = {
		always = no
	}
}

d_arabia_felix = {
	color = { 163 254 56 }
}
d_arabs = {
	color = { 38 157 35 }
	culture = bedouin_arabic
}
d_assassin = {
	color = { 58 97 57 }
}
d_balearic = {
	color={ 13 170 54 }
}
d_belgrade = {
	color = { 151 125 62 }
}
d_bergen = {
	color = { 47 27 255 }
}
d_bordeaux = {
	color = { 59 15 248 }
}
d_braganza = {
	color = { 219 195 35 }
}
d_butrinto = {
	color = { 148 68 154 }
}
d_campania = {
	color = { 226 204 228 }
}
d_catalonia = {
	color = { 255 210 57 }
}
d_chaldea = {
	color = { 107 159 41 }
}
d_cumberland = {
	color = { 31 186 244 }
}
d_curonian = {
	color = { 141 55 29 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	capital	= 373 # Kurzeme
	culture = lettigallish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

# Pagan proto-Denmark
d_danes = {
	color={ 247 77 54 }
	
#	tribe = yes
	
	dignity = 10
	
	capital	= 266 # Sjaelland
	
	allow = {
		always = no
	}
	
	culture = norse
}
d_don = {
	color = { 247 211 116 }
}
d_dorostotum = {
	color = { 163 48 206 }
}
d_el_rif = {
	color = { 29 241 64 }
}
d_el-arish = {
	color = { 148 206 13 }
}
d_erzerum = {
	color = { 103 84 255 }
}
d_estonia = {
	color = { 94 60 22 }
	
	capital	= 378 # Reval
	
	allow = {
		always = no
	}
	
#	tribe = yes
	
	culture = ugricbaltic
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_galatia = {
	color = { 244 75 185 }
}
d_georgia = {
	color = { 251 184 184 }
}
d_gilan = {
	color = { 65 90 137 }
}
d_geats = {
	color={ 35 57 180 }

#	tribe = yes
	
	dignity = 8
	
	capital	= 297 # Vstergtland
	
	allow = {
		always = no
	}
	
	culture = norse
}
d_hellas = {
	color = { 213 73 165 }
}
d_ikonion = {
	color = { 179 28 127 }
}
d_ingers = {
	color={ 125 125 40 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_kajaneborg = { # Kvens
	color = { 123 73 13 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_kappadokia = {
	color = { 255 3 170 }
}
d_karnten = {
	color = { 229 254 242 }
}
d_kexholm = {
	color={ 121 98 20 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_khazars = {
	color = { 246 217 137 }
	
	capital = 594 #	Sarkel
	
#	tribe = yes
	
	culture = khazar
	
	# Creation/Usurp Trigger
	allow = {
		always = no
	}
}

d_kirkuk = {
	color = { 142 182 255 }
}
d_sami = {
	color = { 101 99 35 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = lappish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_krakow = {
	color = { 253 129 129 }
}
d_laodikeia = {
	color = { 163 52 125 }
}
d_lettigalians = {
	color = { 126 51 51 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = lettigallish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_luristan = {
	color = { 77 114 183 }
}
d_lut = {
	color = { 119 170 29 }
}
d_lykia = {
	color = { 121 42 93 }
}
d_mar = {
	color = { 16 211 246 }
}
d_milano = {
	color = { 252 238 227 }
}
d_minsk = {
	color = { 175 44 44 }
}

d_muromians = {
	color = { 160 120 75 }
	
	capital = 581 # Murom
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = mordvin
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_nikomedeia = {
	color = { 209 108 174 }
}
d_pechenegs = {
	# OBSOLETE
	color = { 173 150 43 }
	color2 = { 0 128 128 }
	
	capital = 542 # Olvia
	
#	tribe = yes
	culture = pecheneg
	
	allow = {
		always = no
	}
}
d_pressburg = {
	color = { 218 70 70 }
}
d_pronsk = {
	color = { 23 132 81 }
}
d_pruthenians = {
	color = { 159 195 75 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	capital	= 370 # Marienburg
	culture = prussian
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
	
}
d_qom = {
	color = { 188 229 116 }
}
d_romagna = {
	color = { 243 234 157 }
}
d_salamanca = {
	color = { 251 229 34 }
}

d_sames = {
	# Actually Samoyeds
	color = { 101 70 34 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = samoyed
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_sandomiersk = {
	color = { 253 137 137 }
}
d_satakunta = {
	color = { 117 47 47 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
	
}
d_shiraz = {
	color = { 155 189 97 }
}
d_sinope = {
	color = { 255 6 172 }
}
d_slovakia = {
	color = { 209 61 61 }
}
d_sweden = {
	color={ 55 112 170 }

#	tribe = yes
	
	dignity = 10
	
	capital	= 290 # Uppland
	
	allow = {
		always = no
	}
	
	culture = norse
}
d_swiss = {
	color = { 255 1 1 }
}
d_tavasts = {
	color = { 131 21 21 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_meryas = {
	color = { 131 41 41 }
	
	capital = 574 # Rostov / Merya
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = mordvin
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_veps = {
	color = { 120 90 40 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = mordvin
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_meshcheras = {
	color = { 151 71 41 }
	
	capital = 580 # Ryazan
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = mordvin
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}
d_ural = {
	color = { 208 178 78 }
}
d_varna = {
	color = { 208 93 251 }
}
d_wielkopolska = {
	color = { 252 144 144 }
}
d_vlachs = {
	color = { 239 193 70 }
}
d_volga = {
	color = { 168 135 47 }
}
d_votes = {
	color = { 0 193 119 }
	
#	tribe = yes
	
	allow = {
		always = no
	}
	
	culture = finnish
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
	
}
d_zara = {
	color = { 203 217 255 }
}
d_zaragoza = {
	color = { 80 220 10 }
}
d_zemigalians = {
	color = { 183 21 21 }
	culture = lettigallish
#	tribe = yes
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_lendians = { # aka Ledzianie or Lechs
	color={ 245 163 176 }
	color2={ 255 255 255 }
	culture = polish
#	tribe = yes
	
	capital = 527 # Krakowskie
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_kryvians = { # aka Krivichi
	color = { 128 133 104 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 419 # Polotsk
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_ilmenians = { # aka Ilmen Slavs
	color = { 70 120 40 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 414 # Novgorod
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_severians = { # aka Severiane
	color = { 120 155 40 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 567 # Novgorod Seversky
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_vyatichi = {
	color={ 169 183 125 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 570 # Tver
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_dregovichi = { 
	color={ 100 100 20 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 548 # Pinsk
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_radimichi = { 
	color={ 110 136 68 }
	color2={ 255 255 255 }
	
	culture = russian
#	tribe = yes
	
	capital = 551 # Mstislavl
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_glomacze = { # Aka Dolomici
	color={ 215 143 156 }
	color2={ 255 255 255 }
	
	culture = pommeranian
#	tribe = yes
	
	capital = 312 # Meissen
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_sorbs = {
	color={ 170 205 110 }
	color2={ 255 255 255 }
	
	culture = pommeranian
#	tribe = yes
	
	capital = 364 # Luzycka
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

d_obotrites = {
	color={ 100 110 20 }
	color2={ 255 255 255 }
	
	culture = pommeranian
#	tribe = yes
	
	capital = 260 # Mecklenburg
	
	allow = {
		always = no
	}
	
	title = "HIGH_CHIEF"
	foa = "HIGH_CHIEF_FOA"
}

# TITULAR KINGDOMS

k_pechenegs = {
	color = { 173 150 43 }
	color2 = { 0 128 128 }
	
	capital = 543 # Oleshye
	
#	tribe = yes
	culture = pecheneg
	
	allow = {
		always = no
	}
}

k_almohad = {
	color = { 0 105 56 }
}
k_al-murabitids = {
	color = { 10 105 56 }
}

k_beni_helal = {
	color = { 128 163 56 }
}
k_fatimids = {
	# OBSOLETE
	color={ 10 140 4 }
	color2={ 200 200 0 }
#	capital	= 796 # Cairo
	culture = egyptian_arabic
	
	allow = {
		always = no
	}
}
k_hammadid = {
	color = { 149 180 17 }
}
k_kafsid = {
	color = { 109 130 20 }
}
k_marinid = {
	color = { 46 255 5 }
}
k_bosnia = {
	color = { 16 125 74 }
	culture = serbian
}

e_seljuk_turks = { # Seljuk Turks
	color={ 99 168 74 }
	
	short_name = yes
	
	capital = 646 # Esfahan
	culture = turkish
	
#	tribe = yes
	
#	landless = yes
	
	allow = {
		always = no
	}
}
k_zenata = {
	color = { 0 71 189 }
}
k_zirid = {
	color = { 90 195 49 }
}
k_ziyanids = {
	color = { 5 76 194 }
}
k_avaria = {
	color={ 250 120 90 }  # Only for the CoA
	culture = avar
	
	capital = 444 # Anhalt
	
	allow = {
		always = no
	}
}
k_lombardy = {
	color={ 234 217 110 }  # Only for the CoA
	culture = lombard
	
	capital = 234 # Anhalt
	
	allow = {
		always = no
	}
}

d_amalfi = {
	color={ 140 200 230 }
	capital = 935 # Amalfi
	
	dignity = 10
	
	allow = {
		is_republic = yes
	}
}

# TITULAR EMPIRES

e_latin_empire = {
	color = { 150 105 56 }
	
	capital = 496 # Byzantion
	
	short_name = yes
	
	
	allow = {
		OR = {
			religion = catholic
			is_heresy_of = catholic
		}
		e_byzantium = {
			has_holder = no
		}
		e_roman_empire = {
			has_holder = no
		}
		custom_tooltip = {
			text = controls_kaliopolis_thrake
			hidden_tooltip = {
				495 = { # Kaliopolis
					owner = {
						OR = {
							is_liege_or_above = ROOT
							character = ROOT
						}
					}
				}
				497 = { # Thrake
					owner = {
						OR = {
							is_liege_or_above = ROOT
							character = ROOT
						}
					}
				}
			}
		}
	}
}

d_miaphysite = {
	color={ 217 155 177 }
	color2={ 220 220 0 }
	
	capital = 802 # Alexandria
	
	title = "COPTIC_POPE"
	foa = "POPE_FOA"
	
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = miaphysite
	
	religion = miaphysite
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Abraham Alexandros Alexios Agatho Anastasios Andronikos Athanasios Benjamin Christodolos Cosmas Kyril Damian 
		Demetrius Dioscorus Gabriel Yohannes Iosephos Isaakios Iakobos Makarios Markianos Markos Matheos Khail Mina 
		Petros Philotheos Shenouda Simeon Theodoros Theophilus Timotheos Zacharias
	}
}

d_monophysite = {
	color={ 200 115 167 }
	color2={ 220 220 0 }
	
	capital = 802 # Alexandria
	
	title = "MONOPHYSITE_POPE"
	foa = "POPE_FOA"
	
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = monophysite
	
	religion = monophysite
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Abraham Alexandros Alexios Agatho Anastasius Andronicus Athanasios Benjamin Christodolos Cosmas Cyril Damian 
		Demetrius Dioscorus Gabriel Ioannes Iosephos Isaakios Iakobos Makarios Markianos Matheos Michail Mina 
		Petros Philotheos Shenouda Simeon Theodoros Theophilus Timotheos Zacharias
	}
}

d_nestorian = {
	color={ 180 137 97 }
	color2={ 220 220 0 }
	
	capital = 764 # Antioch
	
	title = "PATRIARCH_IN_THE_EAST"
	foa = "ECUMENICAL_PATRIARCH_FOA"
	
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = nestorian
	
	religion = nestorian
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Aba Abraham Eliya Denha Emmanuel Giwargis Hnanisho Ishoyahb Makkikha 
		Maremmeh Pethion Sabrisho Shemon Sargis Surin Theodosios Timotheos Yahballaha Yohannan
	}
}

d_paulician = {
	color={ 195 130 157 }
	color2={ 255 255 255 }
	
	capital = 496 # Constantinople
	
	title = "PAULICIAN_PATRIARCH"
	foa = "ECUMENICAL_PATRIARCH_FOA"
	
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = paulician
	
	religion = paulician
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Alexios Alexandros Anastasios Anthimos Athanasios Antonios Basileios Gabriel Dionysios Dositheos 
		Eustathios Eustratios Euthymios Gabriel Gennadios Georgios Gerasimos Germanos Gregorios Ieremias 
		Ignatios Ioakeim Ioannes Ioseph Isidoros Kallinikos Kallistos Konstantinos Kosmas Kyrillos Leon 
		Leontios Loukas Makarios Manuel Markos Matthaios Maximos Meletios Methodios Metrophanes Michael 
		Neophytos Nephon Nikephoros Niketas Nikolaos Pavlos Petros Photios Polykarpos Sergios Stephanos 
		Sophronios Theodoros Theodosios Theodotos Theophylaktos Thomas Timotheos
	}
}

d_monothelite = {
	color={ 180 170 65 }
	color2={ 220 220 0 }
	
	capital = 764 # Antioch
	
	title = "MONOTHELITE_PATRIARCH"
	foa = "ECUMENICAL_PATRIARCH_FOA"
	
	short_name = yes

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = monothelite
	
	religion = monothelite
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Alexios Alexandros Anastasios Anthimos Athanasios Antonios Basileios Gabriel Dionysios Dositheos 
		Eustathios Eustratios Euthymios Gabriel Gennadios Georgios Gerasimos Germanos Gregorios Ieremias 
		Ignatios Ioakeim Ioannes Ioseph Isidoros Kallinikos Kallistos Konstantinos Kosmas Kyrillos Leon 
		Leontios Loukas Makarios Manuel Markos Matthaios Maximos Meletios Methodios Metrophanes Michael 
		Neophytos Nephon Nikephoros Niketas Nikolaos Pavlos Petros Photios Polykarpos Sergios Stephanos 
		Sophronios Theodoros Theodosios Theodotos Theophylaktos Thomas Timotheos
	}
}

d_fraticelli = {
	color={ 198 249 255 }
	color2={ 220 220 0 }
	
	capital = 333 # Rome
	
	title = "POPE"
	foa = "POPE_FOA"
	short_name = yes
	location_ruler_title = yes
	
	allow = {
		always = no # Only by special decision
	}
	
	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = fraticelli
	
	religion = fraticelli
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		John Gregory Benedict Clement Innocent Leo Pius Stephen Boniface Urban Alexander Adrian Paul
		Celestine Martin Nicholas Sixtus Felix Sergius Anastasius Honorius Eugene Sylvester Victor
		Lucius Callixtus Julius Pelagius Adeodatus Theodore Marinus Agapetus Damasus Paschal
		Gelasius Marcellus "JohnPaul" Anacletus Evaristus Telesphorus Hyginus Anicetus Mark Hilarius 
		Simplicius Symmachus Hormisdas Silverius Vigilius Sabinian Severinus Vitalian Donus Agatho
		Conon Sisinnius Constantine Zachary Valentine Formosus Romanus Lando
	}
}

d_iconoclast = {
	color={ 153 50 125 }
	color2={ 220 220 0 }
	
	capital = 496 # Constantinople
	
	title = "ECUMENICAL_PATRIARCH"
	foa = "ECUMENICAL_PATRIARCH_FOA"
	short_name = yes
	
	allow = {
		always = no # Only by special decision
	}

	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = iconoclast
	
	religion = iconoclast
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	# Regnal names
	male_names = {
		Alexios Alexandros Anastasios Anthimos Athanasios Antonios Basileios Gabriel Dionysios Dositheos 
		Eustathios Eustratios Euthymios Gabriel Gennadios Georgios Gerasimos Germanos Gregorios Ieremias 
		Ignatios Ioakeim Ioannes Ioseph Isidoros Kallinikos Kallistos Konstantinos Kosmas Kyrillos Leon 
		Leontios Loukas Makarios Manuel Markos Matthaios Maximos Meletios Methodios Metrophanes Michael 
		Neophytos Nephon Nikephoros Niketas Nikolaos Pavlos Petros Photios Polykarpos Sergios Stephanos 
		Sophronios Theodoros Theodosios Theodotos Theophylaktos Thomas Timotheos
	}
}

d_yazidi = {
	color={ 20 50 160 }
	color2={ 220 220 0 }
	
	capital = 697 # Mosul
	
	dignity = 80 # Counted as having this many more counties than it does
	
	title = "SHEIKH"
	title_female = "SHEIKHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=yazidi
	
	# Controls a religion
	controls_religion = yazidi
	
	allow = {
		piety = 1000
	}
	
	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 3 0 0 11 11
		}
		religion=yazidi
	}
}

d_ibadi = {
	color={ 20 130 20 }
	color2={ 220 220 0 }
	
	capital = 719 # Mecca
	
	creation_requires_capital = no
	
	dignity = 80 # Counted as having this many more counties than it does
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=ibadi
	
	# Controls a religion
	controls_religion = ibadi
	
	allow = {
		OR = {
			trait = mirza
			trait = sayyid
			piety = 1000
		}
		OR = {
			AND = {
				trait = sayyid
				piety = 1000
			}
			custom_tooltip = { 
				text = controls_mecca_medina
				hidden_tooltip = {
					719 = { # Mecca
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					718 = { # Medina
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
			custom_tooltip = {
				text = controls_jerusalem_damascus_baghdad
				hidden_tooltip = {
					774 = { # Jerusalem
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					728 = { # Damascus
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					693 = { # Baghdad
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
		}
	}
	
	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 0 8 0 2 2
		}
		religion=ibadi
	}
}

d_kharijite = {
	color={ 10 110 10 }
	color2={ 220 220 0 }
	
	capital = 719 # Mecca
	
	creation_requires_capital = no
	
	dignity = 80 # Counted as having this many more counties than it does
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=kharijite
	
	# Controls a religion
	controls_religion = kharijite
	
	allow = {
		piety = 1000
		OR = {
			custom_tooltip = { 
				text = controls_mecca_medina
				hidden_tooltip = {
					719 = { # Mecca
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					718 = { # Medina
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
			custom_tooltip = {
				text = controls_jerusalem_damascus_baghdad
				hidden_tooltip = {
					774 = { # Jerusalem
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					728 = { # Damascus
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					693 = { # Baghdad
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
		}
	}
	
	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 0 8 0 2 2
		}
		religion=kharijite
	}
}

d_hurufi = {
	color={ 80 220 80 }
	color2={ 220 220 0 }
	
	capital = 719 # Mecca
	
	creation_requires_capital = no
	
	dignity = 100 # Counted as having this many more counties than it does
	
	title = "CALIPH"
	title_female = "CALIPHA"
	foa = "CALIPH_FOA"
	short_name = yes
	
	religion=hurufi
	
	# Controls a religion
	controls_religion = hurufi
	
	allow = {
		OR = {
			trait = mirza
			trait = sayyid
			piety = 1000
		}
		OR = {
			AND = {
				trait = sayyid
				piety = 1000
			}
			custom_tooltip = {
				text = controls_mecca_medina
				hidden_tooltip = {
					719 = { # Mecca
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					718 = { # Medina
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
			custom_tooltip = {
				text = controls_jerusalem_damascus_baghdad
				hidden_tooltip = {
					774 = { # Jerusalem
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					728 = { # Damascus
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
					693 = { # Baghdad
						owner = {
							OR = {
								is_liege_or_above = ROOT
								character = ROOT
							}
						}
					}
				}
			}
		}
	}

	caliphate = yes
	
	coat_of_arms=
	{
		data=
		{
			0 0 0 7 1 7 7
		}
		religion=hurufi
	}
}

e_mexikha = {
	color = { 255 127 0 }
	
	short_name = yes
	
#	capital = 1
	
	# Always exists
	landless = yes
	
#	tribe = yes
	
	culture = nahuatl
	religion = aztec
}

#d_hansa = {
#	color={ 142 142 142 }
#	color2={ 255 255 255 }
#	
#	allow = {
#		always = no
#	}
#	
#	capital = 262 # Lbeck
#	
#	dignity = 10
#}


d_socotra = {
	color={ 142 255 85 }
	color2={ 255 255 255 }
	
	capital = 1369 # Socotra
	
	dignity = 10
}	


######################################
# Historical Merchant Republic Palaces
######################################

# VENICE:

b_dandolo = {
	culture = italian
	religion = catholic
}

b_contarini = {
	culture = italian
	religion = catholic
}

b_faliero = {
	culture = italian
	religion = catholic
}

b_morosini = {
	culture = italian
	religion = catholic
}

b_ziani = {
	culture = italian
	religion = catholic
}

b_candiano = {
	culture = italian
	religion = catholic
}

b_orsoleo = {
	culture = italian
	religion = catholic
}

b_participazio = {
	culture = italian
	religion = catholic
}

b_tribuno = {
	culture = italian
	religion = catholic
}

b_tradonico = {
	culture = italian
	religion = catholic
}

b_antenoreo = {
	culture = italian
	religion = catholic
}

b_galbaio = {
	culture = italian
	religion = catholic
}

b_monegario = {
	culture = italian
	religion = catholic
}

b_gaulo = {
	culture = italian
	religion = catholic
}

# GENOA:

b_doria = {
	culture = italian
	religion = catholic
}

b_spinola = {
	culture = italian
	religion = catholic
}

b_grimaldi = {
	culture = italian
	religion = catholic
}

b_fieschi = {
	culture = italian
	religion = catholic
}

b_embriaco = {
	culture = italian
	religion = catholic
}

# PISA:

b_dappiano = {
	culture = italian
	religion = catholic
}

b_della_gherardesca = {
	culture = italian
	religion = catholic
}

b_visconti = {
	culture = italian
	religion = catholic
}

b_alliata = {
	culture = italian
	religion = catholic
}

b_caetani = {
	culture = italian
	religion = catholic
}

# LBECK:

b_bardewik = {
	culture = german
	religion = catholic
}

b_vorrade = {
	culture = german
	religion = catholic
}

b_warendorp = {
	culture = german
	religion = catholic
}

b_pat_luneburg = {
	culture = german
	religion = catholic
}

b_wittenborg = {
	culture = german
	religion = catholic
}

# GOTLAND:

b_stenkyrka = {
	culture = swedish
	religion = catholic
}

b_guldsmed = {
	culture = swedish
	religion = catholic
}

b_hejnum = {
	culture = swedish
	religion = catholic
}

b_gildehusen = {
	culture = swedish
	religion = catholic
}

b_strabain = {
	culture = swedish
	religion = catholic
}

# AMALFI:

b_konstantios = {
	culture = greek
	religion = catholic
}

b_mauro = {
	culture = italian
	religion = catholic
}

b_musco = {
	culture = italian
	religion = catholic
}

b_polkarios = {
	culture = greek
	religion = catholic
}

b_urso = {
	culture = italian
	religion = catholic
}

b_amalfinos = {
	culture = greek
	religion = catholic
}

b_manginos = {
	culture = greek
	religion = catholic
}

b_kanakares = {
	culture = greek
	religion = catholic
}

b_sorrenti = {
	culture = italian
	religion = catholic
}

b_ravelli = {
	culture = italian
	religion = catholic
}

# Pagan heads of religion

d_norse_pagan_reformed = {
	color={ 155 155 235 }
	color2={ 220 220 0 }
	
	capital = 290 #Uppland
	
	title = "FYLKIR"
	title_female = "FYLKJA"
	foa = "FYLKIR_FOA"
	
	creation_requires_capital = no
	
	allow = {
		religion = norse_pagan_reformed
		num_of_holy_sites = 3
		piety = 500
	}
	
	short_name = yes
	
	dignity = 100 # Counted as having this many more counties than it does
	
	# Controls a religion
	controls_religion = norse_pagan_reformed
	
	religion = norse_pagan_reformed
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_tengri_pagan_reformed = {
	color={ 100 80 100 }
	color2={ 220 220 0 }
	
	capital = 594 #	Sarkel
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = tengri_pagan_reformed
	
	religion = tengri_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_baltic_pagan_reformed = {
	color={ 122 165 70 }
	color2={ 220 220 0 }
	
	capital = 366 #Stettin
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = baltic_pagan_reformed
	
	religion = baltic_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_finnish_pagan_reformed = {
	color={ 240 240 220 }
	color2={ 220 220 0 }
	
	capital = 381 # Uusimaa
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = finnish_pagan_reformed
	
	religion = finnish_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_slavic_pagan_reformed = {
	color={ 175 50 136 }
	color2={ 220 220 0 }
	
	capital = 515 # Tirgoviste
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = slavic_pagan_reformed
	
	religion = slavic_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_aztec_reformed = {
	color={ 245 245 135 }
	color2={ 220 220 0 }
	
	capital = 1 #???????
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = aztec_reformed
	
	religion = aztec_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_west_african_pagan_reformed = {
	color={ 91 49 13 }
	color2={ 220 220 0 }
	
	capital = 925 # Mali
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes
	
	# Controls a religion
	controls_religion = west_african_pagan_reformed
	
	religion = west_african_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_zun_pagan_reformed = {
	color={ 220 255 0 }
	color2={ 220 220 0 }
	
	capital = 1183 #	Bost
	
	title = "HEAD_PRIEST"
	title_female = "HEAD_PRIESTESS"
	foa = "HEAD_PRIEST_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = zun_pagan_reformed
	
	religion = zun_pagan_reformed
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_zoroastrian = {
	color={ 180 120 40 }
	color2={ 220 220 0 }
	
	capital = 646 #	Esfahan
	
	title = "HEAD_MOABADAN_MOABAD"
	foa = "POPE_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = zoroastrian
	
	religion = zoroastrian
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

d_jewish = {
	color = { 0 80 255 }
	
	capital = 774 #	Jerusalem
	
	title = "HEAD_KOHEN_GADOL"
	foa = "POPE_FOA"
	
	short_name = yes
	
	# Always exists
	landless = yes	
	
	# Controls a religion
	controls_religion = jewish
	
	religion = jewish
	
	# Cannot be held as a secondary title
	primary = yes
	
	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
}

### INDIA ###

e_india = {                      # Titular, created by special decision only if entire India is united
	color = { 255 110 0 }

	title = "SAMRAT_CHAKRAVARTIN"
	title_female = "SAMRAJNI_CHAKRAVARTIN"

	dynasty_title_names = no 	# Will not be named "Seljuk", etc.
	
	allow = {
		always = no # Only created through special decision
	}
}

e_rajastan = {
	color={ 255 100 0 }
	color2={ 255 255 255 }
	
	capital = 1356 # Kanyakubja
	
	k_sindh = {
		color={ 225 135 20 }
		color2={ 255 255 255 }
		
		capital = 1297 # Debul
		
		d_sauvira = {
			color={ 230 135 20 }
			color2={ 255 255 255 }
			
			capital = 1297 # Debul
			
			c_debul = {
				color={ 230 155 20 }
				color2={ 255 255 255 }
				
				b_debul = {
				}
				b_banbhore = {
				}
				b_landhi = {
				}
				b_thatta = {
				}
				b_makli = {
				}
				b_shahbandar = {
				}
				b_kolachi = {
				}
				b_lari_bandar = {
				}
			}
			c_sonda = {
				color={ 230 115 20 }
				color2={ 255 255 255 }
				
				b_sonda = {
				}
				b_nagarparkar = {
				}
				b_karoonjar = {
				}
				b_amarkot = {
				}
				b_mamhal = {
				}
				b_matli = {
				}
				b_badin = {
				}
			}
			c_mansura = {
				color={ 230 155 40 }
				color2={ 255 255 255 }
				
				b_mansura = {
				}
				b_mirpur_khas = {
				}
				b_hala = {
				}
				b_nerunkot = {
				}
				b_matiari = {
				}
				b_nasarpur = {
				}
				b_mirman = {
				}
			}
			c_ranikot = {
				color={ 210 155 40 }
				color2={ 255 255 255 }
				
				b_ranikot = {
				}
				b_sharusan = {
				}
				b_paat = {
				}
				b_khudabad = {
				}
				b_manhabari = {
				}
				b_jandar = {
				}
			}
			c_siwistan = {
				color={ 250 155 40 }
				color2={ 255 255 255 }
				
				b_siwistan = {
				}
				b_dahlilah = {
				}
				b_mir_rukan = {
				}
				b_guja = {
				}
				b_vicalapura = {
				}
			}
		}
		d_bhakkar = {
			color={ 200 105 18 }
			color2={ 255 255 255 }
			
			capital = 1138 # Bhakkar
			
			c_bhakkar = {
				color={ 220 105 18 }
				color2={ 255 255 255 }
				
				b_bhakkar = {
				}
				b_larkana = {
				}
				b_sarkara = {
				}
				b_kalari = {
				}
				b_sialkot = {
				}
				b_shikarpur = {
				}
			}
			c_aror = {
				color={ 180 105 18 }
				color2={ 255 255 255 }
				
				b_aror = {
				}
				b_sukkur = {
				}
				b_chak = {
				}
				b_basmak = {
				}
				b_siraj_ji_takri = {
				}
				b_allah_abad = {
				}
			}
			c_rajanpur = {
				color={ 200 115 18 }
				color2={ 255 255 255 }
				
				b_rajanpur = {
				}
				b_rojhan = {
				}
				b_adhiwala = {
				}
				b_harrand = {
				}
				b_dajal = {
				}
			}
			c_sibi = {
				color={ 200 145 18 }
				color2={ 255 255 255 }
				
				b_sibi = {
				}
				b_mastanj = {
				}
				b_walishtan = {
				}
				b_dadhar = {
				}
			}
			c_kandail = {
				color={ 200 105 38 }
				color2={ 255 255 255 }
				
				b_kandail = {
				}
				b_dadu = {
				}
				b_jhal = {
				}
			}
			c_quzdar = {
				color={ 200 115 28 }
				color2={ 255 255 255 }
				
				b_quzdar = {
				}
				b_bodein = {
				}
			}
		}
		
	}
	k_punjab = {
		color={ 255 90 20 }
		color2={ 255 255 255 }
		
		capital = 1362 # Lahur
		
		zun_pagan_reformed = 150 # Crusade target weight
	
		d_multan = {
			color={ 234 100 21 }
			color2={ 255 255 255 }
			
			capital = 1338 # Multan
			
			c_multan = {
				color={ 234 110 21 }
				color2={ 255 255 255 }

				holy_site = zun_pagan
				holy_site = zun_pagan_reformed
				
				b_multan = {
				}
				b_mulasthana = {
				}
				b_kabirwala = {
				}
				b_tulamba = {
				}
				b_prahladpuri = {
				}
				b_alipur = {
				}
				b_makhdum_rashid = {
				}
			}
			c_kafirkot = {
				color={ 234 90 21 }
				color2={ 255 255 255 }
				
				b_kafirkot = {
				}
				b_malot = {
				}
				b_bilot = {
				}
				b_maniot = {
				}
				b_dera_ghazi_khan = {
				}
			}
			c_uch = {
				color={ 234 80 21 }
				color2={ 255 255 255 }
				
				b_uch = {
				}
				b_chachran = {
				}
				b_mithankot = {
				}
				b_derawar = {
				}
				b_chaudari = {
				}
				b_sitpur = {
				}
			}
			c_karur = {
				color={ 234 50 11 }
				color2={ 255 255 255 }
				
				b_karur = {
				}
				b_askhanda = {
				}
				b_vehari = {
				}
				b_chishtian = {
				}
				b_marot = {
				}
			}
			c_karor = {
				color={ 255 120 21 }
				color2={ 255 255 255 }
				
				b_karor = {
				}
				b_mankera = {
				}
				b_shadia = {
				}
				b_wan_bhachran = {
				}
			}
			c_wana = { # Bori
				color={ 244 80 5 }
				color2={ 255 255 255 }
				
				b_bori = {
				}
			}
		}
		d_lahore = {
			color={ 180 110 41 }
			color2={ 255 255 255 }
			
			capital = 1362 # Lahur
			
			c_lahur = {
				color={ 180 130 41 }
				color2={ 255 255 255 }
				
				b_lahur = {
				}
				b_sangla = {
				}
				b_kasur = {
				}
				b_samnabad = {
				}
				b_mehdiabad = {
				}
				b_chunian = {
				}
				b_data_darbar = {
				}
			}
			c_dipalpur = {
				color={ 190 100 41 }
				color2={ 255 255 255 }
				
				b_pancapura = {
				}
				b_dipalpur = {
				}
				b_abohar = {
				}
				b_ajodhan = {
				}
				b_satghara = {
				}
				b_chichawatni = {
				}
			}
			c_bhera = {
				color={ 160 110 41 }
				color2={ 255 255 255 }
				
				b_bhera = {
				}
				b_rampur = {
				}
				b_katasraj = {
				}
				b_girjakh = {
				}
				b_behak_maken = {
				}
				b_phalia = {
				}
			}
			c_shorkot = {
				color={ 180 110 61 }
				color2={ 255 255 255 }
				
				b_bhirr = {
				}
				b_shorkot = {
				}
				b_kamalia = {
				}
				b_chandrod = {
				}
				b_bhawana = {
				}
				b_jhang = {
				}
				b_rabwah = {
				}
			}
			c_sakala = {
				color={ 180 120 21 }
				color2={ 255 255 255 }
				
				b_sakala = {
				}
				b_jammu = {
				}
				b_bhuttar = {
				}
				b_bahu = {
				}
				b_vallapura = {
				}
				b_puran_nagar = {
				}
				b_pasrur = {
				}
			}
			c_trigarta = {
				color={ 190 100 31 }
				color2={ 255 255 255 }
				
				b_jalandhar = {
				}
				b_kahlur = {
				}
				b_rahon = {
				}
				b_pathankot = {
				}
				b_kaparthula = {
				}
				b_milwat = {
				}
				b_sarwmanpur = {
				}
				b_kangra = {
				}
			}
			c_gurjaratra = {
				color={ 140 120 41 }
				color2={ 255 255 255 }
				
				b_gurjaratra = {
				}
				b_jhelum = {
				}
				b_kharian = {
				}
				b_kunjah = {
				}
				b_hakla = {
				}
				b_tibbi = {
				}
				b_karianwala = {
				}
				b_bhaddar = {
				}
			}
		}
		d_gandhara = {
			color={ 255 150 31 }
			color2={ 255 255 255 }
			
			capital = 1180 # Udabhanda
			
			c_udabhanda = {
				color={ 255 130 31 }
				color2={ 255 255 255 }
				
				holy_site = buddhist
				
				b_udabhanda = {
				}
				b_charsada = {
				}
				b_oddiyana = {
				}
				b_attak = {
				}
				b_mankiala = {
				}
				b_rawal = {
				}
				b_ohind = {
				}
			}
			c_purushapura = {
				color={ 235 150 31 }
				color2={ 255 255 255 }
				
				b_purushapura = {
				}
				b_shah_ji_dheri = {
				}
				b_nowshera = {
				}
				b_ali_masjid = {
				}
				b_bajaur = {
				}
				b_mardan = {
				}
				b_shergarh = {
				}
			}
			c_nandana = {
				color={ 255 150 11 }
				color2={ 255 255 255 }
				
				b_nandana = {
				}
				b_hund = {
				}
				b_lund2 = {
				}
				b_simhapura = {
				}
				b_khushab = {
				}
				b_tulaja = {
				}
				b_khewra = {
				}
			}
			c_kasmira = {
				color={ 245 160 31 }
				color2={ 255 255 255 }
				
				b_srinagara = {
				}
				b_shankaracharya = {
				}
				b_parihasapura = {
				}
				b_padmapura = {
				}
				b_loharakota = {
				}
				b_amaresvara = {
				}
				b_baghsar = {
				}
			}
			c_bannu = {
				color={ 265 150 51 }
				color2={ 255 255 255 }
				
				b_bannu = {
				}
				b_hangu = {
				}
				b_karrak = {
				}
				b_kohat = {
				}
				b_dinkot = {
				}
				b_kalabagh = {
				}
			}
		}
	}
	k_delhi = {
		color={ 220 150 75 }
		color2={ 255 255 255 }
		
		capital = 1365 # Delhi
	
		d_kuru = {
			color={ 210 65 12 }
			color2={ 255 255 255 }
			
			capital = 1365 # Delhi
			
			c_delhi = {
				color={ 230 65 12 }
				color2={ 255 255 255 }
				
				b_indraprastha = {
				}
				b_dhilika = {
				}
				b_mehrauli = {
				}
				b_lalkot = {
				}
				b_narela = {
				}
				b_siri = {
				}
				b_jahanpanah = {
				}
			}
			c_hastinapura = {
				color={ 190 65 12 }
				color2={ 255 255 255 }
				
				b_hastinapura = {
				}
				b_pandeshwar = {
				}
				b_pankot = {
				}
				b_indrasthana = {
				}
				b_mirath = {
				}
				b_baran = {
				}
				b_hapur = {
				}
			}
			c_sthanisvara = {
				color={ 210 65 12 }
				color2={ 255 255 255 }
				
				b_saharanpur = {
				}
				b_sthanisvara = {
				}
				b_shakumbhri_devi = {
				}
				b_sirhind = {
				}
				b_karnal = {
				}
				b_samana = {
				}
				b_panipat = {
				}
			}
		}
		d_haritanaka = {
			color={ 100 25 3 }
			color2={ 255 255 255 }
			
			capital = 1364 # Tribandapura
			
			c_hisar = {
				color={ 100 25 23 }
				color2={ 255 255 255 }
				
				b_asigarh = {
				}
				b_asika = {
				}
				b_surajkund = {
				}
				b_rohtak = {
				}
				b_hisar = {
				}
				b_kalanaur = {
				}
				b_agroha = {
				}
			}
			c_tribandapura = {
				color={ 130 25 3 }
				color2={ 255 255 255 }
				
				b_tribandapura = {
				}
				b_sunam = {
				}
				b_jaintpuri = {
				}
				b_kartikeya = {
				}
				b_amin = {
				}
			}
			c_sarasvati = {
				color={ 100 55 3 }
				color2={ 255 255 255 }
				
				b_sarasvati = {
				}
				b_bhadra = {
				}
				b_bhatnir = {
				}
				b_tarain = {
				}
			}
		}
		d_mathura = {
			color={ 150 45 10 }
			color2={ 255 255 255 }
			
			capital = 1359 # Mathura
			
			c_mathura = {
				color={ 170 45 20 }
				color2={ 255 255 255 }
				
				holy_site = hindu
				
				b_mathura = {
				}
				b_krishnajanmabhoomi = {
				}
				b_govardhan = {
				}
				b_vrindavan = {
				}
				b_mankameshwar = {
				}
				b_agra = {
				}
				b_khanwa = {
				}
				b_dhanauli = {
				}
			}
			c_kol = {
				color={ 150 65 10 }
				color2={ 255 255 255 }
				
				b_dor = {
				}
				b_kol = {
				}
				b_soron = {
				}
				b_nilavati = {
				}
				b_etah = {
				}
				b_barauli = {
				}
			}
			c_sripatha = {
				color={ 110 45 10 }
				color2={ 255 255 255 }
				
				b_sripatha = {
				}
				b_bayana = {
				}
				b_dhavalapuri = {
				}
				b_dholeshwar_mahadev = {
				}
				b_abanhagari = {
				}
			}
		}
		d_vodamayutja = {
			color={ 195 90 0 }
			color2={ 255 255 255 }
			
			capital = 1358 # Vodamayuta
			
			c_vodamayutja = {
				color={ 195 90 10 }
				color2={ 255 255 255 }
				
				b_vodamayutja = {
				}
				b_ahichatra = {
				}
				b_tilokpur = {
				}
				b_anwala = {
				}
				b_bareily = {
				}
				b_sheikhupur = {
				}
			}
			c_sambhal = {
				color={ 195 90 30 }
				color2={ 255 255 255 }
				
				b_sambhal = {
				}
				b_tattandapura = {
				}
				b_ujhani = {
				}
				b_amroha = {
				}
				b_sirsi = {
				}
				b_bachhraon = {
				}
			}
			c_katehar = {
				color={ 165 90 0 }
				color2={ 255 255 255 }
				
				b_mandawar = {
				}
				b_bijnor = {
				}
				b_gangadvara = {
				}
				b_rishikesh = {
				}
				b_nehtaur = {
				}
				b_kartikeyapura = {
				}
				b_jageshwar = {
				}
			}
		}
	}
	k_gujarat = {
		color={ 155 80 28 }
		color2={ 255 255 255 }
		
		capital = 1292 # Sarasvata Mandala
	
		d_gurjara_mandala = {
			color={ 175 80 20 }
			color2={ 255 255 255 }
			
			capital = 1292 # Sarasvata Mandala
			
			c_sarasvata_mandala = {
				color={ 155 80 20 }
				color2={ 255 255 255 }
				
				holy_site = jain
				
				b_anahilapataka = {
				}
				b_vadnagar = {
				}
				b_siddhapura = {
				}
				b_kamboika = {
				}
				b_modhera = {
				}
				b_kheralu = {
				}
				b_shertha = {
				}
			}
			c_khetaka = {
				color={ 175 80 40 }
				color2={ 255 255 255 }
				
				b_khetaka = {
				}
				b_khambhat = {
				}
				b_dholka = {
				}
				b_tarapur = {
				}
				b_ashaval = {
				}
				b_nadiad = {
				}
				b_bhadran = {
				}
				b_sanand = {
				}
			}
			c_mohadavasaka = {
				color={ 175 100 20 }
				color2={ 255 255 255 }
				
				b_mohadavasaka = {
				}
				b_jhalod = {
				}
				b_lunawada = {
				}
				b_shamlaji = {
				}
				b_idar = {
				}
				b_unjha = {
				}
				b_danta = {
				}
			}
		}
		d_anartta = {
			color={ 195 50 10 }
			color2={ 255 255 255 }
			
			capital = 1136 # Dvaraka
			
			c_dhamalpur = {
				color={ 195 50 30 }
				color2={ 255 255 255 }
				
				b_dhamalpur = {
				}
				b_morvi = {
				}
				b_lakhota = {
				}
				b_khasta = {
				}
				b_dhrol = {
				}
			}
			c_dvaraka = {
				color={ 175 50 10 }
				color2={ 255 255 255 }
				
				holy_site = hindu
				
				b_dvaraka = {
				}
				b_lalpur = {
				}
				b_dwarakadheesh = {
				}
				b_gomati = {
				}
				b_bhanvad = {
				}
			}
			c_kutch = {
				color={ 195 70 10 }
				color2={ 255 255 255 }
				
				b_kanthakota = {
				}
				b_anjar = {
				}
				b_dhaneti = {
				}
				b_bhuj = {
				}
			}
		}
		d_saurashtra = {
			color={ 220 100 50 }
			color2={ 255 255 255 }
			
			capital = 1134 # Bhumilka
			
			c_bhumilka = {
				color={ 220 120 50 }
				color2={ 255 255 255 }
				
				holy_site = jain
				
				b_vamanasthali = {
				}
				b_bhumilka = {
				}
				b_girnar = {
				}
				b_uperkot = {
				}
				b_bhavnat = {
				}
				b_mangrol = {
				}
				b_shrinagar = {
				}
			}
			c_somnath = {
				color={ 220 800 50 }
				color2={ 255 255 255 }
				
				b_vejalkot = {
				}
				b_somnath = {
				}
				b_delvada = {
				}
				b_diu = {
				}
				b_veraval = {
				}
				b_kanjetar = {
				}
				b_moherak = {
				}
			}
			c_vardhamana = {
				color={ 240 100 50 }
				color2={ 255 255 255 }
				
				b_vardhamana = {
				}
				b_amarvalli = {
				}
				b_halvad = {
				}
				b_ranpur = {
				}
			}
			c_valabhi = {
				color={ 200 100 60 }
				color2={ 255 255 255 }
				
				b_valabhi = {
				}
				b_gundigar = {
				}
				b_sihor = {
				}
				b_palatina = {
				}
				b_shatrunjaya = {
				}
				b_dhandhuka = {
				}
			}
		}
		d_lata = {
			color={ 200 150 90 }
			color2={ 255 255 255 }
			
			capital = 1133 # Vadodara
			
			c_navasarika = {
				color={ 200 120 90 }
				color2={ 255 255 255 }
				
				b_akruresvara = {
				}
				b_navasarika = {
				}
				b_bharuch = {
				}
				b_surat = {
				}
				b_rander = {
				}
				b_dharampur = {
				}
				b_variav = {
				}
				b_rajpipla = {
				}
				b_tadkeshwar = {
				}
			}
			c_daman = {
				color={ 220 150 90 }
				color2={ 255 255 255 }
				
				b_daman = {
				}
				b_sanjan = {
				}
				b_surparaka = {
				}
				b_nagar_haveli = {
				}
				b_pardi = {
				}
				b_bulsar = {
				}
				b_ramnagar = {
				}
			}
			c_vadodara = {
				color={ 200 150 110 }
				color2={ 255 255 255 }
				
				b_vadodara = {
				}
				b_ankotakka = {
				}
				b_kayavarohan = {
				}
				b_vatpatrak = {
				}
				b_darbhavati = {
				}
				b_nasvadi = {
				}
			}
			
			coat_of_arms=
			{
				data=
				{
					0 0 0 34 10 0 0
				}
				religion=hindu
			}
		}
	}
	k_rajputana = {
		
		color={ 200 70 0 }
		color2={ 255 255 255 }
		
		capital = 1346 # Ajayameru
	
		d_maru = {
			color={ 194 67 10 }
			color2={ 255 255 255 }
			
			capital = 1130 # Mandavyapura
			
			c_mandavyapura = {
				color={ 194 87 10 }
				color2={ 255 255 255 }
				
				b_mandavyapura = {
				}
				b_siwana = {
				}
				b_osian = {
				}
				b_sanderaka = {
				}
				b_korta = {
				}
				b_mathania = {
				}
				b_ghaneraov = {
				}
				b_naddula = {
				}
			}
			c_medantaka = {
				color={ 194 67 30 }
				color2={ 255 255 255 }
				
				b_medantaka = {
				}
				b_purnatallakapura = {
				}
				b_phalarddhi = {
				}
				b_sanjoo = {
				}
			}
			c_godwad = {
				color={ 174 67 10 }
				color2={ 255 255 255 }
				
				holy_site = jain
				
				b_candravati = {
				}
				b_bhillamala = {
				}
				b_jalor = {
				}
				b_barodiya = {
				}
				b_achalgarh = {
				}
				b_khudala = {
				}
			}
		}
		d_jangladesh = {
			color={ 144 47 0 }
			color2={ 255 255 255 }
			
			capital = 1354 # Nagauda
			
			c_vikramapura = {
				color={ 144 47 20 }
				color2={ 255 255 255 }
				
				b_vikramapura = {
				}
				b_kolayat = {
				}
				b_bhurupal = {
				}
				b_bhandasar = {
				}
				b_shekhsar = {
				}
			}
			c_reni = {
				color={ 124 47 0 }
				color2={ 255 255 255 }
				
				b_reni = {
				}
				b_dadrewa = {
				}
				b_mandir = {
				}
				b_bidasar = {
				}
				b_sidhmukh = {
				}
			}
			c_nagauda = {
				color={ 144 67 0 }
				color2={ 255 255 255 }
				
				b_ahichhatrapur = {
				}
				b_nagauda = {
				}
				b_ladnu = {
				}
				b_makrana = {
				}
				b_ladnun = {
				}
				b_kuchaman = {
				}
				b_mundwa = {
				}
			}
		}
		d_stravani = {
			color={ 150 60 30 }
			color2={ 255 255 255 }
			
			capital = 1304 # Ludrava
			
			c_ludrava = {
				color={ 170 60 30 }
				color2={ 255 255 255 }
				
				b_ludrava = {
				}
				b_phalavardhika = {
				}
				b_lanela = {
				}
				b_jaisalmer = {
				}
				b_ranakpur = {
				}
			}
			c_vijnot = {
				color={ 150 60 50 }
				color2={ 255 255 255 }
				
				b_vijnot = {
				}
				b_bhatiya = {
				}
				b_kishangarh = {
				}
				b_ghotki = {
				}
			}
			c_satyapura = {
				color={ 150 40 30 }
				color2={ 255 255 255 }
				
				b_kiratakupa = {
				}
				b_satyapura = {
				}
				b_kiradu = {
				}
				b_juna_barmer = {
				}
			}
		}
		d_medapata = {
			color={ 136 66 32 }
			color2={ 255 255 255 }
			
			capital = 1345 # Medapata
			
			c_medapata = {
				color={ 136 86 32 }
				color2={ 255 255 255 }
				
				b_aghata = {
				}
				b_eklingji = {
				}
				b_nagahrada = {
				}
				b_bagar = {
				}
				b_jagadamba = {
				}
				b_sas_bahu = {
				}
				b_rishabhdeo = {
				}
			}
			c_chitrakut = {
				color={ 136 66 52 }
				color2={ 255 255 255 }
				
				b_chitrakut = {
				}
				b_rampura = {
				}
				b_baroli = {
				}
				b_bhainsrorgarh = {
				}
				b_mandalgarh = {
				}
				b_nagari = {
				}
			}
			c_kota = {
				color={ 156 66 32 }
				color2={ 255 255 255 }
				
				b_kota = {
				}
				b_koshvardhan = {
				}
				b_ramgarh = {
				}
				b_bundi = {
				}
			}
		}
		d_ajmer = {
			color={ 230 190 51 }
			color2={ 255 255 255 }
			
			capital = 1346 # Ajayameru
			
			c_ajayameru = {
				color={ 210 190 51 }
				color2={ 255 255 255 }
				
				b_shakambhari = {
				}
				b_pushkar = {
				}
				b_ajayameru = {
				}
				b_taragarh = {
				}
				b_dhanop = {
				}
				b_nareli = {
				}
				b_lawah = {
				}
			}
			c_ranthambore = {
				color={ 230 170 51 }
				color2={ 255 255 255 }
				
				b_ranthambore = {
				}
				b_gangapur = {
				}
				b_tonkra = {
				}
				b_utgir = {
				}
				b_mandrael = {
				}
				b_sheopur = {
				}
			}
			c_vairata = {
				color={ 230 190 71 }
				color2={ 255 255 255 }
				
				b_harshnath = {
				}
				b_vairata = {
				}
				b_sanganer = {
				}
				b_amer = {
				}
				b_dhosi = {
				}
				b_jhunjhunu = {
				}
				b_jeenmata = {
				}
				b_khatushyam = {
				}
			}
			c_gwalior = {
				color={ 220 180 41 }
				color2={ 255 255 255 }
				
				b_gwalior = {
				}
				b_sahastrabahu = {
				}
				b_dabra = {
				}
				b_bateshwar = {
				}
				b_narwar = {
				}
				b_sabalgarh = {
				}
				b_vijaypur = {
				}
			}
		}
	}
	k_malwa = {
		color={ 255 200 25 }
		color2={ 200 0 0 }
		
		capital = 1288 # Ujjayini
	
		d_dadhipadra = { # Avanti
			color={ 245 200 20 }
			color2={ 255 255 255 }
			
			capital = 1288 # Ujjayini
			
			c_dadhipadra = {
				color={ 245 200 40 }
				color2={ 255 255 255 }
				
				b_dadhipadra = {
				}
				b_pavagadh = {
				}
				b_champaner = {
				}
				b_godhra = {
				}
				b_kalika_mata = {
				}
				b_jawad = {
				}
			}
			c_dhara = {
				color={ 225 200 20 }
				color2={ 255 255 255 }
				
				b_dhara = {
				}
				b_betma = {
				}
				b_dharampuri = {
				}
				b_indore = {
				}
				b_depalpur = {
				}
				b_jobat = {
				}
				b_sailana = {
				}
			}
			c_dasapura = {
				color={ 225 180 20 }
				color2={ 255 255 255 }
				
				b_dasapura = {
				}
				b_sondani = {
				}
				b_dharmrajeshwar = {
				}
				b_hinglajgarh = {
				}
				b_taxakeshwar = {
				}
			}
			c_ujjayini = {
				color={ 205 200 30 }
				color2={ 255 255 255 }
				
				holy_site = hindu
				
				b_ujjayini = {
				}
				b_agar = {
				}
				b_mahakaleshwar = {
				}
				b_mehidpur = {
				}
				b_dewas = {
				}
				b_maksi = {
				}
				b_akodia = {
				}
			}
		}
		d_akara_dasarna = {
			color={ 210 150 15 }
			color2={ 255 255 255 }
			
			capital = 1170 # Vidisa
			
			c_sarangpur = {
				color={ 210 150 35 }
				color2={ 255 255 255 }
				
				b_sarangpur = {
				}
				b_ashta = {
				}
				b_sidhhapur = {
				}
				b_gagraun = {
				}
				b_rajgarh = {
				}
				b_jhalawar = {
				}
			}
			c_vidisa = {
				color={ 190 150 15 }
				color2={ 255 255 255 }
				
				holy_site = buddhist
				
				b_vidisa = {
				}
				b_sanchi = {
				}
				b_sironj = {
				}
				b_bijamandal = {
				}
				b_raisin = {
				}
				b_bhojpur = {
				}
				b_mangla_devi = {
				}
			}
			c_chanderi = {
				color={ 210 130 15 }
				color2={ 255 255 255 }
				
				b_chanderi = {
				}
				b_jhansi = {
				}
				b_luacchagiri = {
				}
				b_garh_kundar = {
				}
				b_jarai_ka_math = {
				}
				b_khurai = {
				}
				b_aharji = {
				}
			}
			c_candhoba = {
				color={ 210 160 25 }
				color2={ 255 255 255 }
				
				b_candhoba = {
				}
				b_sipri = {
				}
				b_guna = {
				}
				b_kadwaya = {
				}
			}
		}
		d_anupa = {
			color={ 150 110 5 }
			color2={ 255 255 255 }
			
			capital = 1147 # Mandapika
			
			c_mandapika = {
				color={ 150 130 5 }
				color2={ 255 255 255 }
				
				b_mandapika = {
				}
				b_bawangaja = {
				}
				b_maheshwar = {
				}
				b_borgarh = {
				}
				b_avasgarh = {
				}
			}
			c_asirgarh = {
				color={ 140 110 15 }
				color2={ 255 255 255 }
				
				b_asirgarh = {
				}
				b_khandwa = {
				}
				b_khargone = {
				}
				b_mandleshwar = {
				}
				b_sanawad = {
				}
			}
			c_burhanpur = {
				color={ 150 90 5 }
				color2={ 255 255 255 }
				
				b_burhanpur = {
				}
				b_erandol = {
				}
				b_vaghli = {
				}
				b_changdev = {
				}
				b_yawal = {
				}
			}
			c_thalner = {
				color={ 160 100 15 }
				color2={ 255 255 255 }
				
				b_thalner = {
				}
				b_balasane = {
				}
				b_sindkheda = {
				}
				b_bhamer = {
				}
				b_jhodga = {
				}
				b_laling = {
				}
				b_amalner = {
				}
			}
		}
	}
	k_kosala = {
		color={ 205 60 10 }
		color2={ 255 255 255 }
		
		capital = 1356 # Kanyakubja
	
		d_kanyakubja = {
			color={ 225 155 77 }
			color2={ 255 255 255 }
			
			capital = 1356 # Kanyakubja
			
			c_kanyakubja = {
				color={ 225 135 77 }
				color2={ 255 255 255 }
				
				b_kanyakubja = {
				}
				b_jajmau = {
				}
				b_bithor = {
				}
				b_etawah = {
				}
				b_swargdwari = {
				}
				b_kampil = {
				}
				b_jai_chandra = {
				}
			}
			c_lakhnau = {
				color={ 235 155 67 }
				color2={ 255 255 255 }
				
				b_lakhnau = {
				}
				b_jasnaul = {
				}
				b_satrikh = {
				}
				b_hardoi = {
				}
				b_zaidpur = {
				}
			}
			c_kalpi = {
				color={ 205 155 77 }
				color2={ 255 255 255 }
				
				b_kalpi = {
				}
				b_jalaun = {
				}
				b_lahar = {
				}
				b_oirai = {
				}
				b_kurara = {
				}
				b_konch = {
				}
			}
			c_bharauli = {
				color={ 225 135 77 }
				color2={ 255 255 255 }
				
				b_bharauli = {
				}
				b_manikpur = {
				}
				b_lalganj = {
				}
				b_bhadri = {
				}
			}
			c_asni = {
				color={ 225 155 97 }
				color2={ 255 255 255 }
				
				b_asni2 = {
				}
				b_bhitargaon = {
				}
				b_kora = {
				}
				b_musanagar = {
				}
				b_shivrajpur = {
				}
				b_bindki = {
				}
				b_khaga = {
				}
			}
			c_prayaga = {
				color={ 215 165 67 }
				color2={ 255 255 255 }
				
				b_prayaga = {
				}
				b_daraganj = {
				}
				b_alopibagh = {
				}
				b_kausambi = {
				}
				b_chowk = {
				}
				b_kara = {
				}
				b_dariyabad = {
				}
			}
		}
		d_saryupara = {
			color={ 180 110 40 }
			color2={ 255 255 255 }
			
			capital = 1250 # Ayodhya
			
			c_naimisa = {
				color={ 180 110 60 }
				color2={ 255 255 255 }
				
				b_naimisa = {
				}
				b_bahraich = {
				}
				b_gonda = {
				}
				b_lakhimpur = {
				}
				b_sitapur = {
				}
				b_misrikh = {
				}
			}
			c_sravasti = {
				color={ 160 110 60 }
				color2={ 255 255 255 }
				
				b_sravasti = {
				}
				b_barohiya = {
				}
				b_jetavana = {
				}
				b_amorha = {
				}
				b_gorakhnath_math = {
				}
				b_gorakhpur = {
				}
				b_maghar = {
				}
			}
			c_ayodhya = {
				color={ 180 130 60 }
				color2={ 255 255 255 }
				
				holy_site = hindu
				
				b_ayodhya = {
				}
				b_ramkot = {
				}
				b_ram_janmabhoomi = {
				}
				b_nageshwarnath = {
				}
				b_hanuman_garhi = {
				}
				b_faizabad = {
				}
				b_sarairasi = {
				}
			}
		}
		d_jejakabhukti = {
			color={ 120 50 10 }
			color2={ 255 255 255 }
			
			capital = 1301 # Mahoba
			
			c_mahoba = {
				color={ 140 50 10 }
				color2={ 255 255 255 }
				
				b_mahoba = {
				}
				b_chitrakuta = {
				}
				b_hamirpur = {
				}
				b_ajaigarh = {
				}
				b_rath = {
				}
			}
			c_kalanjara = {
				color={ 120 70 10 }
				color2={ 255 255 255 }
				
				b_kalinjar = {
				}
				b_khajuraho = {
				}
				b_jayapura = {
				}
				b_bhatta = {
				}
				b_panna = {
				}
				b_devendranagar = {
				}
			}
			c_damoh = {
				color={ 110 50 30 }
				color2={ 255 255 255 }
				
				b_damoh = {
				}
				b_dhamoni = {
				}
				b_nohta = {
				}
				b_singrampur = {
				}
				b_narsinghgarh = {
				}
			}
			c_gurgi = {
				color={ 150 255 91 }
				color2={ 255 255 255 }
				
				b_gurgi = {
				}
				b_satna = {
				}
				b_bathgahora = {
				}
				b_chandrehi = {
				}
			}
		}
	}
}

e_bengal = {
	color={ 0 120 40 }
	color2={ 255 255 20 }
	
	capital = 1151 # Laksmanavati

	short_name = yes
	
	k_gondwana = {
		color = { 32 128 55 }
		color2={ 255 255 255 }
			
		capital = 1271 # Tripuri
		
		d_dahala = {
			color = { 30 125 55 }
			color2={ 255 255 255 }
			
			capital = 1271 # Tripuri
			
			c_tripuri = {
				color = { 50 125 55 }
				color2={ 255 255 255 }
				
				b_tripuri = {
				}
				b_mandla = {
				}
				b_garha = {
				}
			}
			c_chauragarh = {
				color = { 30 125 35 }
				color2={ 255 255 255 }
				
				b_chauragarh = {
				}
				b_bohani = {
				}
				b_barman = {
				}
			}
			
			coat_of_arms=
			{
				data=
				{
					0 0 0 35 0 10 10
				}
				religion=jain
			}
		}
		d_ratanpur = {
			color = { 36 175 65 }
			color2={ 255 255 255 }
			
			capital = 1272 # Ratanpur
			
			c_tummana = {
				color = { 56 175 65 }
				color2={ 255 255 255 }
				
				b_tummana = {
				}
				b_amarkantak = {
				}
				b_manendragarh = {
				}
			}
			c_ratanpur = {
				color = { 36 155 65 }
				color2={ 255 255 255 }
				
				b_ratanpur = {
				}
				b_pali = {
				}
				b_saravpur = {
				}
				b_savarinarayana = {
				}
			}
			c_bandhugadha = {
				color = { 30 125 75 }
				color2={ 255 255 255 }
				
				b_bandhugadha = {
				}
				b_shahdol = {
				}
				b_virateshwar = {
				}
				b_bahoriband = {
				}
			}
		}
	}
	k_bengal = {
		color = { 40 160 40 }
		color2={ 255 255 255 }
		
		capital = 1151 # Laksmanavati
		
		d_vanga = {
			color = { 35 190 35 }
			color2={ 255 255 255 }
			
			capital = 1319 # Bikrampur
			
			c_bikrampur = {
				color = { 35 220 35 }
				color2={ 255 255 255 }
				
				b_bikrampur = {
				}
				b_sutrapur = {
				}
				b_dhakeshwari_jatiya_mandir = {
				}
				b_loricol = {
				}
				b_shakhari_bazar = {
				}
				b_hajiganj = {
				}
			}
			c_kumara_mandala = {
				color = { 55 165 35 }
				color2={ 255 255 255 }
				
				b_kumarakhali = {
				}
				b_fathabad = {
				}
				b_ekdala = {
				}
				b_katasgarh = {
				}
			}
			c_candradvipa = {
				color = { 35 165 55 }
				color2={ 255 255 255 }
				
				b_candradvipa = {
				}
				b_khulna = {
				}
				b_sathkira = {
				}
				b_bagerhat = {
				}
				b_bakarganj = {
				}
			}
			c_samatata = {
				color = { 35 145 35 }
				color2={ 255 255 255 }
				
				b_devaparvata = {
				}
				b_chatigama = {
				}
				b_candranatha = {
				}
			}
			c_karmanta = {
				color = { 45 155 45 }
				color2={ 255 255 255 }
				
				b_karmanta = {
				}
				b_mainamati = {
				}
				b_unakoti = {
				}
				b_udaipur = {
				}
			}
		}
		d_varendra = {
			color = { 20 125 20 }
			color2={ 255 255 255 }
			
			capital = 1381 # Pundravardhana
			
			c_madhupur = {
				color = { 40 125 20 }
				color2={ 255 255 255 }
				
				b_madhupur = {
				}
				b_pabna = {
				}
				b_bogra = {
				}
				b_baghabarihat = {
				}
			}
			c_pundravardhana = {
				color = { 20 125 40 }
				color2={ 255 255 255 }
				
				b_pundravardhana = {
				}
				b_mahasthangarh = {
				}
				b_somapura_mahavihara = {
				}
				b_totaram_panditer_dhap = {
				}
				b_khulnar_dhap = {
				}
				b_bhimer_jangal = {
				}
				b_ghoraghat = {
				}
			}
			c_suvarnagram = {
				color = { 20 105 20 }
				color2={ 255 255 255 }
				
				b_narikella = {
				}
				b_suvarnagram = {
				}
				b_satkhira = {
				}
				b_susanga = {
				}
				b_bokainagar = {
				}
			}
		}
		d_gauda = {
			color = { 60 200 60 }
			color2={ 255 255 255 }
			
			capital = 1151 # Laksmanavati
			
			c_gauda = {
				color = { 60 180 60 }
				color2={ 255 255 255 }
				
				b_karnasubarna = {
				}
				b_raktamrittika = {
				}
				b_tarapith = {
				}
				b_adinatha_mandir = {
				}
				b_agmahl = {
				}
				b_teliagarhi = {
				}
			}
			c_radha = {
				color = { 60 180 60 }
				color2={ 255 255 255 }
				
				b_lakhnor = {
				}
				b_kalyaneshwari = {
				}
				b_katwa = {
				}
				b_rampur_boalia = {
				}
				b_gopbhum = {
				}
				b_ichhai_ghoshgarh = {
				}
				b_hirapur = {
				}
			}
			c_laksmanavati = {
				color = { 70 190 70 }
				color2={ 255 255 255 }
				
				b_laksmanavati = {
				}
				b_gaur = {
				}
				b_malda = {
				}
				b_pankak = {
				}
				b_banan = {
				}
				b_shukla = {
				}
				b_puthia = {
				}
			}
			c_kotivarsa = {
				color={ 58 200 41 }
				color2={ 255 255 255 }
				
				b_ramavati = {
				}
				b_devkot = {
				}
				b_bangarh = {
				}
				b_jagaddala = {
				}
				b_korat = {
				}
				b_siliguri = {
				}
			}
		}
		d_nadia = {
			color = { 100 255 100 }
			color2={ 255 255 255 }
			
			capital = 1323 # Nabadwipa
			
			c_nabadwipa = {
				color = { 120 255 100 }
				color2={ 255 255 255 }
				
				b_nabadwipa = {
				}
				b_krishnagar = {
				}
				b_pancharatna = {
				}
				b_bidhyanandikathi = {
				}
				b_madhyadwip = {
				}
				b_godrumdwip = {
				}
				b_ritudwip = {
				}
			}
			c_saptagrama = {
				color = { 100 255 80 }
				color2={ 255 255 255 }
				
				b_saptagrama = {
				}
				b_bansberia = {
				}
				b_chinsura = {
				}
				b_mahanad = {
				}
				b_pandua = {
				}
				b_tribeni = {
				}
				b_shantipur = {
				}
			}
			c_vijayapura = {
				color = { 110 245 100 }
				color2={ 255 255 255 }
				
				b_vijayapura = {
				}
				b_begunia = {
				}
				b_patuli = {
				}
				b_kalna = {
				}
				b_churulia = {
				}
				b_dishergarh = {
				}
			}
		}
		d_suhma = {
			color = { 10 100 10 }
			color2={ 255 255 255 }
			
			capital = 1238 # Mallabhum
			
			c_tamralipti = {
				color = { 20 100 20 }
				color2={ 255 255 255 }
				
				b_tamralipti = {
				}
				b_sagardwip = {
				}
				b_jahajghata = {
				}
				b_chandraketugarh = {
				}
				b_ishwaripur = {
				}
			}
			c_midnapore = {
				color = { 10 80 10 }
				color2={ 255 255 255 }
				
				b_midnapore = {
				}
				b_moghalmari = {
				}
				b_dantan = {
				}
				b_kashipur = {
				}
				b_hilji = {
				}
			}
			c_mallabhum = {
			color = { 10 120 10 }
				color2={ 255 255 255 }
				
				b_bishnupur = {
				}
				b_dihar = {
				}
				b_baghmundi = {
				}
				b_mandaran = {
				}
				b_chandrakona = {
				}
				b_garhbeta = {
				}
			}
		}
	}
	k_kamarupa = {
		color={ 6 127 80 }
		color2={ 255 255 255 }
	
		capital = 1321 # Kamarupanagara
		
		d_kamarupanagara = {
			color={ 15 140 50 }
			color2={ 255 255 255 }
			
			capital = 1321 # Kamarupanagara
			
			c_kamarupanagara = {
				color={ 15 120 50 }
				color2={ 255 255 255 }
				
				b_kamarupanagara = {
				}
				b_pragyotisapura = {
				}
				b_madan_kamdev = {
				}
				b_hajo = {
				}
				b_durjaya = {
				}
				b_manikuta = {
				}
				b_dariyaon = {
				}
			}
			c_kamatapur = {
				color={ 25 140 40 }
				color2={ 255 255 255 }
				
				b_kamatapur = {
				}
				b_nalrajar_garh = {
				}
				b_mainaguri = {
				}
				b_japyesvara = {
				}
				b_bhitagarh = {
				}
			}
		}
		d_para_lauhitya = {
			color={ 15 220 80 }
			color2={ 255 255 255 }
			
			capital = 1246 # Goalpara
			
			c_goalpara = {
				color={ 15 200 80 }
				color2={ 255 255 255 }
				
				b_goalpara = {
				}
				b_sri_surya_pahar = {
				}
				b_kamakhya = {
				}
				b_dhubri = {
				}
			}
			c_dimapur = {
				color={ 15 220 60 }
				color2={ 255 255 255 }
				
				b_dimapur = {
				}
				b_herombial = {
				}
				b_oddiyana2 = {
				}
				b_maibong = {
				}
			}
			c_srihatta = {
				color={ 25 210 80 }
				color2={ 255 255 255 }
				
				b_srihatta = {
				}
				b_habiganj = {
				}
				b_egarosindur = {
				}
				b_nasirabad = {
				}
				b_jangalbari = {
				}
			}
		}
		d_sutiya = {
			color={ 40 200 150 }
			color2={ 255 255 255 }
			
			capital = 1418 # Haruppeswara
			
			c_haruppeswara = {
				color={ 60 200 150 }
				color2={ 255 255 255 }
				
				b_haruppeswara = {
				}
				b_numaligarh = {
				}
				b_dibarumukh = {
				}
				b_charaideo = {
				}
			}
			c_kundina = {
				color={ 40 180 150 }
				color2={ 255 255 255 }
				
				b_kundina = {
				}
				b_prithiminagar = {
				}
				b_sadiya = {
				}
				b_tinsukia = {
				}
			}
		}
	}
	k_orissa = {
		color={ 110 145 40 }
		color2={ 255 255 23 }
		
		capital = 1129 # Kataka
		
		d_daksina_kosala = {
			color={ 105 150 41 }
			color2={ 255 255 255 }
			
			capital = 1160 # Rayapura
			
			c_sripuri = {
				color={ 125 150 41 }
				color2={ 255 255 255 }
				
				b_sripuri = {
				}
				b_rajiva_lochana = {
				}
				b_nuapada = {
				}
				b_bagbahara = {
				}
				b_basna = {
				}
			}
			c_rayapura = {
				color={ 105 150 61 }
				color2={ 255 255 255 }
				
				b_rayapura = {
				}
				b_rajim = {
				}
				b_shivapura = {
				}
				b_shivadurga = {
				}
				b_nandgram = {
				}
			}
			c_suvarnapura = {
				color={ 105 140 31 }
				color2={ 255 255 255 }
				
				b_suvarnapura = {
				}
				b_kalahandi = {
				}
				b_yajatinagara = {
				}
				b_vinitapura = {
				}
				b_agalpur = {
				}
				b_patna = {
				}
				b_bargarh = {
				}
			}
			c_sambalpur = {
				color={ 95 155 41 }
				color2={ 255 255 255 }
				
				b_sambalpur = {
				}
				b_ranipur = {
				}
				b_samaleswari = {
				}
				b_rajgangpur = {
				}
				b_bimaleswar = {
				}
				b_maneswar = {
				}
			}
			c_kiranapura = {
				color = { 36 175 85 }
				color2={ 255 255 255 }
				
				b_kiranapura = {
				}
				b_balaghat = {
				}
				b_lanji = {
				}
			}
		}
		d_tosali = {
			color={ 115 190 30 }
			color2={ 255 255 255 }
			
			capital = 1129 # Kataka
			
			c_kataka = {
				color={ 135 190 30 }
				color2={ 255 255 255 }
				
				b_katak = {
				}
				b_bhubaneswar = {
				}
				b_konarak = {
				}
				b_dhauli = {
				}
				b_athgarh = {
				}
				b_sarala = {
				}
				b_sakshigopal = {
				}
			}
			c_viraja = {
				color={ 115 190 50 }
				color2={ 255 255 255 }
				
				b_viraja = {
				}
				b_raibania = {
				}
				b_mahavinayak = {
				}
				b_bhadrak = {
				}
				b_anandpur = {
				}
				b_soro = {
				}
				b_baleshvara = {
				}
			}
			c_khinjali_mandala = {
				color={ 115 170 25 }
				color2={ 255 255 255 }
				
				b_khinjali = {
				}
				b_nilamadhav = {
				}
				b_nayagarh = {
				}
				b_baramba = {
				}
			}
			c_kodalaka_mandala = {
				color={ 135 190 25 }
				color2={ 255 255 255 }
				
				b_kodalaka = {
				}
				b_bajrakot = {
				}
				b_deogarh = {
				}
				b_talcher = {
				}
				b_dhenkanal = {
				}
				b_kapilash = {
				}
				b_joranda_gadhi = {
				}
				b_karamul = {
				}
			}
			c_khijjingakota = {
				color={ 125 175 30 }
				color2={ 255 255 255 }
				
				b_khijjinga = {
				}
				b_asanapat = {
				}
				b_sitabhinji = {
				}
				b_kirianagar = {
				}
				b_bahalda = {
				}
				b_baripada = {
				}
				b_ghatagaon = {
				}
			}
		}
		d_kalinga = {
			color={ 70 220 115 }
			color2={ 255 255 255 }
			
			capital = 1224 # Kalinganagar
			
			c_puri = {
				color={ 60 220 135 }
				color2={ 255 255 255 }
				
				b_puri = {
				}
				b_buguda = {
				}
				b_jaugada = {
				}
				b_aska = {
				}
				b_ganjam = {
				}
				b_taratarini = {
				}
				b_gopalpur = {
				}
			}
			c_swetaka_mandala = {
				color={ 70 200 115 }
				color2={ 255 255 255 }
				
				b_swetakapura = {
				}
				b_rayagada = {
				}
				b_umerkote = {
				}
				b_badakhemundi = {
				}
			}
			c_kalinganagar = {
				color={ 100 220 115 }
				color2={ 255 255 255 }
				
				b_mandasa = {
				}
				b_kalinganagara = {
				}
				b_kalingapattanam = {
				}
				b_srikurmam = {
				}
				b_srikakulam = {
				}
			}
			c_vizagipatam = {
				color={ 70 220 95 }
				color2={ 255 255 255 }
				
				b_vizagipatam = {
				}
				b_simhachalam = {
				}
				b_anakapalle = {
				}
				b_kotipalli = {
				}
				b_bavikonda = {
				}
				b_bheemunipatnam = {
				}
			}
		}
		d_dandakaranya = {
			color={ 38 150 70 }
			color2={ 255 255 255 }
			
			capital = 1227 # Cakrakuta
			
			c_cakrakuta = {
				color={ 58 150 70 }
				color2={ 255 255 255 }
				
				b_cakrakuta = {
				}
				b_jagdalpur = {
				}
				b_kanker = {
				}
			}
			c_barasuru = {
				color={ 38 150 100 }
				color2={ 255 255 255 }
				
				b_barasuru = {
				}
				b_dantewada = {
				}
				b_barsoor = {
				}
			}
			c_nandapur = {
				color={ 48 140 70 }
				color2={ 255 255 255 }
				
				b_nandapur = {
				}
				b_dharamgarh = {
				}
				b_koraput = {
				}
				b_junagarh = {
				}
				b_jeypore = {
				}
			}
		}
	}
	k_bihar = {
		color={ 68 208 51 }
		color2={ 255 255 255 }
	
		capital = 1154 # Magadha
		
		d_tirabhukti = {
			color={ 58 178 41 }
			color2={ 255 255 255 }
			
			capital = 1419 # Mithila
			
			c_mithila = {
				color={ 58 158 41 }
				color2={ 255 255 255 }
				
				b_mithila = {
				}
				b_yavamajjhaka = {
				}
				b_saligrama = {
				}
				b_sugauna = {
				}
				b_darbhanga = {
				}
				b_hajipur = {
				}
				b_siwan = {
				}
			}
			c_kusinagara = {
				color={ 58 178 61 }
				color2={ 255 255 255 }
				
				b_kusinagara = {
				}
				b_lumbini = {
				}
				b_padrauna = {
				}
				b_ramagrama = {
				}
				b_pava = {
				}
				b_chapra = {
				}
			}
			c_simaramapura = {
				color={ 78 178 41 }
				color2={ 255 255 255 }
				
				b_simaramapura = {
				}
				b_kesaria = {
				}
				b_bhaktagrama = {
				}
				b_kathmandu = {
				}
				b_pattana = {
				}
				b_bettiah = {
				}
				b_vaid = {
				}
			}
		}
		d_kasi = {
			color={ 150 235 91 }
			color2={ 255 255 255 }
			
			capital = 1166 # Jaunpur
			
			c_varanasi = {
				color={ 140 235 101 }
				color2={ 255 255 255 }
				
				holy_site = hindu
				holy_site = buddhist
				
				b_varanasi = {
				}
				b_sarnath = {
				}
				b_bhadohi = {
				}
				b_ballia = {
				}
				b_durga_mandir = {
				}
				b_kashi_vishwanath = {
				}
			}
			c_jaunpur = {
				color={ 150 215 91 }
				color2={ 255 255 255 }
				
				b_kerarkot = {
				}
				b_gadhipuri = {
				}
				b_dohrighat = {
				}
				b_jaunpur = {
				}
				b_amethi = {
				}
				b_haldi = {
				}
				b_tanda = {
				}
			}
			c_chunar = {
				color={ 170 235 91 }
				color2={ 255 255 255 }
				
				b_chunar = {
				}
				b_vindhyachal = {
				}
				b_kantit = {
				}
			}
		}
		d_jharkand = {
			color={ 48 138 31 }
			color2={ 255 255 255 }
			
			capital = 1248 # Munda
			
			c_jharkand = {
				color={ 58 138 41 }
				color2={ 255 255 255 }
				
				b_koriya = {
				}
				b_kandra = {
				}
				b_ambikapur = {
				}
			}
			c_rothas = {
				color={ 48 158 31 }
				color2={ 255 255 255 }
				
				b_rohtas = {
				}
				b_rohtasgarh = {
				}
				b_rohtasan = {
				}
				b_betla = {
				}
				b_palamau = {
				}
			}
			c_rajrappa = {
				color={ 28 138 31 }
				color2={ 255 255 255 }
				
				holy_site = jain

				b_rajrappa = {
				}
				b_kenduli = {
				}
			}
			c_munda = {
				color={ 38 148 21 }
				color2={ 255 255 255 }
				
				b_chutia = {
				}
				b_ratu = {
				}
				b_marang_buru = {
				}
			}
			c_damin_i_koh = {
				color = { 80 200 60 }
				color2={ 255 255 255 }
				
				b_deogarh2 = {
				}
				b_shikarji = {
				}
			}
		}
		d_magadha = {
			color={ 15 122 25 }
			color2={ 255 255 255 }
			
			capital = 1154 # Magadha
			
			c_magadha = {
				color={ 35 122 25 }
				color2={ 255 255 255 }
				
				b_pataliputra = {
				}
				b_odantapuri  = {
				}
				b_maner = {
				}
				b_barh = {
				}
				b_bihar_sharif = {
				}
				b_rajagrha = {
				}
				b_triveni = {
				}
			}
			c_sasaram = {
				color={ 15 122 45 }
				color2={ 255 255 255 }
				
				b_sasaram = {
				}
				b_jaund = {
				}
				b_mundeshwari = {
				}
				b_arrah = {
				}
				b_horilnagar = {
				}
			}
			c_gaya = {
				color={ 15 112 35 }
				color2={ 255 255 255 }

				holy_site = buddhist
				
				b_gaya = {
				}
				b_bodh_gaya = {
				}
				b_elahabad = {
				}
				b_nalanda = {
				}
				b_sherghati = {
				}
				b_nawada = {
				}
			}
			c_mudgagiri = {
				color = { 60 200 80 }
				color2={ 255 255 255 }
				
				b_mudgagiri = {
				}
				b_kahalgaon = {
				}
				b_campa = {
				}
				b_vikramasila = {
				}
				b_karnagarh = {
				}
				b_jahnugiri = {
				}
				b_lakhisarai = {
				}
			}
		}
	}
}

e_deccan = {
	color={ 190 20 50 }
	color2={ 200 0 0 }
	
	capital = 1210 # Manyaketha

	short_name = yes
	
	k_maharastra = {
		color={ 150 0 20 }
		color2={ 255 255 255 }
		
		capital = 1145 # Devagiri
		
		d_vidharba = {
			color={ 155 5 30 }
			color2={ 255 255 255 }
			
			capital = 1285 # Acalapura
			
			c_acalapura = {
				color={ 155 5 50 }
				color2={ 255 255 255 }
				
				b_acalapura = {
				}
				b_narnala = {
				}
				b_amravati = {
				}
				b_kalam = {
				}
				b_yavatmal = {
				}
				b_bhojapur = {
				}
			}
			c_ramagiri = {
				color={ 135 5 30 }
				color2={ 255 255 255 }
				
				b_ramagiri = {
				}
				b_pavnar = {
				}
				b_nandivardhana = {
				}
				b_mansar = {
				}
			}
			c_kherla = {
				color={ 155 25 30 }
				color2={ 255 255 255 }
				
				b_kherla = {
				}
				b_pachmarhi = {
				}
				b_anjangaon = {
				}
				b_gawilghar = {
				}
			}
			c_canda = {
				color={ 175 5 30 }
				color2={ 255 255 255 }
				
				b_canda = {
				}
				b_ballarpur = {
				}
				b_nagbhid = {
				}
				b_rajura = {
				}
				b_gadchiroli = {
				}
			}
			c_vairagara = {
				color={ 155 5 10 }
				color2={ 255 255 255 }
				
				b_vairagara = {
				}
				b_bhandugara = {
				}
				b_cikamburika = {
				}
				b_gondia = {
				}
			}
		}
		d_konkana = {
			color={ 115 20 40 }
			color2={ 255 255 255 }
			
			capital = 1125 # Thana
			
			c_goa = {
				color={ 115 40 40 }
				color2={ 255 255 255 }
				
				b_gopakapattana = {
				}
				b_gheria = {
				}
				b_mathagram = {
				}
				b_kapardikadvipa = {
				}
				b_chandrapur = {
				}
				b_chitrakul = {
				}
			}
			c_thana = {
				color={ 100 20 40 }
				color2={ 255 255 255 }
				
				b_thana = {
				}
				b_dabhol = {
				}
				b_kanhagiri = {
				}
				b_chaul = {
				}
				b_mahim = {
				}
				b_bassein = {
				}
				b_janjira = {
				}
			}
			c_honnore = {
				color={ 115 20 60 }
				color2={ 255 255 255 }
				
				b_honnore = {
				}
				b_bhatkal = {
				}
				b_gokarna = {
				}
				b_barkur = {
				}
				b_mookambika = {
				}
				b_karwar = {
				}
			}
		}
		d_nasikya = {
			color={ 120 50 90 }
			color2={ 255 255 255 }
			
			capital = 1213 # Kondana
			
			c_nasikya = {
				color={ 140 50 90 }
				color2={ 255 255 255 }
				
				b_nasikya = {
				}
				b_seunapura = {
				}
				b_patta = {
				}
				b_saptashrungi = {
				}
				b_ratangad = {
				}
				b_igatpuri = {
				}
				b_tryambaka = {
				}
			}
			c_nandurbar = {
				color={ 120 50 110 }
				color2={ 255 255 255 }
				
				b_nandurbar = {
				}
				b_bhambhagiri = {
				}
				b_chandor = {
				}
				b_malegaon = {
				}
				b_songarh = {
				}
				b_sultanpur = {
				}
				b_mayuragiri = {
				}
			}
			c_kondana = {
				color={ 120 70 90 }
				color2={ 255 255 255 }
				
				b_kondana = {
				}
				b_puna = {
				}
				b_bhimashankara = {
				}
				b_chakan = {
				}
				b_junir = {
				}
				b_raigad = {
				}
				b_purandar = {
				}
				b_tikona = {
				}
				b_rajmachi = {
				}
				b_sudhagad = {
				}
			}
		}
		d_devagiri = {
			color={ 220 99 85 }
			color2={ 255 255 255 }
			
			capital = 1145 # Devagiri
			
			c_devagiri = {
				color={ 220 119 85 }
				color2={ 255 255 255 }
				
				holy_site = buddhist

				b_devagiri = {
				}
				b_ellora = {
				}
				b_khuldabad = {
				}
				b_grishneshwar = {
				}
				b_sillod = {
				}
				b_vaijapur = {
				}
			}
			c_pratishthana = {
				color={ 220 99 115 }
				color2={ 255 255 255 }
				
				b_pratishthana = {
				}
				b_harishchandragad = {
				}
				b_chambargonda = {
				}
				b_patkapur = {
				}
				b_bhingar = {
				}
				b_ahmednagar = {
				}
			}
			c_vatsagulma = {
				color={ 200 99 85 }
				color2={ 255 255 255 }
				
				b_vatsagulma = {
				}
				b_jalna = {
				}
				b_satgaon = {
				}
				b_lonar = {
				}
				b_manora = {
				}
				b_nandura = {
				}
			}
			c_nanded = {
				color={ 230 99 95 }
				color2={ 255 255 255 }
				
				b_nanded = {
				}
				b_aurad = {
				}
				b_qandhar = {
				}
				b_shelgaon = {
				}
				b_pathri = {
				}
				b_parbhani = {
				}
			}
			c_parnakheta = {
				color={ 220 79 85 }
				color2={ 255 255 255 }
				
				b_parnakheta = {
				}
				b_akola = {
				}
				b_mahkar = {
				}
				b_ambadapura = {
				}
				b_karanja = {
				}
				b_buldhana = {
				}
			}
		}
		d_rattapadi = {
			color={ 255 70 160 }
			color2={ 255 255 255 }
			
			capital = 1206 # Taradavadi
			
			c_lattalura = {
				color={ 235 70 160 }
				color2={ 255 255 255 }
				
				b_lattalura = {
				}
				b_bir = {
				}
				b_barshi = {
				}
				b_udgir = {
				}
				b_tagara = {
				}
				b_darur = {
				}
			}
			c_naldurg = {
				color={ 255 90 160 }
				color2={ 255 255 255 }
				
				b_naldurg = {
				}
				b_sonnalagi = {
				}
				b_tuljapur = {
				}
				b_paranda = {
				}
				b_karmala = {
				}
				b_dharaseo = {
				}
			}
			c_kolhapur = {
				color={ 255 70 180 }
				color2={ 255 255 255 }
				
				b_kolhapur = {
				}
				b_kurundaka = {
				}
				b_karahataka = {
				}
				b_pranala = {
				}
				b_satara = {
				}
				b_manapura = {
				}
				b_miraj = {
				}
			}
			c_taradavadi = {
				color={ 255 70 160 }
				color2={ 255 255 255 }
				
				b_taradavadi = {
				}
				b_viyapura = {
				}
				b_saundatti = {
				}
				b_hastikundi = {
				}
				b_pandharpur = {
				}
				b_sangole = {
				}
			}
		}
	}
	k_karnata = {
		color={ 150 20 0 }
		color2={ 255 255 255 }
		
		capital = 1143 # Kalyani
		
		d_kalyani = {
			color={ 110 25 2 }
			color2={ 255 255 255 }
			
			capital = 1143 # Kalyani
			
			c_kalyani = {
				color={ 110 25 22 }
				color2={ 255 255 255 }
				
				b_kalyani = {
				}
				b_narayanapur = {
				}
				b_umapur = {
				}
				b_hanakuni = {
				}
				b_ausa = {
				}
			}
			c_bidar = {
				color={ 110 45 2 }
				color2={ 255 255 255 }
				
				b_bidar = {
				}
				b_avarwadi = {
				}
				b_kamthana = {
				}
				b_bhalki = {
				}
				b_jalasangvi = {
				}
				b_bhatambra = {
				}
				b_tekadee = {
				}
			}
			c_manyakheta = {
				color={ 130 25 2 }
				color2={ 255 255 255 }
				
				b_manyakheta = {
				}
				b_yadavagiri = {
				}
				b_sedam = {
				}
				b_gulbarga = {
				}
				b_kovilkonda = {
				}
				b_firuzabad = {
				}
			}
			c_sagar = {
				color={ 90 25 2 }
				color2={ 255 255 255 }
				
				b_sagar = {
				}
				b_bagavadi = {
				}
				b_pattadakal = {
				}
				b_talikota = {
				}
				b_sorapur = {
				}
			}
		}
		d_gangavadi = {
			color={ 108 23 29 }
			color2={ 255 255 255 }
			
			capital = 1196 # Srirangapatna
			
			c_srirangapatna = {
				color={ 108 23 49 }
				color2={ 255 255 255 }
				
				holy_site = jain

				b_srirangapatna = {
				}
				b_shravanabelagola = {
				}
				b_periyapatna = {
				}
				b_panasoge = {
				}
				b_nanjarayapattana = {
				}
				b_belapura = {
				}
				b_mysore = {
				}
			}
			c_talakad = {
				color={ 108 43 29 }
				color2={ 255 255 255 }
				
				b_talakad = {
				}
				b_veppur = {
				}
				b_somanathapura = {
				}
				b_ummattur = {
				}
				b_sivasamudram = {
				}
				b_kotagiri = {
				}
				b_narasamangala = {
				}
				b_nanjangud = {
				}
			}
			c_manyapura = {
				color={ 128 23 29 }
				color2={ 255 255 255 }
				
				b_manyapura = {
				}
				b_aralaguppe = {
				}
				b_turuvekere = {
				}
				b_kikkeri = {
				}
				b_melukote = {
				}
				b_govindanahalli = {
				}
				b_basaralu = {
				}
			}
			c_nandagiri = {
				color={ 88 23 29 }
				color2={ 255 255 255 }
				
				b_nandagiri = {
				}
				b_kuvalala = {
				}
				b_avani = {
				}
				b_kundani = {
				}
				b_nangali = {
				}
				b_kurudumale = {
				}
				b_mulavagil = {
				}
			}
		}
		d_nulambavadi = {
			color={ 178 93 29 }
			color2={ 255 255 255 }
			
			capital = 1197 # Dwarasamudra
			
			c_uchangidurga = {
				color={ 178 93 49 }
				color2={ 255 255 255 }
				
				b_uchangidurga = {
				}
				b_parivi = {
				}
				b_hemavati = {
				}
				b_sira = {
				}
				b_harihar = {
				}
				b_chitradurga = {
				}
				b_nidugallu = {
				}
			}
			c_dwarasamudra = {
				color={ 178 113 29 }
				color2={ 255 255 255 }
				
				b_dwarasamudra = {
				}
				b_belur = {
				}
				b_sosavur = {
				}
				b_hassan = {
				}
				b_koravangala = {
				}
				b_arasikere = {
				}
				b_javagallu = {
				}
			}
			c_alampur = {
				color={ 158 93 29 }
				color2={ 255 255 255 }
				
				b_alampur = {
				}
				b_gooty = {
				}
				b_kampili = {
				}
				b_hampi = {
				}
				b_adavani = {
				}
				b_ittagi = {
				}
				b_vijayanagara = {
				}
			}
		}
		d_raichur_doab = {
			color={ 188 133 35 }
			color2={ 255 255 255 }
			
			capital = 1203 # Idatarainadu
			
			c_idatarainadu = {
				color={ 188 153 35 }
				color2={ 255 255 255 }
				
				b_mudgal = {
				}
				b_gabburu = {
				}
				b_raichur = {
				}
				b_jaladurga = {
				}
				b_hemagudda = {
				}
				b_kammatadurga = {
				}
				b_manvi = {
				}
			}
			c_kudalasangama = {
				color={ 168 133 35 }
				color2={ 255 255 255 }
				
				b_kudalasangama = {
				}
				b_koppam = {
				}
				b_musangi = {
				}
				b_anegundi = {
				}
				b_bagali = {
				}
				b_kuknur = {
				}
				b_dambal = {
				}
			}
			c_banavasi = {
				color={ 188 133 55 }
				color2={ 255 255 255 }
				
				b_vaijayanti = {
				}
				b_hangal = {
				}
				b_balligavi = {
				}
				b_vankapura = {
				}
				b_lakkundi = {
				}
				b_candragutti = {
				}
				b_kuruvatti = {
				}
				b_ikkeri = {
				}
				b_sringeri = {
				}
			}
			c_vatapi = {
				color={ 188 113 35 }
				color2={ 255 255 255 }
				
				b_vatapi = {
				}
				b_venugrama = {
				}
				b_parasgad = {
				}
				b_aihole = {
				}
				b_halasi = {
				}
				b_dharwar = {
				}
				b_bagalkot = {
				}
			}
		}
	}
	k_tamilakam = {
		color={ 200 25 65 }
		color2={ 255 255 255 }
	
		capital = 1115 # Cholamandalam
		
		d_chola_nadu = {
			color={ 140 65 65 }
			color2={ 255 255 255 }
			
			capital = 1115 # Cholamandalam
			
			c_cholamandalam = {
				color={ 140 45 65 }
				color2={ 255 255 255 }
				
				b_tanjavur = {
				}
				b_uraiyur = {
				}
				b_nagapattinam = {
				}
				b_kannanur = {
				}
				b_gangaikondacolapuram = {
				}
				b_srirangam = {
				}
				b_tiruccirapalli = {
				}
				b_kumbhakarna = {
				}
			}
			c_tagadur = {
				color={ 140 65 45 }
				color2={ 255 255 255 }
				
				b_tagadur = {
				}
				b_tiruvannamalai = {
				}
				b_satyamangalam = {
				}
				b_jinji  = {
				}
				b_tirukkovalur = {
				}
				b_padaividu = {
				}
				b_siyyamangalam = {
				}
			}
		}
		d_pandya_nadu = {
			color={ 180 80 130 }
			color2={ 255 255 255 }
			
			capital = 1112 # Madurai
			
			c_madurai = {
				color={ 160 80 130 }
				color2={ 255 255 255 }
				
				b_madurai = {
				}
				b_srivilliputtur = {
				}
				b_ramesvaram = {
				}
				b_kilakarai = {
				}
				b_ramnadhapuram = {
				}
				b_tiruparankunram = {
				}
				b_anaimalai = {
				}
			}
			c_tirunelveli = {
				color={ 180 60 130 }
				color2={ 255 255 255 }
				
				b_tirunelveli = {
				}
				b_kayattar = {
				}
				b_korkai = {
				}
				b_kayal = {
				}
				b_kalugumalai = {
				}
				b_tiruvalisvaram = {
				}
			}
			c_kongu = {
				color={ 180 80 150 }
				color2={ 255 255 255 }
				
				b_karavur = {
				}
				b_erode = {
				}
				b_perur = {
				}
				b_dharapuri = {
				}
				b_hemambika = {
				}
				b_sendamangalam = {
				}
				b_tiruppur = {
				}
				b_namakkal = {
				}
				b_sankagiri = {
				}
			}
			c_tenkasi = {
				color={ 180 100 130 }
				color2={ 255 255 255 }
				
				b_tenkasi = {
				}
				b_dindigul = {
				}
				b_sankaranayinarkovil = {
				}
				b_palayamcottai = {
				}
				b_tirumalapuram = {
				}
				b_aivarmalai = {
				}
			}
		}
		d_chera_nadu = {
			color={ 140 75 75 }
			color2={ 255 255 255 }
			
			capital = 1114 # Mahoyadapuram
			
			c_mahoyadapuram = {
				color={ 160 75 75 }
				color2={ 255 255 255 }
				
				b_mahoyadapuram = {
				}
				b_udagai = {
				}
				b_kaladi = {
				}
				b_kunjakari = {
				}
				b_tripunittura = {
				}
				b_kaviyur = {
				}
				b_kadungallur = {
				}
			}
			c_venadu = {
				color={ 140 55 75 }
				color2={ 255 255 255 }
				
				b_vizhinjam = {
				}
				b_kollam = {
				}
				b_kanya_kumari = {
				}
				b_anantasayanam = {
				}
				b_kandalur = {
				}
				b_nagercoil = {
				}
			}
			c_qalqut = {
				color={ 140 75 95 }
				color2={ 255 255 255 }
				
				tamil = Kallikkottai 
				
				b_calicut = {
					tamil = Kallikkottai 
				}
				b_nediyiruppu = {
				}
				b_kannur = {
				}
				b_urakam = {
				}
				b_vatakara = {
				}
				b_parappanangadi = {
				}
				b_chaliyam = {
				}
			}
			c_kanara = {
				color={ 150 65 65 }
				color2={ 255 255 255 }
				
				b_udayavara = {
				}
				b_udupi = {
				}
				b_mangalur = {
				}
				b_dharmasthala = {
				}
				b_kasargod = {
				}
				b_kadarika = {
				}
			}
			c_maldives = {
				color={ 120 75 75 }
				color2={ 255 255 255 }
				
				b_mahal = {
				}
				b_fuvahmulah = {
				}
				b_isdhoo = {
				}
				b_salliballu = {
				}
				b_dhanbidhoo = {
				}
				b_mundoo = {
				}
				b_gan = {
				}
			}
		}
		d_tondai_nadu = {
			color={ 200 120 120 }
			color2={ 255 255 255 }
			
			capital = 1119 # Kanchipuram
			
			c_kanchipuram = {
				color={ 180 120 120 }
				color2={ 255 255 255 }
				
				b_kanchipuram = {
				}
				b_uttaramerur = {
				}
				b_mailapur = {
				}
				b_rajagiri = {
				}
				b_koodalur = {
				}
				b_takkaloma = {
				}
				b_alampuravi = {
				}
			}
			c_potapi = {
				color={ 200 120 140 }
				color2={ 255 255 255 }
				
				b_potapi = {
				}
				b_kaveripattinam = {
				}
				b_tirupati = {
				}
				b_melpadi = {
				}
				b_virincipuram = {
				}
			}
		}
	}
	k_andhra = {
		color={ 110 0 20 }
		color2={ 220 220 20 }
	
		capital = 1122 # Udayagiri
		
		d_vengi = {
			color={ 190 40 60 }
			color2={ 255 255 255 }
			
			capital = 1221 # Vijayawada
			
			c_vengipura = {
				color={ 190 60 60 }
				color2={ 255 255 255 }
				
				b_vengipura = {
				}
				b_eluru = {
				}
				b_dwarakatirumala = {
				}
				b_kondapalli = {
				}
				b_palakollu = {
				}
				b_bandarulanka = {
				}
				b_narasapuram = {
				}
			}
			c_vijayawada = {
				color={ 190 40 40 }
				color2={ 255 255 255 }
				
				b_vijayawada = {
				}
				b_kondavidu = {
				}
				b_chebrolu = {
				}
				b_masula = {
				}
				b_guntur = {
				}
				b_peddapalli = {
				}
			}
			c_pithapuram = {
				color={ 210 40 60 }
				color2={ 255 255 255 }
				
				b_pithapuram = {
				}
				b_mandapeta = {
				}
				b_draksharama = {
				}
				b_somarama = {
				}
				b_samalkota = {
				}
				b_kakinada = {
				}
			}
			c_rajamahendravaram = {
				color={ 190 20 55 }
				color2={ 255 255 255 }
				
				b_rajamahendravaram = {
				}
				b_kuwakonda = {
				}
				b_kirandul = {
				}
				b_pattiseema = {
				}
			}
		}
		d_udayagiri = {
			color={ 197 20 90 }
			color2={ 255 255 255 }
			
			capital = 1122 # Udayagiri
			
			c_udayagiri = {
				color={ 197 40 90 }
				color2={ 255 255 255 }
				
				b_udayagiri = {
				}
				b_srisailam = {
				}
				b_vallurapura = {
				}
				b_nandyal = {
				}
				b_sriparvata = {
				}
				b_gandikota = {
				}
				b_mahanandi = {
				}
				b_kanipakam = {
				}
			}
			c_amaravati = {
				color={ 197 20 70 }
				color2={ 255 255 255 }
				
				b_amaravati = {
				}
				b_vinukonda = {
				}
				b_dhanyakataka = {
				}
				b_macherla = {
				}
				b_gurazala = {
				}
				b_kotappakonda = {
				}
				b_ahobalam = {
				}
			}
			c_penugonda = {
				color={ 177 20 90 }
				color2={ 255 255 255 }
				
				b_penugonda = {
				}
				b_suragiri = {
				}
				b_anantapur = {
				}
				b_togarakunta = {
				}
				b_gurramkonda = {
				}
				b_rayadurgam = {
				}
				b_uravakonda = {
				}
				b_lepakshi = {
				}
			}
			c_nellore = {
				color={ 197 20 110 }
				color2={ 255 255 255 }
				
				b_nellore = {
				}
				b_kalahasti = {
				}
				b_kandukura = {
				}
				b_addanki = {
				}
				b_tripurantakam = {
				}
				b_gundigapuri = {
				}
				b_mutapali = {
				}
			}
		}
	}
	k_telingana = {
		color={ 195 50 55 }
		color2={ 220 220 0 }
	
		capital	= 1256 # Orangallu
		
		d_warangal = {
			color={ 185 39 45 }
			color2={ 255 255 255 }
			
			capital = 1256 # Orangallu
			
			c_orangallu = {
				color={ 185 59 45 }
				color2={ 255 255 255 }
				
				b_warangal = {
				}
				b_palampet = {
				}
				b_kothakonda = {
				}
				b_anumakonda = {
				}
				b_ghanpur = {
				}
				b_molangoor = {
				}
				b_bhadrakali = {
				}
			}
			c_kambampet = {
				color={ 185 39 65 }
				color2={ 255 255 255 }
				
				b_kambampet = {
				}
				b_bhadrachalam = {
				}
				b_nelakondapalli = {
				}
				b_penuballi = {
				}
				b_suryapet = {
				}
				b_madupalli = {
				}
				b_shahpura = {
				}
			}
			c_vemulavada = {
				color={ 165 39 45 }
				color2={ 255 255 255 }
				
				b_vemulavada = {
				}
				b_kaulas = {
				}
				b_kaleshwaram = {
				}
				b_indur = {
				}
				b_potali = {
				}
			}
			c_balkonda = {
				color={ 205 39 45 }
				color2={ 255 255 255 }
				
				b_balkonda = {
				}
				b_mahur = {
				}
				b_basara = {
				}
				b_nirmal = {
				}
				b_manikdurg = {
				}
				b_dharmapuri = {
				}
			}
		}
		d_racakonda = {
			color={ 130 0 20 }
			color2={ 255 255 255 }
			
			capital = 1209 # Racakonda
			
			c_racakonda = {
				color={ 130 20 20 }
				color2={ 255 255 255 }
				
				b_racakonda = {
				}
				b_bhuvanagiri = {
				}
				b_manchal = {
				}
				b_yadagirigutta = {
				}
			}
			c_nilagiri = {
				color={ 130 0 40 }
				color2={ 255 255 255 }
				
				b_nilagiri = {
				}
				b_avulagadda = {
				}
				b_panagallu = {
				}
				b_maheshwaram = {
				}
				b_devarakonda = {
				}
				b_vadapally = {
				}
			}
			c_pannagallu = {
				color={ 110 0 20 }
				color2={ 255 255 255 }
				
				b_pannagallu = {
				}
				b_nagarkurnool = {
				}
				b_charakonda = {
				}
				b_mutudugu = {
				}
			}
			c_medak = {
				color={ 150 0 20 }
				color2={ 255 255 255 }
				
				b_medak = {
				}
				b_domakonda = {
				}
				b_kohir = {
				}
				b_mardi = {
				}
				b_ananthagiri = {
				}
			}
			c_kollipake = {
				color={ 130 20 0 }
				color2={ 255 255 255 }
				
				b_kollipake = {
				}
				b_karmanghat = {
				}
				b_golkonda = {
				}
				b_chilkur_balaji = {
				}
				b_devaryamjal = {
				}
			}
		}
	}
	k_lanka = {
		color = { 221 187 80 }
		color2={ 255 255 255 }
	
		capital = 1215 # Dakhina Desa
		
		d_lanka = {
			color = { 231 195 85 }
			color2={ 255 255 255 }
			
			capital = 1215 # Dakhina Desa
			
			c_dakhina_desa = {
				color = { 231 175 85 }
				color2={ 255 255 255 }
				
				b_vapinagara = {
				}
				b_samantakuta = {
				}
				b_kalyani2 = {
				}
				b_mahiyangana = {
				}
				b_jambudoni = {
				}
				b_hatthigiripura = {
				}
				b_kotte = {
				}
				b_rayigama = {
				}
			}
			c_rohana = {
				color = { 231 195 105 }
				color2={ 255 255 255 }
				
				b_rohana = {
				}
				b_mahagama = {
				}
				b_dighavapi = {
				}
				b_mahanagakula = {
				}
				b_devanagara = {
				}
				b_gampala = {
				}
				b_kajaragama = {
				}
				b_buduruvagala = {
				}
			}
		}
		d_sinhala = {
			color = { 181 155 55 }
			color2={ 255 255 255 }
			
			capital = 1195 # Pihiti
			
			c_phiti = { # Pihiti
				color = { 181 135 55 }
				color2={ 255 255 255 }
				
				b_anuradhapura = {
				}
				b_atamasthana = {
				}
				b_mahatittha = {
				}
				b_punkhagama = {
				}
				b_mihintale = {
				}
				b_mannara = {
				}
				b_subhagiri = {
				}
			}
			c_nagadipa = {
				color = { 181 155 75 }
				color2={ 255 255 255 }
				
				b_sukaratittha = {
				}
				b_yapapatuna = {
				}
				b_vallipuram = {
				}
				b_nallur = {
				}
				b_nainativu = {
				}
			}
			c_kotthasara = {
				color = { 161 155 55 }
				color2={ 255 255 255 }
				
				b_pulatthinagara = {
				}
				b_gokanna = {
				}
				b_sigiriya = {
				}
				b_vatagiri = {
				}
				b_trincomalee = {
				}
				b_girikandaka = {
				}
				b_madakalapuva = {
				}
			}
		}
	}
}


# INDIAN MERCS

d_tamil_band = {
	color = { 110 60 30 }
	color2 = { 255 255 255 }

	capital = 1120 # Tagadur
	
	# Parent Religion 
	religion = hindu
	
	culture = tamil
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = tamil_band_composition
}

d_marathi_company = {
	color = { 150 80 40 }
	color2 = { 255 255 255 }

	capital = 1254 # Vairagara
	
	# Parent Religion
	religion = hindu
	
	culture = marathi
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = marathi_company_composition
}

d_marathi_band = {
	color = { 180 80 40 }
	color2 = { 255 255 255 }

	capital = 1254 # Vairagara
	
	# Parent Religion
	religion = hindu
	
	culture = marathi
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = marathi_band_composition
}

d_bengal_company = {
	color = { 30 150 50 }
	color2 = { 255 255 255 }

	capital = 1236 # Candradvipa
	
	# Parent Religion
	religion = hindu
	
	culture = bengali
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = bengal_company_composition
}

d_bengal_band = {
	color = { 30 170 50 }
	color2 = { 255 255 255 }

	capital = 1236 # Candradvipa
	
	# Parent Religion
	religion = hindu
	
	culture = bengali
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = bengal_band_composition
}

d_rajput_company = {
	color = { 180 65 0 }
	color2 = { 255 255 255 }

	capital = 1130 # Mandavyapura
	
	# Parent Religion
	religion = hindu
	
	culture = rajput
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = rajput_company_composition
}

d_rajput_band = {
	color = { 170 50 0 }
	color2 = { 255 255 255 }

	capital = 1130 # Mandavyapura
	
	# Parent Religion
	religion = hindu
	
	culture = rajput
	
	mercenary = yes

	title = "CAPTAIN"
	foa = "CAPTAIN_FOA"

	# Always exists
	landless = yes
	
	# Cannot be held as a secondary title
	primary = yes
	
	# Cannot be vassalized
	independent = yes
	
	strength_growth_per_century = 1.0
	
	mercenary_type = rajput_band_composition
}

e_united_kingdom = {
	color = { 226 0 0 }
	capital = 32 # Middlesex
	short_name = yes
	name_tier = king
	
	allow = {
		has_global_flag = e_united_kingdom_formed
	}	
}

k_england_france = {
}


d_church_of_england = {
   color={ 122 151 176 }
   capital = 73 # Kent
   primary = yes
   location_ruler_title = yes
   graphical_culture = holygfx
   religion = anglican
   controls_religion = anglican
   monthly_income = 10
   short_name = yes
   title = "archbishop_anglican"
   foa = "archbishop_anglican"
   allow = {
		always = no
	}
}

k_commonwealth = {
	color={ 213 0 11 }
	capital = 32 # Middlesex
	dignity = 10
	
	culture = english
	short_name = yes
	title = "lord_protector"
	foa = "lord_protector"
	
	Allow = {
		Always = no
		is_republic = yes
	}
}

k_ukraine = {
	color={ 78 119 127 }
	capital = 547 # Kiev
	dignity = 10
	
	culture = ukrainian
	
	Allow = {
		has_global_flag = k_ukraine_formed	
	}
}

k_prussia = {
	color = { 52 73 94 }
	capital = 371 
	
	culture = new_prussian

	Allow = {
		has_global_flag = k_prussia_formed
	}
}

k_austria = {
	color = { 226 226 226 }
	capital = 449 
	
	culture = austrian
	
	title = "archduke"
	title_female = "archduchess"
	foa = "archduke"

	Allow = {
		has_global_flag = k_austria_formed	
	}
}

k_hesse = {
	color = { 232 120 120 }
	capital = 125 
	
	culture = hessian
	
	title = "landgrave"
	title_female = "landgravine"
	foa = "landgrave"

	Allow = {
		has_global_flag = k_hesse_formed
	}
}

k_florence = {
	color = { 228 0 0 }
	capital = 328 # Firenze
	
	culture = tuscan
	
	creation_requires_capital = yes
	
	Allow = {
		is_republic = yes
	}
}

k_turkey = {
	color = { 218 243 168 }
	capital = 496 # Constantinople
	
	culture = turkish
	
	creation_requires_capital = yes
	
	allow = {
		culture = turkish
	}
}

k_netherlands = {
	color = { 170 126 57 }
	capital = 80 # Holland
	
	culture = dutch
	
	creation_requires_capital = yes
	
	Allow = {
		has_global_flag = k_netherlands_formed
	}
}

k_republic_netherlands = {
	color = { 170 126 57 }
	capital = 80 # Holland
	
	culture = dutch
	
	title = "stadtholder"
	foa = "stadtholder"
	
	short_name = yes
	
	dignity = 10
	
	creation_requires_capital = yes
	
	Allow = {
		has_global_flag = k_republic_netherlands_formed
		is_republic = yes
	}
}

e_kalmar_union = {
	color = { 253 122 129 }
	capital = 266 # Sjaelland 
	
	short_name = yes
	
	name_tier = king
	
	culture = danish
	
	Allow = {
		always = no
	}
}

k_saxony = {
	color={ 92 76 64 }
		
	culture = old_saxon

	capital = 310 # Anhalt

	allow = {
		culture = old_saxon
	}
		
	catholic = 3000 # Crusade target weight
}

k_scotland = {
	color={ 247 224 23 }
	color2={ 255 255 255 }
	
	d_the_isles = {
		color={ 244 203 80 }
		color2={ 255 255 255 }
		
		c_isle_of_man = {
			color={ 244 203 80 }
			color2={ 255 255 255 }
		}
	}
	d_galloway = {
		color={ 244 231 46 }
		color2={ 255 255 255 }
		
		c_galloway = {
			color={ 244 231 46 }
			color2={ 255 255 255 }
		}
		
		c_carrick = {
			color={ 244 217 46 }
			color2={ 255 255 255 }
		}
		
		c_clydesdale = {
			color={ 242 201 70 }
			color2={ 255 255 255 }
		}
	}
	d_western_isles = {
		color = { 255 228 70 }
		color2 = { 255 255 255 }
		
		c_innse_gall = {
			color={ 255 228 70 }
			color2={ 255 255 255 }
		}
		
		c_argyll = {
			color={ 255 225 0 }
			color2={ 255 255 255 }
		}
	}
	d_lothian = {
		color = { 255 244 0 }
		color2={ 255 255 255 }
		
		c_lothian = {
			color = { 255 244 0 }
			color2={ 255 255 255 }
		}
		
		c_dunbar = {
			color = { 240 228 0 }
			color2={ 255 255 255 }
		}
		
		c_teviotdale = {
			color = { 255 217 0 }
			color2={ 255 255 255 }
		}
	}
	d_albany = {
		color={ 255 201 0 }
		color2={ 255 255 255 }
		
		c_gowrie = {
			color={ 255 201 0 }
			color2={ 255 255 255 }
		}
		
		c_fife = {
			color={ 255 228 47 }
			color2={ 255 255 255 }
		}
		
		c_strathearn = {
			color={ 255 225 0 }
			color2={ 255 255 255 }
		}
		
		c_atholl = {
			color={ 255 205 55 }
			color2={ 255 255 255 }
		}
	}
	d_moray = {
		color={ 255 228 96 }
		color2={ 255 255 255 }
		
		c_moray = {
			color={ 255 228 96 }
			color2={ 255 255 255 }
		}
		
		c_ross = {
			color={ 255 209 0 }
			color2={ 255 255 255 }
		}
		
		c_buchan = {
			color={ 255 228 82 }
			color2={ 255 255 255 }
		}
		
		c_caithness = {
			color={ 255 225 61 }
			color2={ 255 255 255 }
		}
	}
}






