﻿division_template = {
	name = "Reserveria"

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



units = {
		division = {
			name = "1st Reserve Troop"
			location = 2152
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "2nd Reserve Troop"
			location = 13583
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "3rd Reserve Troop"
			location = 13564
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "4th Reserve Troop"
			location = 13564
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}


}