﻿division_template = {
	name = "Peruvian Infantry"

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

units = {
		division = {
			name = "1st Rebel Division"
			location = 2210
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

		 division = {
			name = "2nd Rebel Division"
			location = 13686
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

		division = {
			name = "3rd Rebel Division"
			location = 13086
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

}