﻿##### Division Templates #####
division_template = {
	name = "Infantri Opteyl"	
	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 }
	}
	support = {			
		artillery = { x = 0 y = 0 } 	
		recon = { x = 0 y = 1 }     
	}
}
division_template = {
	name = "Panzer Opteyl" 				
	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
	}
	support = {
		recon = { x = 0 y = 0 }     
	}
	priority = 2
}
division_template = {
	name = "Ferd Regiment"		
	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 }
	}	
}

units = {
	
	division= {			
		name = "1. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "2. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "3. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "4. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "5. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "6. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "7. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "8. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	
	division= {			
		name = "9. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "10. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "11. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "12. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "13. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "14. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "15. Infantri Opteyl"		
		location = 3686
		division_template = "Infantri Opteyl"
		start_experience_factor = 0.1
		start_equipment_factor = 0.85
	}
	division= {			
		name = "1. Ferd Regiment"		
		location = 3686
		division_template = "Ferd Regiment"
		start_experience_factor = 0.55
	}
	division= {			
		name = "2. Ferd Regiment"		
		location = 3686
		division_template = "Ferd Regiment"
		start_experience_factor = 0.51
		start_equipment_factor = 0.95
	}
	division= {			
		name = "3. Ferd Regiment"		
		location = 3686
		division_template = "Ferd Regiment"
		start_experience_factor = 0.43
		start_equipment_factor = 0.95
	}
	division= {			
		name = "Ershter Experimental Panzer Opteyl"		
		location = 3686
		division_template = "Panzer Opteyl"
		start_experience_factor = 0.03
		start_equipment_factor = 0.5
	}	
	
}	

instant_effect = {
		##### Equipments #####
		add_equipment_production = { 
			equipment = { 
				type = infantry_equipment_1 
				creator = "ZKR" 
			} 
			requested_factories = 2 
			progress = 0.1 
			efficiency = 20 
		}
		add_equipment_production = { 
			equipment = { 
				type = support_equipment_1 
				creator = "ZKR" 
			}
			requested_factories = 1 
			progress = 0.3 
			efficiency = 20 
		}		
		add_equipment_production = { 
			equipment = { 
				type = motorized_equipment_1 
				creator = "ZKR" 
			}
			requested_factories = 1 
			progress = 0.4 
			efficiency = 20 
		}
		add_equipment_production = {
			equipment = {
				type = artillery_equipment_1
				creator = "ZKR" 
			}
			requested_factories = 1
			progress = 0.3
			efficiency = 20
		}		

}