﻿### Kyivan Rus' Character Templates [historical ID]
# timestamp: 879

# Rurik, father (830 - 879, 49) [40605]

# Helgi, INVADER (850 - ?, ?) [40606], alive in 867
oleg_rurikid_character_template = {
	name = oleg_rurikid_character_template_name
	age = 29
	gender = male

	faith = faith:norse_pagan
	culture = culture:norse

	trait = education_martial_4

	trait = rough_terrain_expert

	trait = legitimized_bastard
	trait = intellect_good_1

	random_traits = yes
	after_creation = {
		add_perk = stalwart_leader_perk
		set_interesting_traits_and_modifiers_effect = yes
	}
}

# Yngvar, brother (875 - 945, 70) [600]
igor_rurikid_character_template = {
	name = igor_rurikid_character_template_name
	age = 4
	gender = male

	faith = faith:norse_pagan
	culture = culture:russian

	random_traits_list = {
		count = { 0 1 }
		diplomat = {}
		strategist = {}
		architect = {}
		schemer = {}
		scholar = {}
		whole_of_body = {}
		fecund = {}
		intellect_good_1 = {}
		physique_good_1 = {}
		beauty_good_1 = {}
	}

	random_traits = yes
	after_creation = {
		add_perk = stalwart_leader_perk
		set_interesting_traits_and_modifiers_effect = yes
	}
}

# religious envoy
rus_envoy_character_template = {
	age = { 30 50 }

	diplomacy = { 10 15 }
	martial = { 0 5 }
	stewardship = { 5 10 }
	intrigue = { 0 5 }
	learning = { 15 20 }
	prowess = { 0 5 }

	random_traits_list = {
		count = 1
		education_learning_3 = { weight = { base = 2 } }
		education_learning_4 = { weight = { base = 1 } }
	}

	random_traits_list = {
		count = 3
		chaste = {}
		diligent = {}
		patient = {}
		humble = {}
		shy = {}
		content = {}
		cynical = {}
		lazy = {}
	}

	random_traits = no
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}