division_template = {
	name = "Andong Infantry"

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

units = {
		#Capital
		division = {
			name = "1st Korean Infantry"
			location = 4103
			division_template = "Andong Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "2nd Korean Infantry"
			location = 4103
			division_template = "Andong Infantry"
			start_experience_factor = 0.1
		}
		division = {
			name = "3rd Korean Infantry"
			location = 4103
			division_template = "Andong Infantry"
			start_experience_factor = 0.1
		}
}