﻿division_template = {
	name = "South American Infantry"

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

units = {
		division= {
			name = "1st South American Infantry"
			location = 10747
			division_template = "South American Infantry"
			start_experience_factor = 0.1
		}
		division= {
			name = "2nd South American Infantry"
			location = 2023
			division_template = "South American Infantry"
			start_experience_factor = 0.1
		}
		division= {
			name = "3rd South American Infantry"
			location = 7630
			division_template = "South American Infantry"
			start_experience_factor = 0.1
		}
}