﻿division_template = {
	name = "Egyptian Janissaries"

	regiments = {
		light_infantry = { x = 0 y = 0}
		light_infantry = { x = 1 y = 0}
		light_infantry = { x = 2 y = 0}
	}
}

division_template = {
	name = "Egyptian Infantry"

	regiments = {
	line_infantry = { x = 0 y = 0}
	line_infantry = { x = 1 y = 0}
	line_infantry = { x = 2 y = 0}
	}
}

division_template = {
	name = "Spahis"

	regiments = {
		light_cavalry = { x = 0 y = 0}
		light_cavalry = { x = 0 y = 1}
	}
}

units = {

		#capital
		division= {
			name = "1st Cairo Guard"
			location = 7011
			division_template = "Egyptian Janissaries"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "2nd Cairo Guard"
			location = 7011
			division_template = "Egyptian Janissaries"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "3rd Cairo Guard"
			location = 7011
			division_template = "Egyptian Janissaries"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}

		#dispersed
		division= {
			name = "1st Egyptian Infantry"
			location = 7144
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "2nd Egyptian Infantry"
			location = 1151
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "3rd Egyptian Infantry"
			location = 1028
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "4th Egyptian Infantry"
			location = 1028
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}

		division= {
			name = "5th Egyptian Infantry"
			location = 4076
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "6th Egyptian Infantry"
			location = 4076
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}
		division= {
			name = "7th Egyptian Infantry"
			location = 4076
			division_template = "Egyptian Infantry"
			start_experience_factor = 0.2
			start_equipment_factor = 1
		}

		#desert
		division= {
			name = "1st Far West Divison"
			location = 10097
			division_template = "Spahis"
			start_experience_factor = 0.1
			start_equipment_factor = 1
		}
		division= {
			name = "2nd Far West Divison"
			location = 4138
			division_template = "Spahis"
			start_experience_factor = 0.1
			start_equipment_factor = 1
		}
		division= {
			name = "3rd Far West Divison"
			location = 10739
			division_template = "Spahis"
			start_experience_factor = 0.1
			start_equipment_factor = 1
		}

}