﻿##### Division Templates #####

division_template = {
	name = "Regular Infantry Regiment"

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

division_template = {
	name = "Native Mexican Regiment"

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

division_template = {
	name = "Cazadores"

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

division_template = {
	name = "Presidial Cavalry"
	is_locked = yes

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

division_template = {
	name = "Palatine Guard"
	is_locked = yes

	regiments = {
		guard_infantry = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Red Hussars"
	is_locked = yes

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

division_template = {
	name = "Gendarmes"
	is_locked = yes

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

units = {
	division = {
		name = "Primer Regimiento de Infantería"
		location = 1965
		division_template = "Regular Infantry Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Segundo Regimiento de Infantería"
		location = 1965
		division_template = "Regular Infantry Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Tercer Regimiento de Infantería"
		location = 1965
		division_template = "Regular Infantry Regiment"
		start_experience_factor = 0.5
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Milicia Mexicana"
		location = 1965
		division_template = "Native Mexican Regiment"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Milicia Mexicana"
		location = 1965
		division_template = "Native Mexican Regiment"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Milicia Mexicana"
		location = 1965
		division_template = "Native Mexican Regiment"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Cazadores"
		location = 1965
		division_template = "Cazadores"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Presidial Cavalry"
		location = 1965
		division_template = "Presidial Cavalry"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Palatine Guard"
		location = 1965
		division_template = "Presidial Cavalry"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name =	"Red Hussars"
		location = 1965
		division_template = "Presidial Cavalry"
		start_experience_factor = 0.5
		start_equipment_factor = 0.87
	}
}

units = {
	division = {
		name = "Gendarmes"
		location = 1965
		division_template = "Presidial Cavalry"
		start_experience_factor = 0.0
		start_equipment_factor = 0.87
	}
}