division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Garnison"

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

division_template = {
	name = "Freiwillige Bürgerwehr"

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

units = {
		division = {
			name = "Infanterie-Regiment 'Herzog Friedrich VIII'"
			location = 6389
			division_template = "Infanterie-Regiment"
			start_experience_factor = 1
		}
}

units = {
		division = {
			name = "Kieler Stadtgarnison"
			location = 6389
			division_template = "Garnison"
			start_experience_factor = 0.2
		}
}

units = {
		division = {
			name = "1. Freiwilligenverband"
			location = 6389
			division_template = "Freiwillige Bürgerwehr"
			start_experience_factor = 0.1
		}
}

units = {
		division = {
			name = "2. Freiwilligenverband"
			location = 6389
			division_template = "Freiwillige Bürgerwehr"
			start_experience_factor = 0.1
		}
}