﻿division_template = {
	name = "Infanteriebrigade"
	division_names_group = SAX_INF_01

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 y = 1 }
		line_infantry = { x = 1 y = 0 }
		line_infantry = { x = 1 y = 1 }
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Füsilier-Regiment"
	division_names_group = SAX_JAG_01

	regiments = {
		light_infantry = { x = 0 y = 0 }
		light_infantry = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Husaren-Regiment"
	division_names_group = SAX_CAV_01

	regiments = {
		light_cavalry = { x = 0 y = 0 }
		light_cavalry = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Dragoner-Regiment"
	division_names_group = SAX_CAV_01

	regiments = {
		dragoon = { x = 0 y = 0 }
		dragoon = { x = 0 y = 1 }
	}
}

units = {
	division = {
		#1. Sächsische Infanteriebrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 514
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		#2. Sächsische Infanteriebrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 2
		}
		location = 11481
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		#3. Sächsische Infanteriebrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 3
		}
		location = 9441
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		#4. Sächsische Infanteriebrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 4
		}
		location = 3514
		division_template = "Infanteriebrigade"
		start_experience_factor = 0.3
	}
	division = {
		#1. Sächsisches Füsilier-Regiment
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 9471
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		#2. Sächsisches Füsilier-Regiment
		division_name = {
			is_name_ordered	= yes
			name_order = 2
		}
		location = 573
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		#1. Sächsische Reiterbrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 1
		}
		location = 6559
		division_template = "Husaren-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		#2. Sächsische Reiterbrigade
		division_name = {
			is_name_ordered	= yes
			name_order = 2
		}
		location = 3535
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_rifle_1
			creator = "SAX"
		}
		requested_factories = 1
		progress = 0.5
		efficiency = 30
	}
	add_equipment_production = {
		equipment = {
			type = uniform_equipment_2
			creator = "SAX"
		}
		requested_factories = 1
		progress = 0.5
		efficiency = 30
	}
}