﻿


#Notes
#Random Traits List contains relevant lifestyle traits and all personality traits exist in 1 template
#Template-specific skill min/max regulated through scripted values
#Template-specific education trait is weighted


pool_imperial_courtier_diplomacy = {
	age = { 20 40 }
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance_abs
	random_traits = yes
	culture = scope:random_courtier_province.culture
	faith = root.faith
	diplomacy = {
		imperial_courtier_low_skill imperial_courtier_high_skill
	}
	random_traits_list = {
		education_diplomacy_1 = { weight = { base = 35 } }
		education_diplomacy_2 = { weight = { base = 35 } }
		education_diplomacy_3 = { weight = { base = 20 } }
		education_diplomacy_4 = { weight = { base = 10 } }
	}
	random_traits_list = {
		count = { 0 1 }
		diplomat = {}
		family_first = {}
		august = {}
		reveler_1 = {}
		generous = {}
		arrogant = {}
		honest = {}
		gregarious = {}
		trusting = {}
		compassionate = {}
		fickle = {}
		forgiving = {}
	}
	dynasty = none
}

pool_imperial_courtier_stewardship = {
	age = { 20 40 }
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance_abs
	random_traits = yes
	culture = scope:random_courtier_province.culture
	faith = root.faith
	stewardship = {
		imperial_courtier_low_skill imperial_courtier_high_skill
	}
	random_traits_list = {
		education_stewardship_1 = { weight = { base = 35 } }
		education_stewardship_2 = { weight = { base = 35 } }
		education_stewardship_3 = { weight = { base = 20 } }
		education_stewardship_4 = { weight = { base = 10 } }
	}
	random_traits_list = {
		count = { 0 1 }
		architect = {}
		administrator = {}
		avaricious = {}
		temperate = {}
		greedy = {}
		just = {}
		stubborn = {}
		ambitious = {}
	}
	dynasty = none
}

pool_imperial_courtier_intrigue = {
	age = { 25 45 }
	random_traits = yes
	gender_female_chance = root_faith_dominant_gender_adjusted_female_chance_abs
	culture = scope:random_courtier_province.culture
	faith = root.faith
	intrigue = {
		imperial_courtier_low_skill imperial_courtier_high_skill
	}
	random_traits_list = {
		education_intrigue_1 = { weight = { base = 35 } }
		education_intrigue_2 = { weight = { base = 35 } }
		education_intrigue_3 = { weight = { base = 20 } }
		education_intrigue_4 = { weight = { base = 10 } }
	}
	random_traits_list = {
		count = { 0 1 }
		schemer = {}
		seducer = {}
		torturer = {}
		deceitful = {}
		lustful = {}
		calm = {}
		arbitrary = {}
		paranoid = {}
		callous = {}
		sadistic = {}
		vengeful = {}
		craven = {}
	}
	dynasty = none
}

random_patrician_character = {
	age = { 25 60 }
	random_traits = yes
	gender_female_chance = 0
	culture = root.culture
	faith = root.faith
	dynasty = generate
}
