﻿division_template = {
	name = "Indian Mixed 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 Infantry Division"
			location = 4984
			division_template = "Indian Mixed Infantry"
			start_experience_factor = 0.2
		}
		division = {
			name = "3rd Infantry Division"
			location = 14120
			division_template = "Indian Mixed Infantry"
			start_experience_factor = 0.1
		}
		#Scattered Divisions
		division = {
			name = "2nd Infantry Division"
			location = 14121
			division_template = "Indian Mixed Infantry"
			start_experience_factor = 0.2
		}
}