﻿division_template = {
	name = "Reserveria"

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



units = {
		division = {
			name = "6th Refuerzista Troop"
			location = 2195
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "7th Refuerzista Troop"
			location = 12943
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "8th Refuerzista Troop"
			location = 13565
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "9th Refuerzista Troop"
			location = 2173
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}

		division = {
			name = "10th Refuerzista Troop"
			location = 13688
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}
		division = {
			name = "11th Refuerzista Troop"
			location = 2194
			division_template = "Reserveria"
			start_experience_factor = 0.1
		}


}