﻿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}
	}
}

division_template = {
	name = "Bikaner Cavalry"
	
	regiments = {
		light_cavalry = { x = 0 y = 0}
		light_cavalry = { x = 0 y = 1}
	}
}

units = {
		#Capital
		division= {
			name = "1st Infantry Division"
			location = 14135
			division_template = "Indian Mixed Infantry"
			start_experience_factor = 0.2
		}
		division= {
			name = "1st Cavalry Division"
			location = 14135
			division_template = "Bikaner Cavalry"
			start_experience_factor = 0.1
			start_equipment_factor = 0.8
		}
		#Scattered Divisions
		division= {
			name = "2nd Infantry Division"
			location = 12844
			division_template = "Indian Mixed Infantry"
			start_experience_factor = 0.2
		}
}