division_template = {
	name = "Gyalogdandár"                # Infantry Brigade

	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 }
	}
}
division_template = {
	name = "Huszár Dandár"            # Cavalry Brigade

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 0 y = 3 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	support = {
		recon = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Panceloshadosztaly"            # Light Armor

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	support = {
		recon = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Motorizált Dandár"            # Motorized Brigade

	regiments = {
		motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
	}
	support = {
		recon = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1. Tabori Panceloshadosztaly"
		location = 9660
		division_template = "Panceloshadosztaly"
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "2. Tabori Panceloshadosztaly"
		location = 9660
		division_template = "Panceloshadosztaly"
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "1. Lovashadosztaly"
		location = 9660
		division_template = "Huszár Dandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "25. Gyalogdandár"
		location = 6703
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "10. Gyalogdandár"
		location = 9660
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "23. Gyalogdandár"
		location = 9660
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "'Szent Laszlo' Hadosztaly"
		location = 9660
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "12. Tartalekhadosztaly"
		location = 9660
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "9. Gyalogdandár"
		location = 3716
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
	division = {
		name = "27. Tartalekhadosztaly"
		location = 3716
		division_template = "Gyalogdandár"
		force_equipment_variants = { infantry_equipment_1 = { owner = "HUN" } }
		start_experience_factor = 0.4
		start_equipment_factor = 0.7
	}
}

### Magyar Légiero ###

### Starting Production ###
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "HUN"
		}
		requested_factories = 1
		progress = 0.82
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "HUN"
		}
		requested_factories = 1
		progress = 0.75
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = motorized_equipment_1
			creator = "HUN"
		}
		requested_factories = 1
		progress = 0.4
		efficiency = 100
	}
}
