﻿division_template= {
	name= "Indian Light Infantry"

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

units= {
		#Capital
		division= {
			name= "1st Kashmir Infantry"
			location= 1910
			division_template= "Indian Light Infantry"
			start_experience_factor= 0.2
		}
		division= {
			name= "1st Jammu Infantry"
			location= 1910
			division_template= "Indian Light Infantry"
			start_experience_factor= 0.1
		}
		#Scattered Divisions
		division= {
			name= "2nd Kashmir Infantry"
			location= 8005
			division_template= "Indian Light Infantry"
			start_experience_factor= 0.2
		}

}