division_template = {
	name = "Gebirgs-Brigade"		# Gebirgsbrigade
	#Note: precursor to Gebirgs-Divisions
	division_names_group = GER_Mnt_01

	regiments = {
		mountaineers = { x = 0 y = 0 }
	    mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
		mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
	}
}

division_template = {
	name = "Infanterie-Division"

	division_names_group = GER_Inf_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
        infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	
	support = {
        engineer = { x = 0 y = 0 }
        artillery = { x = 0 y = 1 }
	}
}

units = {

	division = {	
		location = 692
		division_template = "Infanterie-Division"
		start_experience_factor = 0.7
	}
	division = {	
		location = 9655
		division_template = "Infanterie-Division"
		start_experience_factor = 0.4
	}
	division = {	
		location = 9515
		division_template = "Infanterie-Division"
		start_experience_factor = 0.7
	}
	division = {	
		location = 11544
		division_template = "Infanterie-Division"
		start_experience_factor = 0.7
	}
	division = {	
		location = 3692
		division_template = "Gebirgs-Brigade"
		start_experience_factor = 0.8
	}
	division = {	
		location = 11620
		division_template = "Gebirgs-Brigade"
		start_experience_factor = 0.3
	}
	division = {	
		location = 9652
		division_template = "Gebirgs-Brigade"
		start_experience_factor = 0.7
	}
}