﻿# 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 }
# religions = { christianity_religion }
# cultures = { norse }
# faiths = { catholicism }
# 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
# 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

#sultan = { #Example
#	gender = male
#	special = holder
#	tier = kingdom
#	governments = { feudal_government clan_government }
#	religions = { islam_religion }
#}

#############################################

# Special Titles

TT_tier_1_religious_official_m = {
	type = character
	gender = male
	special = councillor
    tier = empire
	
	priority = 301
	council_position = councillor_court_chaplain
    cultures = { italian roman }
}

TT_tier_1_religious_official_f = {
	type = character
	gender = female
	special = councillor
    tier = empire
	
	priority = 301
	council_position = councillor_court_chaplain
    cultures = { italian roman }
}

TT_tier_1_spy_official_m = {
	type = character
	gender = male
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_spymaster
    cultures = { italian roman }
}

TT_tier_1_spy_official_f = {
	type = character
	gender = female
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_spymaster
    cultures = { italian roman }
}

TT_tier_1_martial_official_m = {
	type = character
	gender = male
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_marshal
    cultures = { italian roman }
}

TT_tier_1_martial_official_f = {
	type = character
	gender = female
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_marshal
    cultures = { italian roman }
}

TT_tier_1_steward_official_m = {
	type = character
	gender = male
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_steward
    cultures = { italian roman }
}

TT_tier_1_steward_official_f = {
	type = character
	gender = female
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_steward
    cultures = { italian roman }
}

TT_tier_1_chancellor_official_m = {
	type = character
	gender = male
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_chancellor
    cultures = { italian roman }
}

TT_tier_1_chancellor_official_f = {
	type = character
	gender = female
	special = councillor
	tier = empire
	
	priority = 301
	council_position = councillor_chancellor
    cultures = { italian roman }
}



### HAN ###
# Feudal
TT_han_duke_m = {
	type = character
	gender = male
	special = holder
	tier = duchy
	priority = 27
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_duke_f = {
	type = character
	gender = female
	special = holder
	tier = duchy
	priority = 27
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_duchy = {
	type = title
	tier = duchy
	priority = 200
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}

TT_han_baron_m = {
	type = character
	gender = male
	special = holder
	tier = barony
	priority = 4
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_baron_f = {
	type = character
	gender = female
	special = holder
	tier = barony
	priority = 4
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_barony = {
	type = title
	tier = barony
	priority = 200
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}

TT_han_count = {
	type = character
	gender = male
	special = holder
	tier = county
	priority = 19
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_count_female = {
	type = character
	gender = female
	special = holder
	tier = county
	priority = 19
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_county = {
	type = title
	tier = county
	priority = 200
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}

TT_han_king = {
	type = character
	gender = male
	special = holder
	tier = kingdom
	priority = 47
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_king_female = {
	type = character
	gender = female
	special = holder
	tier = kingdom
	priority = 47
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_kingdom = {
	type = title
	tier = kingdom
	priority = 200
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}

TT_han_emperor = {
	type = character
	gender = male
	special = holder
	tier = empire
	priority = 100
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_emperor_female = {
	type = character
	gender = female
	special = holder
	tier = empire
	priority = 100
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
TT_han_empire = {
	type = title
	tier = empire
	priority = 200
	governments = { feudal_government RHOMAIOI_imperial_government CE_mandated_empire_government }
    cultures = { italian roman }
}
