﻿
# ################################
# # Hill Tribe King
# ################################
# ### Local Warlords
hill_tribe_king_template = {
	age = { 20 40 }
	random_traits = yes
	culture = culture:moon_clan
	faith = faith:old_gods_btw_mns
	random_traits_list = {
		education_martial_2 = {
			weight = { base = 20 }
		}
		education_martial_3 = {
			weight = { base = 20 }
		}
		education_martial_4 = {
			weight = { base = 10}
		}
	}
	random_traits_list = {
		education_martial_prowess_2 = {
			weight = { base = 20 }
		}
		education_martial_prowess_3 = {
			weight = { base = 20 }
		}
		education_martial_prowess_4 = {
			weight = { base = 10}
		}
	}

	random_traits_list = {
		count = 1
		berserker = {}
		adventurer = {}
		viking = {}
	}

	random_traits_list = {
		count = { 3 4}
		zealous = {}
		wrathful = {}
		impatient = {}
		arrogant = {}
		brave = {}
		ambitious = {}
		diligent = {}
		gregarious = {}
		stubborn = {}
		callous = {}
		vengeful = {}
		sadistic = {}
		lustful = {}
		greedy = {}
	}

	gender_female_chance = 0
	martial = {
		min_template_decent_skill
		max_template_decent_skill
	}
	prowess = {
		min_template_decent_skill
		max_template_decent_skill
	}

	after_creation = {
		random_list = {
			6 = {}
			4 = { add_trait = burned }
		}
		agot_hf_new_house_effect = yes
	}
}

faegon_template = {
	name = Aegon
	dynasty = generate
	age = agot_get_faegon_age
	culture = culture:westerosi_valyrian
	faith = faith:fots_seven
	random_traits = no
	random_traits_list = {
		count = 1
		education_martial_2 = { weight = { base = 50 } }
		education_martial_3 = { weight = { base = 20 } }
		education_martial_4 = { weight = { base = 5 } }
	}
	random_traits_list = {
		count = 3
		just = {}
		ambitious = {}
		gregarious = {}
		impatient = {}
		wrathful = {}
		compassionate = {}
		callous = {}
		stubborn = {}
		vengeful = {}
		greedy = {}
		zealous = {}
	}
	random_traits_list = {
		count = 1
		education_martial_prowess_2 = {}
		education_martial_prowess_3 = {}
	}
	trait = intellect_good_1
	trait = beauty_good_2
	gender_female_chance = 0
	diplomacy = {
		min_template_decent_skill
		max_template_decent_skill
	}
	stewardship = {
		min_template_decent_skill
		max_template_decent_skill
	}
	intrigue = {
		min_template_decent_skill
		max_template_decent_skill
	}
	martial = {
		min_template_decent_skill
		max_template_decent_skill
	}
	learning = {
		min_template_decent_skill
		max_template_decent_skill
	}
	prowess = {
		min_template_decent_skill
		max_template_decent_skill
	}
	after_creation = {
		set_variable = is_faegon
		add_character_modifier = bp2_tool_of_fate_modifier
		make_trait_inactive = cool_silver_hair
		make_trait_inactive = purple_eyes_1
		learn_language = language_agot_westeros
		add_pressed_claim = title:h_the_iron_throne
		add_pressed_claim = title:e_the_crownlands
		add_pressed_claim = title:k_the_blackwater
		add_pressed_claim = title:d_kings_landing
		add_pressed_claim = title:c_kings_landing
		add_pressed_claim = title:k_dragonstone
		add_pressed_claim = title:d_dragonstone
		add_pressed_claim = title:c_dragonstone
		dynasty = {
			set_dynasty_name = dynn_Essos
			set_coa = dynn_Essos
		}
		house = {
			set_house_name = dynn_Essos
			set_coa = dynn_Essos
		}
	}
}