﻿### Seneschal Character Templates ###

seneschal_low_character_template = {
	age = { 20 40 }
	faith = root.faith
	gender_female_chance = 20
	dynasty = none
	random_traits = yes
	random_traits_list = {
		count = 1
		education_stewardship_1 = {}
		education_stewardship_2 = {}
	}
	stewardship = {
		min_template_average_skill
		max_template_medium_skill
	}
	learning = {
		min_template_low_skill
		max_template_low_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_low_skill
		max_template_low_skill
	}
	intrigue = {
		min_template_low_skill
		max_template_low_skill
	}
	prowess = {
		min_template_low_skill
		max_template_low_skill
	}
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}

seneschal_mid_character_template = {
	age = { 25 50 }
	faith = root.faith
	culture = root.culture
	gender_female_chance = 25
	random_traits = yes
	random_traits_list = {
		count = 1
		education_stewardship_3 = {}
		education_stewardship_4 = {}
	}
	random_traits_list = {
		count = { 1 0 }
		administrator = {}
		organizer = {}
		administrator = {}
	}
	stewardship = {
		min_template_medium_skill
		max_template_decent_skill
	}
	learning = {
		min_template_low_skill
		max_template_low_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_low_skill
		max_template_low_skill
	}
	intrigue = {
		min_template_low_skill
		max_template_low_skill
	}
	prowess = {
		min_template_low_skill
		max_template_low_skill
	}
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}

seneschal_high_character_template = {
	age = { 30 55 }
	faith = root.faith
	gender_female_chance = 35
	random_traits = yes
	random_traits_list = {
		count = 1
		education_stewardship_4 = {}
		education_stewardship_5 = {}
	}
	random_traits_list = {
		count = 1
		administrator = {}
		organizer = {}
		administrator = {}
	}
	trait = organizer
	stewardship = {
		min_template_high_skill
		max_template_high_skill
	}
	learning = {
		min_template_low_skill
		max_template_low_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_low_skill
		max_template_low_skill
	}
	intrigue = {
		min_template_low_skill
		max_template_low_skill
	}
	prowess = {
		min_template_low_skill
		max_template_low_skill
	}
	after_creation = {
		random_list = {
			70 = { }
			15 = { add_trait = beauty_good_1 }
			10 = { add_trait = beauty_good_2 }
			5 = { add_trait = beauty_good_3 }
		}
		set_interesting_traits_and_modifiers_effect = yes
	}
}