﻿division_template= {
	name= "Leibgarde-Regiment"

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

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. Großherzoglich Hessisches Leibgarde-Regiment"
		location= 589
		division_template= "Leibgarde-Regiment"
		start_experience_factor= 0.4
	}
	division= {
		name= "1. Großherzoglich Hessisches Infanterie-Regiment"
		location= 3524
		division_template= "Infanterie-Regiment"
		start_experience_factor= 0.3
	}
	division= {
		name= "2. Großherzoglich Hessisches Infanterie-Regiment"
		location= 11560
		division_template= "Infanterie-Regiment"
		start_experience_factor= 0.3
	}
	division= {
		name= "1. Großherzoglich Hessisches Dragoner-Regiment"
		location= 589
		division_template= "Dragoner-Regiment"
		start_experience_factor= 0.3
	}
}