﻿##### Division Templates #####
division_template = {
	name = "Padātika Bibhāga"  
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	support = {
        artillery = { x = 0 y = 0 }  
		engineer = { x = 0 y = 1 }   
		recon = { x = 0 y = 2 }  
	}
}

division_template = {
	name = "Mōtara Bibhāga"  
	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
	}
	support = {  
		engineer = { x = 0 y = 0 }   
		recon = { x = 0 y = 1 }  
	}
}

division_template = {
	name = "Sāmarika Puliśa"		
	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 }
	}	
	support = 	{
		military_police = { x = 0 y = 0 }
	}
}


###### OOB ######
units = {
	division = {			
		name = "1. Padātika Bibhāga"
		location = 11929
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "2. Padātika Bibhāga"
		location = 11929
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "3. Padātika Bibhāga"
		location = 1116
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "4. Padātika Bibhāga"
		location = 10416
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "5. Padātika Bibhāga"
		location = 1581
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "6. Padātika Bibhāga"
		location = 3651
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "7. Padātika Bibhāga"
		location = 1197
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "8. Padātika Bibhāga"
		location = 10349
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "9. Padātika Bibhāga"
		location = 7662
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "10. Padātika Bibhāga"
		location = 12366
		division_template = "Padātika Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "1. Mōtara Bibhāga"
		location = 9991
		division_template = "Mōtara Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "2. Mōtara Bibhāga"
		location = 7565
		division_template = "Mōtara Bibhāga"
		start_experience_factor = 0.5

	}
	division = {			
		name = "Barmā Sāmarika Puliśa"
		location = 12335
		division_template = "Sāmarika Puliśa"
		start_experience_factor = 0.5

	}
	division = {			
		name = "Ārākāna Sāmarika Puliśa"
		location = 12090
		division_template = "Sāmarika Puliśa"
		start_experience_factor = 0.5

	}



}

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

}