﻿# These "Magistri" cultures are quick start cultures, to make starting the game a bit faster.
# They are based of vanilla cultures, and have a history file to unlock their relevent innovations

# English
magistri_english = {
	color = { 0.5 0.0 0.5 }
	created = 867.1.1
	parents = { english }

	ethos = ethos_communal
	heritage = heritage_west_germanic
	language = language_anglic
	martial_custom = martial_custom_regula
	head_determination = head_determination_domain

	traditions = {
		tradition_famuli_warriors
		tradition_famuli_enslavers
		tradition_magistri_submission
		tradition_strength_in_numbers
		tradition_zealous_people
		tradition_magister_bloodline
	}

	name_list = name_list_english

	coa_gfx = { regula_coa_gfx }
	building_gfx = { western_building_gfx }
	clothing_gfx = { western_clothing_gfx }
	unit_gfx = { famuli_unit_gfx }

	ethnicities = {
		25 = caucasian_blond
		15 = caucasian_ginger
		35 = caucasian_brown_hair
		25 = caucasian_dark_hair
	}
}

# Punjabi
magistri_punjabi = {
	color = { 0.5 0.0 0.5 }
	created = 867.1.1
	parents = { punjabi }

	ethos = ethos_communal
	heritage = heritage_indo_aryan
	language = language_vrachada
	martial_custom = martial_custom_regula
	head_determination = head_determination_domain

	traditions = {
		tradition_famuli_warriors
		tradition_famuli_enslavers
		tradition_magistri_submission
		tradition_strength_in_numbers
		tradition_zealous_people
		tradition_magister_bloodline
	}

	name_list = name_list_punjabi

	coa_gfx = { regula_coa_gfx }
	building_gfx = { indian_building_gfx }
	clothing_gfx = { indian_clothing_gfx }
	unit_gfx = { famuli_unit_gfx }

	ethnicities = {
		10 = indian
	}
}

# Latin/Roman
magistri_latin = {
	color = { 0.5 0.0 0.5 }
	created = 867.1.1
	parents = { roman }
	
	ethos = ethos_communal
	heritage = heritage_latin
	language = language_latin
	martial_custom = martial_custom_regula
	head_determination = head_determination_domain

	traditions = {
		tradition_famuli_warriors
		tradition_famuli_enslavers
		tradition_magistri_submission
		tradition_strength_in_numbers
		tradition_zealous_people
		tradition_magister_bloodline
	}
	
	name_list = name_list_roman

	coa_gfx = { regula_coa_gfx } 
	building_gfx = { mediterranean_building_gfx } 
	clothing_gfx = { byzantine_clothing_gfx } 
	unit_gfx = { famuli_unit_gfx } 		

	ethnicities = {
		10 = mediterranean
	}
}

# Byzantine/Greek
magistri_greek = {
	color = { 0.5 0.0 0.5 }
	created = 867.1.1
	parents = { greek }
	
	ethos = ethos_communal
	heritage = heritage_byzantine
	language = language_greek
	martial_custom = martial_custom_regula
	head_determination = head_determination_domain
	
	traditions = {
		tradition_famuli_warriors
		tradition_famuli_enslavers
		tradition_magistri_submission
		tradition_strength_in_numbers
		tradition_zealous_people
		tradition_magister_bloodline
	}
	
	name_list = name_list_greek
	
	coa_gfx = { regula_coa_gfx } 
	building_gfx = { mediterranean_building_gfx }
	clothing_gfx = { byzantine_clothing_gfx }
	unit_gfx = { famuli_unit_gfx }
	
	ethnicities = {
		10 = mediterranean_byzantine
	}
}