division_template = {
	name = "Prestupnaya Diviziya"		
	regiments = {
		light_infantry = { x = 0 y = 0 }
		light_infantry = { x = 0 y = 1 }
		light_infantry = { x = 0 y = 2 }
		light_infantry = { x = 1 y = 0 }
		light_infantry = { x = 1 y = 1 }
		light_infantry = { x = 1 y = 2 }
	}
	
	support = {
	}
}

units = {

	division = {
        name = "Militsiya Yugorska"	
		location = 7796
		division_template = "Prestupnaya Diviziya"
		start_experience_factor = 0.2	
		start_equipment_factor = 1
	}

	division = {
        name = "Opolcheniye Saranpaula"	
		location = 7796
		division_template = "Prestupnaya Diviziya"
		start_experience_factor = 0.2
		start_equipment_factor = 1
	}
	
}