﻿qs_holy_man_character = {
	age = { 30 80 }
	learning = 12
	random_traits = yes
	random_traits_list = {
		count = 1
		education_learning_1 = { weight = 30 }
		education_learning_2 = { weight = 30 }
		education_learning_3 = { weight = 30 }
		education_learning_4 = { weight = 30 }
		education_learning_5 = { weight = 5 }
	}
	faith = root.faith
	culture = root.culture
	gender_female_chance = {
		if = {
			limit = { root.faith = { has_doctrine = doctrine_gender_male_dominated } }
			add = 0
		}
		else_if = {
			limit = { root.faith = { has_doctrine = doctrine_gender_female_dominated } }
			add = 100
		}
		else = {
			add = 50
		}
	}
	after_creation = {
		add_character_flag = {
			flag = need_priest_outfit
		}
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_debutante_character = {
	age = { 16 21 }
	gender = female
	intrigue = 8
	random_traits_list = {
		count = 1
		education_diplomacy_1 = { weight = 20 }
		education_diplomacy_2 = { weight = 20 }
		education_diplomacy_3 = { weight = 20 }
		education_diplomacy_4 = { weight = 20 }
		education_intrigue_1 = { weight = 30 }
		education_intrigue_2 = { weight = 30 }
		education_intrigue_3 = { weight = 30 }
		education_intrigue_4 = { weight = 30 }
		education_intrigue_5 = { weight = 1 }
	}
	random_traits_list = {
		count = 1
		beauty_good_1 = { weight = { base = 30 } }
		beauty_good_2 = { weight = { base = 30 } }
		beauty_good_3 = { weight = { base = 5 } }
		beauty_bad_1 = { weight = { base = 5 } }
	}
	random_traits_list = {
		count = { 0 1 }
		intellect_good_1 = {}
		intellect_bad_1 = {}
		physique_good_1 = {}
		physique_bad_1 = {}
		fecund = {}
		infertile = {}
		shrewd = {}
		dull = {}
		depressed_genetic = {}
		lunatic_genetic = {}
		possessed_genetic = {}
		lovers_pox = {}
		albino = {}
		hunchbacked = {}
		clubfooted = {}
		lisping = {}
		stuttering = {}
	}
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_noble_character = {
	age = { 16 21 }
	gender = male
	stewardship = 12
	random_traits_list = {
		count = 1
		education_martial_1 = { weight = 20 }
		education_martial_2 = { weight = 20 }
		education_martial_3 = { weight = 20 }
		education_martial_4 = { weight = 20 }
		education_stewardship_1 = { weight = 30 }
		education_stewardship_2 = { weight = 30 }
		education_stewardship_3 = { weight = 30 }
		education_stewardship_4 = { weight = 30 }
		education_stewardship_5 = { weight = 1 }
	}
	random_traits_list = {
		count = { 0 1 }
		bastard = {}
		legitimized_bastard = {}
		child_of_concubine_male = {}
		wild_oat = {}
		disputed_heritage = {}
		disinherited = {}
		adventurer = {}
		scarred = {}
	}
	random_traits_list = {
		count = { 0 1 }
		intellect_good_1 = {}
		intellect_bad_1 = {}
		physique_good_1 = {}
		physique_bad_1 = {}
		fecund = {}
		infertile = {}
		shrewd = {}
		dull = {}
		depressed_genetic = {}
		lunatic_genetic = {}
		possessed_genetic = {}
		lovers_pox = {}
		albino = {}
		hunchbacked = {}
		clubfooted = {}
		lisping = {}
		stuttering = {}
	}
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_poet_character = {
	age = { 21 60 }
	gender_female_chance = 50
	trait = lifestyle_poet
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_dwarf_character = {
	age = { 21 60 }
	gender_female_chance = 50
	trait = dwarf
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_eunuch_character = {
	age = { 21 60 }
	gender = male
	trait = eunuch_1
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}
qs_giant_character = {
	age = { 21 60 }
	gender_female_chance = 50
	trait = giant
	random_traits = yes
	faith = root.faith
	culture = root.culture
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}