﻿division_template = {
	name = "Light Infantry"
	is_locked = yes

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

division_template = {
	name = "Local Militia"
	is_locked = yes

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

units = {
		division = {
			name = "1st Mexican Light Infantry"
			location = 1952
			division_template = "Light Infantry"
			start_experience_factor = 0.3
			start_equipment_factor = 0.5
		}
		division = {
			name = "2nd Mexican Light Infantry"
			location = 4956
			division_template = "Light Infantry"
			start_experience_factor = 0.3
			start_equipment_factor = 0.5
		}
		division = {
			name = "3rd Mexican Light Infantry"
			location =	13670
			division_template =	"Light Infantry"
			start_experience_factor =	0.3
			start_equipment_factor =	0.5
		}
		division =	{
			name =	"4th Mexican Light Infantry"
			location =	7913
			division_template =	"Light Infantry"
			start_experience_factor =	0.3
			start_equipment_factor =	0.5
		}
		division =	{
			name =	"5th Mexican Light Infantry"
			location =	1965
			division_template =	"Light Infantry"
			start_experience_factor =	0.3
			start_equipment_factor =	0.5
		}
		division =	{
			name =	"6th Mexican Light Infantry"
			location =	12755
			division_template =	"Light Infantry"
			start_experience_factor =	0.3
			start_equipment_factor =	0.5
		}
		division =	{
			name =	"7th Mexican Light Infantry"
			location =	8089
			division_template =	"Light Infantry"
			start_experience_factor =	0.3
			start_equipment_factor =	0.5
		}
}