﻿division_template = {
	name = "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 = "Cavalry Division"
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
		cavalry = { x = 2 y = 2 }
	}	
}

units = {	
	division= {	
		name = "1st Infantry Division"
		location = 11297
		division_template = "Infantry Division"
		start_equipment_factor = 0.75
	}
	division= {	
		name = "2nd Infantry Division"
		location = 11382
		division_template = "Infantry Division"
		start_equipment_factor = 0.75
	}	
	division= {	
		name = "11st Infantry Division"
		location = 9315
		division_template = "Infantry Division"
		start_equipment_factor = 0.71
	}	
	division= {	
		name = "51st Infantry Division"
		location = 11345
		division_template = "Infantry Division"
		start_equipment_factor = 0.7
	}
	division= {	
		name = "52nd Infantry Division"
		location = 7239
		division_template = "Infantry Division"
		start_equipment_factor = 0.65
	}	
	division= {	
		name = "5th Infantry Division"
		location = 9297
		division_template = "Infantry Division"
		start_equipment_factor = 0.75
	}
	division= {	
		name = "6th Infantry Division"
		location = 6270
		division_template = "Infantry Division"
		start_equipment_factor = 0.72
	}
	division= {	
		name = "7th Infantry Division"
		location = 9239
		division_template = "Infantry Division"
		start_equipment_factor = 0.75
	}
	division= {	
		name = "50th Infantry Division"
		location = 6489
		division_template = "Infantry Division"
		start_equipment_factor = 0.67

	}	
	division= {	
		name = "5th Cavalry Division"
		location = 507
		division_template = "Cavalry Division"
		start_equipment_factor = 0.69
	}
	division= {	
		name = "8th Cavalry Division"
		location = 6103
		division_template = "Cavalry Division"
		start_equipment_factor = 0.65
	}
	division= {	
		name = "9th Cavalry Division"
		location = 3353
		division_template = "Cavalry Division"
		start_equipment_factor = 0.65
	}
}


	#########################
	## STARTING PRODUCTION ##
	#########################
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_0
			creator = "ZEN"
		}
		requested_factories = 4
		progress = 0.1
		efficiency = 50
	}
}
