﻿division_template = {
	name = "Leibgarde-Regiment"

	regiments = {
		guard_infantry = { x = 0 y = 0 }
		guard_infantry = { x = 0 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Jäger-Regiment"

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

division_template = {
	name = "Husaren-Regiment"

	regiments = {
		light_cavalry = { x = 0 y = 0 }
		light_cavalry = { x = 0 y = 1 }
	}
}

units = {
	division = {
		name = "Kurhessisches Leibgarde-Regiment"
		location = 564
		division_template = "Leibgarde-Regiment"
		start_experience_factor = 0.4
	}
	division = {
		name = "Kurhessisches Infanterie-Regiment"
		location = 11533
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "Kurhessisches Jäger-Regiment"
		location = 11445
		division_template = "Jäger-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "Kurhessisches Husaren-Regiment"
		location = 11445
		division_template = "Husaren-Regiment"
		start_experience_factor = 0.3
		start_equipment_factor = 0.8
	}
}