﻿division_template = {
	name = "Huai Army"
	priority = 2
	#is_locked = yes

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

units = {
		#Capital
		division = {
			name = "1. Huai Infantry"
			location = 7222
			division_template = "Huai Army"
			start_experience_factor = 0.2
		}
		division = {
			name = "2. Huai Infantry"
			location = 7222
			division_template = "Huai Army"
			start_experience_factor = 0.2
		}
		division = {
			name = "3. Huai Infantry"
			location = 7222
			division_template = "Huai Army"
			start_experience_factor = 0.2
		}
		#Scattered Divisions
		division = {
			name = "4. Huai Infantry"
			location = 7222
			division_template = "Huai Army"
			start_experience_factor = 0.2
		}
		division = {
			name = "5. Huai Infantry"
			location = 7222
			division_template = "Huai Army"
			start_experience_factor = 0.2
		}
}