﻿division_template = {
	name = "Régiments d'Infanterie"

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 0 y = 2 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 1 y = 1 }
		line_infantry = { x = 1 y = 2 }
	}
		support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Régiments de Zouaves"

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 0 y = 2 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 1 y = 1 }
		line_infantry = { x = 1 y = 2 }
}
}
division_template = {
	name = "Régiments de Tirailleurs"

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

division_template = {
	name = "Régiments de Spahi"

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

units= {
		#capital 
		division = {
			name = "Légion étrangère d'Algérie"
			location = 1145
			division_template = "Régiments d'Infanterie"
			start_experience_factor = 1.0
			start_equipment_factor = 4.0
		}
		division = {
			name = "Garde D'Alger"
			location = 1145
			division_template = "Régiments d'Infanterie"
			start_experience_factor = 1.0
			start_equipment_factor = 1.0
		}
		division = {
			name = "3ème Régiments de Zouaves"
			location = 1145
			division_template = "Régiments de Zouaves"
			start_experience_factor = 0.5
		}
		division = {
			name = "Tribus fidèle"
			location = 12051
			division_template = "Régiments de Spahi"
			start_experience_factor = 0.5
		}
		division = {
			name = "1re Régiments de Tirailleurs"
			location = 12051
			division_template = "Régiments de Tirailleurs"
			start_experience_factor = 0.5
		}
		division = {
			name = "1re Régiment de Spahi"
			location = 7065
			division_template = "Régiments de Spahi"
			start_experience_factor = 0.5
			start_equipment_factor = 4.0
		}
}