﻿division_template = {
	name = "Mixed Division"

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

units = {
		#Capital
		division = {
			name = "1st Oudh Division"
			location = 1983
			division_template = "Mixed Division"
			start_experience_factor = 0.2
		}
		#Scattered Divisions
		division = {
			name = "2nd Oudh Division"
			location = 4299
			division_template = "Mixed Division"
			start_experience_factor = 0.1
		}

}