﻿##### Division Templates #####

division_template = {
	name = "Dastebandi Sarbaze Piyade"  
	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 } 
		engineer = { x = 0 y = 1 } 
	}
}
division_template = {
	name = "Dastebandi Savareh"			

	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 }
	}
}
division_template = {
	name = "Dastebandi Zereh" 		
	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. Dastebandi Zereh"		
		location = 7953
		division_template = "Dastebandi Zereh"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
		force_equipment_variants = {
			light_tank_chassis_1 = { owner = ZKS version_name = "LT2" amount = 45 }
		}
	}
	division= {			
		name = "1. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "2. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "3. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "4. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "5. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "6. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "7. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "8. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "9. Dastebandi Sarbaze Piyade"		
		location = 7953
		division_template = "Dastebandi Sarbaze Piyade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "1. Dastebandi Savareh"		
		location = 7953
		division_template = "Dastebandi Savareh"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "2. Dastebandi Savareh"		
		location = 7953
		division_template = "Dastebandi Savareh"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	
}

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

}