   division_template = {
                name = "Reformed Divisions"
				
                regiments = {
                    infantry = { x = 0 y = 0 }
                    infantry = { x = 0 y = 1 }
                    infantry = { x = 0 y = 2 }
                    infantry = { x = 1 y = 0 }
                    light_armor = { x = 1 y = 1 }
                    light_armor = { x = 1 y = 2 }
                }
				
				support = {
				artillery = { x = 0 y = 0 }
				}

            }
units = {
	division = {
		name = "1st Reformed Division"
		location = 3698
		division_template = "Reformed Divisions"
		start_experience_factor = 0.3 }
	division = {
		name = "2nd Reformed Division"
		location = 3431
		division_template = "Reformed Divisions"
		start_experience_factor = 0.3 }
	division = {
		name = "3rd Reformed Division"
		location = 11567
		division_template = "Reformed Divisions"
		start_experience_factor = 0.3 }
	division = {
		name = "4th Reformed Division"
		location = 6846
		division_template = "Reformed Divisions"
		start_experience_factor = 0.3 }
	division = {
		name = "5th Reformed Division"
		location = 6846
		division_template = "Reformed Divisions"
		start_experience_factor = 0.3 }
	}