﻿division_template = {
	name = "Line Infantry"

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

division_template = {
	name = "Rewa Grenadiers"

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

division_template = {
	name = "Light Indian Cavalry"

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

units = {
		#Capital
		division = {
			name = "1st Rewa Infantry"
			location = 10332
			division_template = "Line Infantry"
			start_experience_factor = 0.2
		}
		division = {
			name = "1st Rewa Cavalry"
			location = 10332
			division_template = "Light Indian Cavalry"
			start_experience_factor = 0.1
		}
		#Scattered Divisions
		division = {
			name = "2nd Rewa Infantry"
			location = 5096
			division_template = "Line Infantry"
			start_experience_factor = 0.2
		}
		division = {
			name = "1st Rewa Grenadiers"
			location = 7938
			division_template = "Rewa Grenadiers"
			start_experience_factor = 0.2
		}

}