﻿division_template = {
	name = "Argentinian Infantry"

	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 = "1st South American Infantry"
			location = 8216
			division_template = "Argentinian Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd South American Infantry"
			location = 7500
			division_template = "Argentinian Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "3rd South American Infantry"
			location = 12364
			division_template = "Argentinian Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "4th South American Infantry"
			location = 7621
			division_template = "Argentinian Infantry"
			start_experience_factor = 0.1
		}
}