﻿division_template= {
	name= "Mexican Infantry"

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

division_template= {
	name= "Caballos Mexicanos"

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

units= {
		division= {
			name= "1st Mexican Infantry"
			location= 1965
			division_template= "Mexican Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "2nd Mexican Infantry"
			location= 1965
			division_template= "Mexican Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "3rd Mexican Infantry"
			location= 12810
			division_template= "Mexican Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "4th Mexican Infantry"
			location= 4956
			division_template= "Mexican Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "5th Mexican Infantry"
			location= 13089
			division_template= "Mexican Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "1st Caballos Mexicanos"
			location= 1965
			division_template= "Caballos Mexicanos"
			start_experience_factor= 0.1
		}
		division= {
			name= "2nd Caballos Mexicanos"
			location= 13089
			division_template= "Caballos Mexicanos"
			start_experience_factor= 0.1
		}

}