﻿division_template= {
	name= "Korean Infantry"

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

units= {
		#Capital
		division= {
			name= "1st Korean Infantry"
			location= 7125
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "2nd Korean Infantry"
			location= 7125
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
		#Scattered Divisions
		division= {
			name= "3rd Korean Infantry"
			location= 4052
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "4th Korean Infantry"
			location= 4052
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "5th Korean Infantry"
			location= 4056
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
		division= {
			name= "6th Korean Infantry"
			location= 4056
			division_template= "Korean Infantry"
			start_experience_factor= 0.1
		}
}