﻿### Court Poet Character Templates ###

court_poet_low_character_template = {
    age = { 20 40 }
    faith = root.faith
    gender_female_chance = 10
    random_traits_list = {
        count = 1
        education_diplomacy_1 = {}
        education_diplomacy_2 = {}
    }
    dynasty = none
    random_traits_list = { count = 1 }
    random_traits = yes
	stewardship = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_average_skill
		max_template_medium_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_average_skill
		max_template_medium_skill
	}
	intrigue = {
		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
    }
}

court_poet_mid_character_template = {
    age = { 25 50 }
    faith = root.faith
    culture = root.culture
    gender_female_chance = 10
    random_traits_list = {
        count = 1
        education_diplomacy_3 = {}
        education_diplomacy_4 = {}
    }
    trait = lifestyle_poet
    random_traits = yes
	stewardship = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_medium_skill
		max_template_decent_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_medium_skill
		max_template_decent_skill
	}
	intrigue = {
		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 = {
            chance = 25
            add_trait = gregarious
        }
        set_interesting_traits_and_modifiers_effect = yes
    }
}

court_poet_high_character_template = {
    age = { 30 55 }
    faith = root.faith
    gender_female_chance = 15
    random_traits_list = {
        count = 1
        education_diplomacy_4 = {}
        education_diplomacy_5 = {}
    }
    trait = gregarious
    trait = lifestyle_poet
    random_traits_list = {
        count = {0 1}
        charismatic = {}
        gregarious = {}
        thoughtful = {}
        intellect_good_1 = {}
        intellect_good_2 = {}
    }
    random_traits = yes
	stewardship = {
		min_template_low_skill
		max_template_low_skill
	}
	learning = {
		min_template_medium_skill
		max_template_high_skill
	}
	martial = {
		min_template_low_skill
		max_template_low_skill
	}
	diplomacy = {
		min_template_high_skill
		max_template_high_skill
	}
	intrigue = {
		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 = { }
            20 = { add_trait = lifestyle_mystic }
            10 = { add_trait = theologian }
        }
        set_interesting_traits_and_modifiers_effect = yes
    }
}