division_template = {
	name = "Russian Warlord Infantry Division"			

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
}

division_template = {
	name = "Russian Warlord Mechanized Division" 

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 1 y = 0 }		
		light_armor = { x = 1 y = 1 }		
		light_armor = { x = 1 y = 2 }		
		motorized = { x = 2 y = 0 }		
		motorized = { x = 2 y = 1 }	
		motorized = { x = 2 y = 2 }		
		motorized = { x = 2 y = 3 }		
	}
}

units = {	
	division= {	"Infantry Division"		
		division_name = {
			is_name_ordered = no
		}
		location = 11375
		division_template = "Russian Warlord Infantry Division"
		start_experience_factor = 0.2
		start_equipment_factor = 0.2
	}
	division= {	"Mechanized Division"		
		division_name = {
			is_name_ordered = no
		}
		location = 297
		division_template = "Russian Warlord Mechanized Division"
		start_experience_factor = 0.2
		start_equipment_factor = 1
	}
}	
