﻿###This file defines titles for TITLES only
###Default/fallback title flavour should be assigned to the governments trigger (use a lower priority for this)
###Special title flavourization should be defined lower down and should use a higher priority to override the fallback title

##Feudal Government
#Kingdom
kingdom_feudal_independent = {
	type = title
	tier = kingdom
	priority = 499
	flavourization_rules = {
		only_independent = yes
	}
	governments = { feudal_government }
}

##Pirate Government
barony_pirate = {
	type = title
	tier = barony
	priority = 7
	governments = { pirate_no_dlc_government pirate_government }
}
county_pirate = {
	type = title
	tier = county
	priority = 18
	governments = { pirate_no_dlc_government pirate_government }
}
duchy_pirate = {
	type = title
	tier = duchy
	priority = 27
	governments = { pirate_no_dlc_government pirate_government }
}
kingdom_pirate = {
	type = title
	tier = kingdom
	priority = 47
	governments = { pirate_no_dlc_government pirate_government }
}
empire_pirate = {
	type = title
	tier = empire
	priority = 102
	governments = { pirate_no_dlc_government pirate_government }
}

##Ruin
barony_ruin = {
	type = title
	tier = barony
	flavourization_rules = {
		top_liege = no
	}
	priority = 6
	governments = { ruins_government }
}
county_ruin = {
	type = title
	tier = county
	flavourization_rules = {
		top_liege = no
	}
	priority = 16
	governments = { ruins_government }
}
duchy_ruin = {
	type = title
	tier = duchy
	flavourization_rules = {
		top_liege = no
	}
	priority = 26
	governments = { ruins_government }
}
kingdom_ruin = {
	type = title
	tier = kingdom
	flavourization_rules = {
		top_liege = no
	}
	priority = 46
	governments = { ruins_government }
}
empire_ruin = {
	type = title
	tier = empire
	flavourization_rules = {
		top_liege = no
	}
	priority = 101
	governments = { ruins_government }
}

##Free Cities Government
#Barony
barony_free_city = {
	type = title
	tier = barony
	priority = 5
	governments = { administrative_government } #AGOT FreeCityPlaceholder
	flavourization_rules = {
		top_liege = yes
		ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
	}
}
#County
county_free_city = {
	type = title
	tier = county
	priority = 16
	governments = { administrative_government } #AGOT FreeCityPlaceholder
	flavourization_rules = {
		top_liege = yes
		ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
	}
}
#Duchy
duchy_free_city = {
	type = title
	tier = duchy
	governments = { administrative_government } #AGOT FreeCityPlaceholder
	flavourization_rules = {
		top_liege = yes
		ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
	}
	priority = 27
}
duchy_free_city_independent = {
	type = title
	tier = duchy
	governments = { administrative_government } #AGOT FreeCityPlaceholder
	flavourization_rules = {
		only_independent = yes
	}
	priority = 28
}
kingdom_free_city = {
	type = title
	tier = kingdom
	priority = 46
	governments = { administrative_government } #AGOT FreeCityPlaceholder
	flavourization_rules = {
		top_liege = yes
		ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc.
	}
}
kingdom_free_city_independent = {
	type = title
	tier = kingdom
	flavourization_rules = {
		only_independent = yes
	}
	priority = 50
	governments = { administrative_government } #AGOT FreeCityPlaceholder
}
empire_free_city = {
	type = title
	tier = empire
	priority = 101
	governments = { administrative_government } #AGOT FreeCityPlaceholder
}

##Special Titles
#Three Daughters
kingdom_three_daughters = {
	type = title
	tier = empire
	priority = 104
	titles = { e_three_daughters }
}

#Blackfyre Rebellion
empire_blackfyre_rebellion = {
	type = title
	tier = empire
	priority = 104
	titles = { e_blackfyre_rebellion }
}