﻿division_template = {
	name = "Peruvian Infantry"

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

units = {
		division = {
			name = "1st Peruvian Division"
			location = 5202
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd Peruvian Division"
			location = 13989
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

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

		division = {
			name = "4th Peruvian Division"
			location = 2182
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

		division = {
			name = "5th Peruvian Division"
			location = 2225
			division_template = "Peruvian Infantry"
			start_experience_factor = 0.1
		}

}