﻿division_template = {
	name = "Infantry"			# Rifle Division
	division_names_group = KOR_INF_01
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	support = {
		artillery = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Militia"			# Militia Division
	division_names_group = KOR_MIL_01
	regiments = {
		militia = { x = 0 y = 0 }
		militia = { x = 0 y = 1 }
		militia = { x = 0 y = 2 }
		militia = { x = 1 y = 0 }
		militia = { x = 1 y = 1 }
		militia = { x = 1 y = 2 }
		militia = { x = 2 y = 0 }
		militia = { x = 2 y = 1 }
		militia = { x = 2 y = 2 }
	}
}
division_template = {
	name = "Cavalry"
	division_names_group = KOR_CAV_01
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
	support = {
		recon = { x = 0 y = 0 }
	}
}

units = {
	division = {
		#name = "1st ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 7125
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "2nd ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 7125
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "3rd ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 3
		}
		location = 7125
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "6th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 6
		}
		location = 7125
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "1st ROK Cavalry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 1
		}
		location = 7125
		division_template = "Cavalry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "1st ROK Cavalry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 2
		}
		location = 7125
		division_template = "Cavalry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "4th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 4
		}
		location = 4056
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "10th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 10
		}
		location = 4056
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "5th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 5
		}
		location = 4004
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "6th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 6
		}
		location = 11992
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "7th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 7
		}
		location = 11992
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		#name = "8th ROK Infantry Division"
		division_name = {	# New syntax for compatibility with name lists
			is_name_ordered = yes
			name_order = 8
		}
		location = 4004
		division_template = "Infantry"
		start_experience_factor = 0.5
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 9790
		division_template = "Militia"
		start_experience_factor = 0
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 7204
		division_template = "Militia"
		start_experience_factor = 0
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 11992
		division_template = "Militia"
		start_experience_factor = 0
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 6944
		division_template = "Militia"
		start_experience_factor = 0
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 4126
		division_template = "Militia"
		start_experience_factor = 0
	}
	division = {
		name = "Korean Revolutionary Militia"
		location = 11896
		division_template = "Militia"
		start_experience_factor = 0
	}
}
