﻿##### Division Templates #####
division_template = {
	name = "Jillā Brigēd"  
	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 }
	}
}
division_template = {
	name = "Bhāratīya Vibhāga"  
	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 }
	}
}

###### OOB ######
units = {
	division= {			
		name = "1. Jillā Brigēd"		
		location = 13261
		division_template = "Jillā Brigēd"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
}
units = {	
	division= {			
		name = "2. Jillā Brigēd"		
		location = 13260
		division_template = "Jillā Brigēd"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
}
units = {
	division= {			
		name = "3. Jillā Brigēd"		
		location = 13259
		division_template = "Jillā Brigēd"
		start_experience_factor = 0.1
		start_equipment_factor = 0.3
	}
}
units = {
	division= {			
		name = "1. Bhāratīya Vibhāga"		
		location = 10190
		division_template = "Bhāratīya Vibhāga"
		start_experience_factor = 0.1
		start_equipment_factor = 0.5
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "ZDT"
		}
		requested_factories = 1
		progress = 0.8
		efficiency = 3
	}	
}	