﻿liw_low_character_template = {
	age = {
		20
		40
	}
	faith = root.faith
	gender_female_chance = 100
	random_traits_list = {
		count = 1
		education_diplomacy_1 = {
		}
		education_diplomacy_2 = {
		}
	}
	random_traits = yes
	diplomacy = {
		min_template_low_skill
		max_template_low_skill
	}
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}

liw_good_character_template = {
	age = {
		25
		50
	}
	faith = root.faith
	gender_female_chance = 100
	random_traits_list = {
		count = 1
		education_diplomacy_3 = {
		}
		education_diplomacy_4 = {
		}
	}
	random_traits_list = {
		count = 1
		gregarious = {}
		honest = {}
	}
	diplomacy = {
		min_template_average_skill
		max_template_medium_skill
	}
	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}