division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Füsilier-Regiment"

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

division_template = {
	name = "Dragoner-Regiment"

	regiments = {
		dragoon = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "Holsteinsches Infanterie-Regiment"
		location = 6389
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "Holsteinsches Füsilier-Regiment"
		location = 3368
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "Holsteinsches Dragoner-Regiment"
		location = 6389
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
}