division_template = {
	name = "King's Guard"
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 0 y = 3 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
		cavalry = { x = 1 y = 3 }
	} 
	support = { recon = { x = 0 y = 0 } }
}
units = {
	division= {
		name = "1st King's Guard"
		location = 3544
		division_template = "King's Guard"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
	division= {
		name = "2st King's Guard"
		location = 3544
		division_template = "King's Guard"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
	division= {
		name = "3st King's Guard"
		location = 3544
		division_template = "King's Guard"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
	division= {
		name = "4st King's Guard"
		location = 3544
		division_template = "King's Guard"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
	division= {
		name = "5st King's Guard"
		location = 3544
		division_template = "King's Guard"
		start_experience_factor = 1
		start_equipment_factor = 1
	}
}