﻿division_template = {
	name = "Infanterie-Division"

	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"

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

division_template = {
	name = "Dragoner-Regiment"

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

division_template = {
	name = "Husaren-Regiment"

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

division_template = {
	name = "Kürassier-Regiment"

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

division_template = {
	name = "Ulanen-Regiment"

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

units  = {
	division = {
		name = "1. Königlich Bayerische Infanterie-Division"
		location = 692
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Königlich Bayerische Infanterie-Division"
		location = 11544
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Königlich Bayerische Infanterie-Division"
		location = 563
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "4. Königlich Bayerische Infanterie-Division"
		location = 11417
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "5. Königlich Bayerische Infanterie-Division"
		location = 11404
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "6. Königlich Bayerische Infanterie-Division"
		location = 3705
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "7. Königlich Bayerische Infanterie-Division"
		location = 3541
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "8. Königlich Bayerische Infanterie-Division"
		location = 3299
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "9. Königlich Bayerische Infanterie-Division"
		location = 3558
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "10. Königlich Bayerische Infanterie-Division"
		location = 6421
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "11. Königlich Bayerische Infanterie-Division"
		location = 9515
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "12. Königlich Bayerische Infanterie-Division"
		location = 692
		division_template = "Infanterie-Division"
		start_experience_factor = 0.3
	}
	division = {
		name = "1. Königlich Bayerisches Füsilier-Regiment"
		location = 707
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "2. Königlich Bayerisches Füsilier-Regiment"
		location = 11547
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "3. Königlich Bayerisches Füsilier-Regiment"
		location = 9666
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "1. Königlich Bayerisches Reiter-Regiment"
		location = 692
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Königlich Bayerisches Reiter-Regiment"
		location = 563
		division_template = "Husaren-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Königlich Bayerisches Reiter-Regiment"
		location = 532
		division_template = "Kürassier-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "4. Königlich Bayerisches Reiter-Regiment"
		location = 11529
		division_template = "Ulanen-Regiment"
		start_experience_factor = 0.3
	}
}

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