division_template = {
	name = "WEST RUSSIAN DIVISION"			

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

units = {	
	division= {	#"Infantry Division"		
		division_name = {
			is_name_ordered = no
		}
		location = 9426
		division_template = "WEST RUSSIAN DIVISION"
		start_experience_factor = 0.01
		start_equipment_factor = 0.7
	}
	division= {	#"Infantry Division"		
		division_name = {
			is_name_ordered = no
		}
		location = 11706
		division_template = "WEST RUSSIAN DIVISION"
		start_experience_factor = 0.55
		start_equipment_factor = 0.9
	}
}	
