﻿division_template= {
	name= "Regimiento de Patricios"

	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}
	}
	support={
		cannon_artillery_support = { x = 0 y = 0 }
	}
}
division_template= {
	name= "Guardia Nacional"

	regiments= {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 0 y = 2 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 1 y = 1 }
		line_infantry = { x = 1 y = 2 }
		cannon_artillery = { x = 2 y = 0 }
		cannon_artillery = { x = 2 y = 1 }
	}
	support={
		cannon_artillery_support = { x = 0 y = 0 }
	}
}
division_template= {
	name= "Liberales"

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

units= {
		division= {
			name= "1. Regimiento de Patricios"
			location= 12351
			division_template= "Regimiento de Patricios"
			start_experience_factor= 0.1
		}
		division= {
			name= "2. Regimiento de Patricios"
			location= 13662
			division_template= "Regimiento de Patricios"
			start_experience_factor= 0.1
		}
		division= {
			name= "3. Regimiento de Patricios"
			location= 10390
			division_template= "Regimiento de Patricios"
			start_experience_factor= 0.1
		}
		division= {
			name= "1. Guardia Nacional"
			location= 12364
			division_template= "Guardia Nacional"
			start_experience_factor= 0.1
		}
		division= {
			name= "2. Guardia Nacional"
			location= 12364
			division_template= "Guardia Nacional"
			start_experience_factor= 0.1
		}
		division= {
			name= "1. Liberales"
			location= 10375
			division_template= "Liberales"
			start_experience_factor= 0.1
		}
		division= {
			name= "2. Liberales"
			location= 13662
			division_template= "Liberales"
			start_experience_factor= 0.1
		}
}