﻿tutor_low_skill_template = {
	age = { 40 60 }
	faith = root.faith
	culture = root.culture
	gender_female_chance = 50
	
	# Learning
    learning = {6 10}
	random_traits_list = {
		count = 1
		education_learning_2 = { weight = { base = 60 } }
		education_learning_3 = { weight = { base = 40 } }
	}
	
	# Traits
    random_traits_list = {
		count = { 0 2 }
		scholar = { weight = { base = 15 } }
        shrewd = { weight = { base = 15 } }
        patient = { weight = { base = 15 } }
		diligent = { weight = { base = 15 } }
        theologian = { weight = { base = 20 } }
		whole_of_body = { weight = { base = 20 } }
	}

	random_traits = yes
	after_creation = {
	}
}

tutor_medium_skill_template = {
	age = { 40 60 }
	faith = root.faith
	culture = root.culture
	gender_female_chance = 50

	# Learning
    learning = {6 10}
	random_traits_list = {
		count = 1
		education_learning_3 = { weight = { base = 60 } }
        education_learning_4 = { weight = { base = 40 } }
	}

	# Traits
    random_traits_list = {
        count = { 0 1 }
		intellect_good_1 = { weight = { base = 80 } }
		intellect_good_2 = { weight = { base = 20 } }
	}

    random_traits_list = {
		count = { 1 3 }
		patient = { weight = { base = 30 } }
		scholar = { weight = { base = 20 } }
        shrewd = { weight = { base = 20 } }
        theologian = { weight = { base = 15 } }
		whole_of_body = { weight = { base = 15 } }
	}

	random_traits = yes
	after_creation = {
	}
}

tutor_high_skill_template = {
	age = { 40 60 }
	faith = root.faith
	culture = root.culture
	gender_female_chance = 50

	# Learning
    learning = {6 10}
	random_traits_list = {
		count = 1
		education_learning_3 = { weight = { base = 20 } }
        education_learning_4 = { weight = { base = 70 } }
        education_learning_5 = { weight = { base = 10 } }
	}

	# Traits
    random_traits_list = {
		count = {1 4}
		patient = { weight = { base = 40 } }
		scholar = { weight = { base = 30 } }
        shrewd = { weight = { base = 20 } }
        theologian = { weight = { base = 10 } }
	}
    
    random_traits_list = {
        count = 1
		intellect_good_1 = { weight = { base = 70 } }
		intellect_good_2 = { weight = { base = 20 } }
		intellect_good_3 = { weight = { base = 10 } }
	}

	random_traits = yes
	after_creation = {
	}
}