﻿division_template = {
	name = "Afghani Infantry"

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

units = {
		#Capital
		division= {
			name = "1st Afghani Infantry"
			location = 10737
			division_template = "Afghani Infantry"
			start_experience_factor = 0.2
		}
		division= {
			name = "2nd Afghani Infantry"
			location = 10737
			division_template = "Afghani Infantry"
			start_experience_factor = 0.2
		}
		#Scattered Divisions
		division= {
			name = "3rd Afghani Infantry"
			location = 10737
			division_template = "Afghani Infantry"
			start_experience_factor = 0.1
		}

}