﻿division_template =	{
	name =	"Grenadier-Regiment"

	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= "Dragoner-Regiment"

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

units= {
	division= {
		name= "Großherzoglich Mecklenburgisches Grenadier-Regiment"
		location= 11305
		division_template= "Grenadier-Regiment"
		start_experience_factor= 0.4
	}
	division= {
		name= "Großherzoglich Mecklenburgisches Füsilier-Regiment"
		location= 321
		division_template= "Füsilier-Regiment"
		start_experience_factor= 0.2
	}
	division= {
		name= "Großherzoglich Mecklenburgisches Dragoner-Regiment"
		location= 3258
		division_template= "Dragoner-Regiment"
		start_experience_factor= 0.3
	}
}
