#### Templates ####

division_template = {
	name = "Infantry Division"	

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

	}
	
	support = {
		artillery = { x = 0 y = 0 }
    }

}

division_template = {
	name = "Motorized Division"	

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

	}
	
	support = {
		recon = { x = 0 y = 0 }
    }

}

division_template = {
	name = "Sunni Militia"	

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

	}

}

#### OOB ####

units = {
	division = {
		name = "1st Division"
		location = 10106
		division_template = "Infantry Division"
		start_equipment_factor = 1
	}
	
	division = {
		name = "2nd Division"
		location = 10106
		division_template = "Infantry Division"
		start_equipment_factor = 1
	}
	
	division = {
		name = "3rd Division"
		location = 8123
		division_template = "Infantry Division"
		start_equipment_factor = 1
	}
	
	division = {
		name = "4th Division"
		location = 3916
		division_template = "Infantry Division"
		start_equipment_factor = 1
	}
	
	division = {
		name = "5th Division"
		location = 3916
		division_template = "Infantry Division"
		start_equipment_factor = 1
	}
	
	
	division = {
		name = "alfawj alali al'awal"
		location = 10106
		division_template = "Motorized Division"
		start_equipment_factor = 1
	}

	division = {
		name = "alfawj alali althaalith"
		location = 3916
		division_template = "Motorized Division"
		start_equipment_factor = 1
	}
	
	division = {
		name = "almilishiat alsuniya"
		location = 1600
		division_template = "Sunni Militia"
		start_equipment_factor = 1
	}
	
	division = {
		name = "almilishiat alsuniya"
		location = 10106
		division_template = "Sunni Militia"
		start_equipment_factor = 1
	}
	
	division = {
		name = "almilishiat alsuniya"
		location = 6826
		division_template = "Sunni Militia"
		start_equipment_factor = 1
	}
	
}
