﻿##### Division Templates #####
division_template = {
	name = "Atyusylar Tümen"	
	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 = "Aspchangi Tümen"	
	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 }
	}
}
division_template = {
	name = "Ul-Urmantau Tabur"	
	regiments = {
		mountaineers = { x = 0 y = 0 }			
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 1 y = 0 }			
		mountaineers = { x = 1 y = 1 }	
	}
	support = {
		engineer = { x = 0 y = 0 }
		artillery = { x = 0 y = 1 }
	}	
}
division_template = {
	name = "Tymerarb Tugay"	
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
		light_armor = { x = 1 y = 2 }
	}
}

units = {	
	division= {			
		name = "1. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
		start_experience_factor = 0.1
	}	
	division= {			
		name = "2. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
	}	
	division= {			
		name = "3. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
		start_experience_factor = 0.1
	}	
	division= {			
		name = "4. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
	}	
	division= {			
		name = "5. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
	}	
	division= {			
		name = "6. Atyusylar Tümen"		
		location = 1278
		division_template = "Atyusylar Tümen"
		start_equipment_factor = 0.5
	}	
	division= {			
		name = "1. Aspchangi Tümen"		
		location = 1278
		division_template = "Aspchangi Tümen"
		start_equipment_factor = 0.5
	}	
	division= {			
		name = "2. Aspchangi Tümen"		
		location = 1278
		division_template = "Aspchangi Tümen"
		start_equipment_factor = 0.5
	}
	division= {			
		name = "3. Aspchangi Tümen"		
		location = 1278
		division_template = "Aspchangi Tümen"
		start_equipment_factor = 0.5
	}
	division= {			
		name = "4. Aspchangi Tümen"		
		location = 1278
		division_template = "Aspchangi Tümen"
		start_equipment_factor = 0.5
	}
	division= {			
		name = "1. 'Atach' Ul-Urmantau Tabur"		
		location = 1278
		division_template = "Ul-Urmantau Tabur"
		start_equipment_factor = 0.9
		start_experience_factor = 0.15
	}
	division= {			
		name = "2. Ul-Urmantau Tabur"		
		location = 1278
		division_template = "Ul-Urmantau Tabur"
		start_equipment_factor = 0.7
		start_experience_factor = 0.15
	}
	division= {			
		name = "3. Ul-Urmantau Tabur"		
		location = 1278
		division_template = "Ul-Urmantau Tabur"
		start_equipment_factor = 0.7
		start_experience_factor = 0.15
	}
	
}	
	
instant_effect = {		
		add_equipment_production = { 
			equipment = { 
				type = infantry_equipment_1
				creator = "ZUF" 
			} 
			requested_factories = 2
			progress = 0.1 
			efficiency = 30 
		}
		add_equipment_production = {
			equipment = {
				type = artillery_equipment_1
				creator = "ZUF" 
			}
			requested_factories = 1
			progress = 0.3
			efficiency = 20
		}			

}