﻿##### Division Templates #####
division_template = {
	name = "Raashtreey Rakshak"  
	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 = "Paidala Vibhaajan"  
	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 = "Ghōrasavāra Vibhaajan"  
	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 = "Bakhatarabada Vibhaajan" 		
	regiments = {
		motorized = { x = 0 y = 0 }
        motorized = { x = 0 y = 1 }
        motorized = { x = 0 y = 2 }
		light_armor = { x = 1 y = 0 }
        light_armor = { x = 1 y = 1 }
        light_armor = { x = 1 y = 2 }
	}
}

###### OOB ######
units = {
    division= {	
		name = "1. Raashtreey Rakshak"
		location = 13445
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "2. Raashtreey Rakshak"
		location = 13431
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "3. Raashtreey Rakshak"
		location = 13442
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "4. Raashtreey Rakshak"
		location = 10735
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "5. Raashtreey Rakshak"
		location = 12774
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "6. Raashtreey Rakshak"
		location = 3456
		division_template = "Raashtreey Rakshak"
		start_experience_factor = 0.2
		start_equipment_factor = 0.55
	}
	division= {	
		name = "1. Paidala Vibhaajan"
		location = 8013
		division_template = "Paidala Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.8
	}
	division= {	
		name = "2. Paidala Vibhaajan"
		location = 5105
		division_template = "Paidala Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.75
	}
	division= {	
		name = "3. Paidala Vibhaajan"
		location = 7049
		division_template = "Paidala Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.7
	}
	division= {	
		name = "1. Ghōrasavāra Vibhaajan"
		location = 8066
		division_template = "Ghōrasavāra Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.5
	}
	division= {	
		name = "2. Ghōrasavāra Vibhaajan"
		location = 5043
		division_template = "Ghōrasavāra Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.5
	}
	division= {	
		name = "3. Ghōrasavāra Vibhaajan"
		location = 13428
		division_template = "Ghōrasavāra Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.5
	}
	division= {	
		name = "1. Bakhatarabada Vibhaajan"
		location = 3456
		division_template = "Bakhatarabada Vibhaajan"
		start_experience_factor = 0.2
		start_equipment_factor = 0.8
		force_equipment_variants = {
			light_tank_chassis_1 = { owner = ZPS version_name = "LT2" amount = 45 }
		}
	}
	
	
}

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

}