﻿##### 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 = "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 }
	}
}
division_template = {
	name = "Hegyidandár"  
	regiments = {
        mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 0 y = 2 }
        mountaineers = { x = 1 y = 0 }
		mountaineers = { x = 1 y = 1 }
		mountaineers = { x = 1 y = 2 }
    }
	
}

###### OOB ######
units = {
	division= {			
		name = "1. Gyaloghadosztály"		
		location = 614
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0.1
		start_equipment_factor = 0.6
	}
	division= {			
		name = "2. Gyaloghadosztály"		
		location = 9606
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0.1
		start_equipment_factor = 0.6
	}
	division= {			
		name = "3. Gyaloghadosztály"		
		location = 646
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0.1
		start_equipment_factor = 0.6
	}
	division= {			
		name = "4. Gyaloghadosztály"		
		location = 6682
		division_template = "Gyaloghadosztály"
		start_experience_factor = 0.1
		start_equipment_factor = 0.6
	}
	division= {			
		name = "1. Huszár Dandár"		
		location = 6697
		division_template = "Huszár Dandár"
		start_experience_factor = 0.1
	}
	division= {			
		name = "2. Huszár Dandár"		
		location = 3696
		division_template = "Huszár Dandár"
		start_experience_factor = 0.1
	}
	division= {			
		name = "1. Hegyidandár"		
		location = 713
		division_template = "Hegyidandár"
		start_experience_factor = 0.1
		start_equipment_factor = 0.7
	}
	division= {			
		name = "2. Hegyidandár"		
		location = 9687
		division_template = "Hegyidandár"
		start_experience_factor = 0
		start_equipment_factor = 0.4
	}
	division= {			
		name = "3. Hegyidandár"		
		location = 11676
		division_template = "Hegyidandár"
		start_experience_factor = 0
		start_equipment_factor = 0.4
	}

	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 = 1
	}
	division= {			
		name = "4. Sorkatonák"		
		location = 6682
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "5. Sorkatonák"		
		location = 6682
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 1
	}
	division= {			
		name = "6. Sorkatonák"		
		location = 9704
		division_template = "Sorkatonák"
		start_experience_factor = 0
		start_equipment_factor = 0.75
	}
}
	
instant_effect = {
		
		add_equipment_production = { 
			equipment = { 
				type = infantry_equipment_0
				creator = "TRA" 
			} 
			requested_factories = 1
			progress = 0.1 
			efficiency = 50 
		}			

}