﻿division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Infanterie-Regiment mit Artillerie"

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

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

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

division_template = {
	name = "Reiter-Regiment"

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

units = {
	division = {
		name = "1. Großherzögliches Infanterie-Regiment"
		location = 425
		division_template = "Infanterie-Regiment mit Artillerie"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Großherzögliches Infanterie-Regiment"
		location = 3500
		division_template = "Infanterie-Regiment mit Artillerie"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Großherzögliches Infanterie-Regiment"
		location = 482
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "4. Großherzögliches Infanterie-Regiment"
		location = 6501
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "1. Großherzögliches Füsilier-Regiment"
		location = 538
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "2. Großherzögliches Füsilier-Regiment"
		location = 13665
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "1. Großherzögliches Reiter-Regiment"
		location = 425
		division_template = "Reiter-Regiment"
		start_experience_factor = 0.3
	}
}