﻿# Accepted categories are: governments, cultures, culture_groups, faiths, religions
# A Flavorization will apply if ALL specified categories have ANY of their entries
# represented in the character/title
# So for example:
# governments = { feudal_government }
# culture_groups = { mongolic_group central_germanic_group }
# For this to apply a character MUST BE feudal, AND must also be EITHER altaic OR germanic
# priority is used to determine priority, if they are the same then the LAST will be selected,
# and honorifics will be prefered over landed titles. Default priority is 1
# If a flavorization does not have a tier it can apply to all tiers of characters, too many non-tiered
# flavorizations is bad for performance though, YOU HAVE BEEN WARNED!
# 'top_liege = no' means that its the holder of the title causing the honorific that is tested for
# 'only_holder = yes' means that this will only be applied to the person holding the title, not their spouse and such
# the various categories, so for a prince it is the king that is tested, for a queen mother it is her son
# if this is not specified ( or 'top_liege = yes' the default ) then it is the top liege of that character
# that is tested, this means that most title flavor comes from the top liege of the title not the holder
####################################################

#Imperial - title holders
baron_imperial_male = {
	type = character
	gender = male
	special = holder
	tier = barony
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
baron_imperial_female = {
	type = character
	gender = female
	special = holder
	tier = barony
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
count_imperial_male = {
	type = character
	gender = male
	special = holder
	tier = county
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
count_imperial_female = {
	type = character
	gender = female
	special = holder
	tier = county
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
duke_imperial_male = {
	type = character
	gender = male
	special = holder
	tier = duchy
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government  }
}
duke_imperial_female = {
	type = character
	gender = female
	special = holder
	tier = duchy
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government }
}
duke_imperial_independent_male = {
	type = character
	gender = male
	special = holder
	tier = duchy
	priority = 300
	only_independent = yes
	governments = { imperial_government autocratic_government roman_government imperial_cult_government }
}
duke_imperial_independent_female = {
	type = character
	gender = female
	special = holder
	tier = duchy
	priority = 300
	only_independent = yes
	governments = { imperial_government autocratic_government roman_government imperial_cult_government }
}
king_imperial_male = {
	type = character
	gender = male
	special = holder
	tier = kingdom
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
king_imperial_female = {
	type = character
	gender = female
	special = holder
	tier = kingdom
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
king_imperial_independent_male = {
	type = character
	gender = male
	special = holder
	tier = kingdom
	priority = 300
	only_independent = yes
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
king_imperial_independent_female = {
	type = character
	gender = female
	special = holder
	tier = kingdom
	priority = 300
	only_independent = yes
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
emperor_imperial_male = {
	type = character
	gender = male
	special = holder
	tier = empire
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}
emperor_imperial_female = {
	type = character
	gender = female
	special = holder
	tier = empire
	priority = 300
	top_liege = no
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
}

legion_commander = {
	type = character
	gender = male
	special = holder
	tier = county
	priority = 300
	top_liege = no
	governments = { legion_government   }
}

#Imperial - titles
barony_imperial = {
	type = title
	tier = barony
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
	top_liege = no
}
county_imperial = {
	type = title
	tier = county
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
	top_liege = no
}
duchy_imperial = {
	type = title
	tier = duchy
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government  }
	top_liege = no
}
duchy_imperial_independent = {
	type = title
	tier = duchy
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government }
	only_independent = yes
}
kingdom_imperial = {
	type = title
	tier = kingdom
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government }
	top_liege = no
}
kingdom_imperial_independent = {
	type = title
	tier = kingdom
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
	only_independent = yes
}
empire_imperial = {
	type = title
	tier = empire
	priority = 300
	governments = { imperial_government autocratic_government roman_government imperial_cult_government   }
	top_liege = no
}

