division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Dragoner-Regiment"

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

units = {
	division = {
		name = "1. Herzoglich Nassauisches Infanterie-Regiment"
		location = 6444
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "1. Herzoglich Nassauisches Dragoner-Regiment"
		location = 6444
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
}