﻿### Sangama Character Templates [ID, history ID]
# timestamp: 1336

# Hindu until 1323
# Sunni from 1323 - 1334
# Hindu from 1334

# Bhavana, father
	# Harihara I, INVADER (1306 - 1356, 50)
	# Bukka I
		# Kampa II
		# Virupanna
		# Harihara II
	# Kampa I
	# Marapa
	# Muddappa

# Maravve Nayakiti, mother
maravve_nayakiti_character_template = {
	name = maravve_nayakiti_character_template_name
	age = { 60 70 }
	gender = female

	faith = faith:shaivism
	culture = culture:kannada

	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
		#death = natural # applied after marriage
	}
}

# Bahvana, father
bahvana_sangama_character_template = {
	name = bahvana_sangama_character_template_name
	age = { 60 70 }
	gender = male
	dynasty = generate

	faith = faith:shaivism
	culture = culture:kannada

	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
		#death = natural # applied after marriage
	}
}

# Harihara Sangama INVADER (1306 - 1356, 50)
harihara_sangama_character_template = {
	name = harihara_sangama_character_template_name
	age = 30
	gender = male

	faith = faith:shaivism
	culture = culture:kannada
	
	# Skills
	diplomacy = { 12 17 }
	martial = { 13 15 }
	stewardship = { 17 23 }
	intrigue = { 6 9 }
	learning = { 11 16 }
	prowess = { 10 15 }

	# Education
	trait = education_martial_4

	# Personality Traits
	trait = temperate
	trait = just
	trait = chaste

	trait = intellect_good_1
	trait = celibate

	# Other Traits
	trait = administrator
	trait = open_terrain_expert
	trait = flexible_leader

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

### siblings

bukka_sangama_character_template = {
	name = bukka_sangama_character_template_name
	age = 27
	gender = male
	dynasty = generate

	faith = faith:shaivism
	culture = culture:kannada

	# Education
	trait = education_martial_4

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

kampa_sangama_character_template = {
	name = kampa_sangama_character_template_name
	age = 24
	gender = male
	dynasty = generate

	faith = faith:shaivism
	culture = culture:kannada

	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}

marapa_sangama_character_template = {
	name = marapa_sangama_character_template_name
	age = 21
	gender = male
	dynasty = generate

	faith = faith:shaivism
	culture = culture:kannada

	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}

muddappa_sangama_character_template = {
	name = muddappa_sangama_character_template_name
	age = 18
	gender = male
	dynasty = generate

	faith = faith:shaivism
	culture = culture:kannada

	random_traits = yes
	after_creation = {
		set_interesting_traits_and_modifiers_effect = yes
	}
}