﻿division_template = {
	name = "Royal Phalanx Division"

	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}
		light_infantry = { x = 2 y = 0}
		light_infantry = { x = 2 y = 1}
	}
}

division_template = {
	name = "Greek Infantry Battalion"
	division_names_group = GRE_INF_01

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

division_template = {
	name = "Skirmisher Battalion"
	division_names_group = GRE_INF_02

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

units = {
		#Capital
		division= {
			name = "1. Royal Phalanx Division"
			location = 4109
			division_template = "Royal Phalanx Division"
			start_experience_factor = 0.2
		}
		division= {
			name = "2. Royal Phalanx Division"
			location = 4109
			division_template = "Royal Phalanx Division"
			start_experience_factor = 0.1
		}

		#Capital
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 1
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 2
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 3
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 4
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 5
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 6
			}
			location = 4109
			division_template = "Greek Infantry Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 1
			}
			location = 4109
			division_template = "Skirmisher Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 2
			}
			location = 4109
			division_template = "Skirmisher Battalion"
			start_experience_factor = 0.1
		}
		division= {
			division_name = {
				is_name_ordered	= yes
				name_order = 3
			}
			location = 4109
			division_template = "Skirmisher Battalion"
			start_experience_factor = 0.1
		}

}