﻿division_template = {
	name = "Leibgarde-Regiment"

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

division_template = {
	name = "Infanterie-Regiment"

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

division_template = {
	name = "Infanterie-Regiment mit Artillerie"

	regiments = {
		line_infantry = { x = 0 y = 0 }
		line_infantry = { x = 0 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 }
	}
}

units = {
	division = {
		name = "Garde-Regiment"
		location = 6377
		division_template = "Leibgarde-Regiment"
		start_experience_factor = 0.4
	}
	division = {
		name = "1. Infaterie-Regiment"
		location = 9264
		division_template = "Infanterie-Regiment mit Artillerie"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Infaterie-Regiment"
		location = 247
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Infaterie-Regiment"
		location = 526
		division_template = "Infanterie-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "1. Jäger-Regiment"
		location = 11233
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "2. Jäger-Regiment"
		location = 374
		division_template = "Füsilier-Regiment"
		start_experience_factor = 0.2
	}
	division = {
		name = "1. Reiter-Regiment"
		location = 309
		division_template = "Dragoner-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "2. Reiter-Regiment"
		location = 3271
		division_template = "Husaren-Regiment"
		start_experience_factor = 0.3
	}
	division = {
		name = "3. Reiter-Regiment"
		location = 6377
		division_template = "Kürassier-Regiment"
		start_experience_factor = 0.3
	}
}

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