﻿# ##MODIFIED VANILLA FILE##
# @correct_culture_primary_score = 100
# @better_than_the_alternatives_score = 50
# @always_primary_score = 1000
# @never_primary_score = -1000

# #Title order determines which title shows in title history if multiple titles are held. ie: If k_croatia is higher in this file than k_hungary then the Kings of Hungary will show as Kings of Croatia in the title history when they hold both titles. The main effect from this is screwing up regnal numbers
# #Normally I labeled added or changed titles
# #The 'capital' of a duchy MUST be the first province in the listing or it won't get the duchy capital building

# ## NOBLE FAMILIES at bottom. Landless adventurer titles

# ########################################################################################NULL TITLES########################################################################################

# k_papal_states = { #Basically to use this as the de jure title instead of the above since you can't properly usurp faith head titles

# 	color = { 245 249 198 }
	
# 	definite_form = yes
# 	ruler_uses_title_name = no
	
# 	capital = c_roma
	
# 	ai_primary_priority = {
# 		if = {
# 			limit = {
# 				culture = culture:italian
# 			}
# 			add = @correct_culture_primary_score
# 		}
# 	}

# 	destroy_if_invalid_heir = yes
# 	no_automatic_claims = yes
# 	always_follows_primary_heir = yes
# 	#de_jure_drift_disabled = yes

# 	#male_names = { Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus Nicolaus Sergius Silvester Stephanus Urbanus Victor }
# }

# #Titular
	
# k_muscovy = {
# 	color = { 190  140  50 }
# 	capital = c_moskva # Moscow
		
# 	can_be_named_after_dynasty = no
# 	ai_primary_priority = {
# 		if = {
# 			limit = {
# 				culture = { has_cultural_pillar = heritage_east_slavic }
# 			}
# 			add = @correct_culture_primary_score
# 		}
# 	}

# 	d_moscow = {
# 		color = { 100  150  30 }
# 		can_be_named_after_dynasty = no
# 		capital = c_moskva # Moscow
# 	}
# }
	
# e_celestia_china = {
# 	color = { 244 242 10 }

#     capital = c_changan_china

#     definite_form = yes
# 	can_be_named_after_dynasty = no 
	
# 	can_create = {
# 		rule_title_creation_imperial_power_projection_title_creation_trigger = yes
# 	}

#     k_qin_china = {
# 		color = { 191 200 132 }

# 		can_be_named_after_dynasty = no
		
# 		capital = c_changan_china
	
#         d_xijing_china = {
# 			color = { 201 214 56 }
	
# 			can_be_named_after_dynasty = no 
			
# 			capital = c_changan_china
			
#             c_changan_china = {
# 				color = { 202 199 93 }
	
#             }
#         }
#     }
# }

# e_levant = {
# 	color = { 148 170 100 }

# 	capital = c_damascus
# 	definite_form = yes
		
# 	ai_primary_priority = {
# 		if = {
# 			limit = {
# 				culture = { has_cultural_pillar = heritage_arabic }
# 			}
# 			add = @correct_culture_primary_score
# 		}
# 	}
# }

# e_egypt = { # Misr
# 	color = { 145 210 180 }
	
# 	capital = c_cairo # Cairo
# 	ruler_uses_title_name = no
# 	can_create_on_partition = { always = no }
# 	can_be_named_after_dynasty = yes
# 	can_create = {
# 		rule_title_creation_imperial_power_projection_title_creation_trigger = yes
# 	}
# } # end e_egypt
