﻿##### Division Templates #####
division_template = {
	name = "Gyaloghadosztály"	
	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 = "Sorkatonák"	
	regiments = {
        infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
	}
}
division_template = {
	name = "Douch"	
	regiments = {
        infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
        infantry = { x = 1 y = 0 }
	}
}
division_template = {
	name = "Huszár Dandár"
	regiments = {
        cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
        cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
	}
}

###### OOB ######
units = {
	division= {			
		name = "1. Gyaloghadosztály"		
		location = 614
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0
		start_equipment_factor = 0.6
	}
	division= {			
		name = "2. Gyaloghadosztály"		
		location = 9606
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0
		start_equipment_factor = 0.6
	}
	division= {			
		name = "3. Gyaloghadosztály"		
		location = 646
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0
		start_equipment_factor = 0.6
	}
	division= {			
		name = "4. Gyaloghadosztály"		
		location = 9660
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0
		start_equipment_factor = 0.6
	}
	division= {			
		name = "1. Huszár Dandár"		
		location = 6697
		division_template = "Huszár Dandár"
		start_experience_factor = 0
	}
	division= {			
		name = "2. Huszár Dandár"		
		location = 3696
		division_template = "Douch"
		start_experience_factor = 0
	}
	division= {			
		name = "3. Huszár Dandár"		
		location = 713
		division_template = "Huszár Dandár"
		start_experience_factor = 0
		start_equipment_factor = 0.7
	}
	division= {			
		name = "4. Huszár Dandár"		
		location = 9687
		division_template = "Huszár Dandár"
		start_experience_factor = 0
		start_equipment_factor = 0.45
	}
	division= {			
		name = "5. Huszár Dandár"		
		location = 9660
		division_template = "Huszár Dandár"
		start_experience_factor = 0
		start_equipment_factor = 0.45
	}

	division= {			
		name = "1. Sorkatonák"		
		location = 646
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "2. Sorkatonák"		
		location = 646
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "3. Sorkatonák"		
		location = 9606
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 0.75
	}
	division= {			
		name = "Rusin's"		
		location = 11691
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "1. Panonian"		
		location = 3700
		division_template = "Douch"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "2. Panonian"		
		location = 3700
		division_template = "Douch"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
}