﻿### Lifeguard Units

division_template = {
	name = "Guard Infantry"
	#division_names_group = 
	priority = 2

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

division_template = {
	name = "Guard Cavalry"
	#division_names_group = 
	priority = 2

	regiments = {
		heavy_cavalry = { x = 0 y = 0}
		heavy_cavalry = { x = 0 y = 1}
		uhlans = { x = 0 y = 2}
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Guard Light Infantry"
	#division_names_group = 
	priority = 2

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

### Regular Units

division_template = {
	name = "Line Infantry (Artillery)"
	#division_names_group = 

	regiments = {
		line_infantry = { x = 0 y = 0}
		line_infantry = { x = 0 y = 1}
		line_infantry = { x = 0 y = 2}
		line_infantry = { x = 0 y = 3}
		line_infantry = { x = 0 y = 4}
		line_infantry = { x = 1 y = 0}
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Line Infantry"
	#division_names_group = 

	regiments = {
		line_infantry = { x = 0 y = 0}
		line_infantry = { x = 0 y = 1}
		line_infantry = { x = 0 y = 2}
		line_infantry = { x = 0 y = 3}
		line_infantry = { x = 0 y = 4}
		line_infantry = { x = 1 y = 0}
	}
}

division_template = {
	name = "Light Infantry"
	#division_names_group = 

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

division_template = {
	name = "Cavalry (Artillery)"
	#division_names_group = 

	regiments = {
		light_cavalry = { x = 0 y = 0}
		light_cavalry = { x = 0 y = 1}
		light_cavalry = { x = 0 y = 2}
	}
	support = {
		cannon_artillery_support = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Cavalry"
	#division_names_group = 

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

division_template = {
	name = "Cossacks"
	#division_names_group = 

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

units = {
		### Regular Army ###

		### 1st Guard Corps (Moscow and Saint Petersburg)
		# Infantry
		division = {
			name = "1st Guards Infantry Division"
			unique = {
				"Alexander Ivanovich Gildenshtubbe"
				"Alexander Romanovich Drenteln"
				"Grand Duke Alexander Alexandrovich"
				"Grand Duke Vladimir Alexandrovich"
			}
			location = 3151
			division_template = "Guard Infantry"
			start_experience_factor = 0.6
		}
		division = {
			name = "2nd Guards Infantry Division"
			unique = {
				"Alexander Evstafievich Wrangel"
				"Alexander Petrovich Khrushchev"
				"Karl Alexandrovich Belgard"
				"Rodrigo Fedorovich Baron von Bistram"
			}
			location = 3151
			division_template = "Guard Infantry"
			start_experience_factor = 0.6
		}
		division = {
			name = "3rd Guards Infantry Division"
			unique = {
				"Pavel Ivanovich von Korff"
				"Nikolai Ivanovich Meller-Zakomelsky"
			}
			location = 6380
			division_template = "Guard Infantry"
			start_experience_factor = 0.6
		}
		# Cav
		division = {
			name = "Guards Cuirassier Division"
			location = 3151
			division_template = "Guard Cavalry"
			start_experience_factor = 0.6
		}
		division = {
			name = "1st Light Guards Cavalry Division"
			location = 3151
			division_template = "Guard Cavalry"
			start_experience_factor = 0.6
		}
		division = {
			name = "2nd Light Guards Cavalry Division"
			location = 6380
			division_template = "Guard Cavalry"
			start_experience_factor = 0.6
		}
		division = {
			name = "3rd Light Guards Cavalry Division"
			location = 6380
			division_template = "Guard Cavalry"
			start_experience_factor = 0.6
		}
		# Light Inf
		division = {
			name = "Guards Rifle Brigade"
			location = 3151
			division_template = "Guard Light Infantry"
			start_experience_factor = 0.6
		}

		### 1st Grenadier Corps (Tsaritsyn Area)
		# Infantry
		division = {
			name = "1st Grenadier Division"
			location = 3529
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Grenadier Division"
			location = 6474
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "3rd Grenadier Division"
			location = 3578
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "Caucasus Grenadier Division"
			location = 418
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "1st Cavalry Division"
			location = 9417
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Cavalry Division"
			location = 9753
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "1st Light Infantry Division"
			location = 3578
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 1st Infantry Corps (Baltic Coast)
		# Infantry
		division = {
			name = "22th Infantry Division"
			location = 3152
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "23th Infantry Division"
			location = 9340
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "24th Infantry Division"
			location = 3320
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "25th Infantry Division"
			location = 6296
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "26th Infantry Division"
			location = 9499
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "27th Infantry Division"
			location = 11291
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "1st Cavalry Division"
			location = 3320
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Cavalry Division"
			location = 6296
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "2nd Light Infantry Division"
			location = 3272
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 2nd Infantry Corps (Smolensk Area)
		# Infantry
		division = {
			name = "1st Infantry Division"
			location = 306
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "17th Infantry Division"
			location = 11241
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "18th Infantry Division"
			location = 11370
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "19th Infantry Division"
			location = 3350
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "20th Infantry Division"
			location = 6326
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "21th Infantry Division"
			location = 117
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "3rd Cavalry Division"
			location = 11370
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "4th Cavalry Division"
			location = 387
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "1st Light Infantry Division"
			location = 11336
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 3rd Infantry Corps (Moscow Area)
		# Infantry
		division = {
			name = "28th Infantry Division"
			location = 11349
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "29th Infantry Division"
			location = 9355
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "30th Infantry Division"
			location = 3335
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "31st Infantry Division"
			location = 6245
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "32nd Infantry Division"
			location = 3580
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "7th Infantry Division"
			location = 413
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "5th Cavalry Division"
			location = 9355
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "6th Cavalry Division"
			location = 11314
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "2nd Light Infantry Division"
			location = 121
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 4th Infantry Corps (Kiev Area)
		# Infantry
		division = {
			name = "9th Infantry Division"
			location = 11504
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "11th Infantry Division"
			location = 513
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "15th Infantry Division"
			location = 11670
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "39th Infantry Division"
			location = 3430
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "14th Infantry Division"
			location = 11686
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "13th Infantry Division"
			location = 3686
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "7th Cavalry Division"
			location = 525
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "8th Cavalry Division"
			location = 3686
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "3rd Light Infantry Division"
			location = 11561
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 5th Infantry Corps (Congress Kingdom)
		# Infantry
		division = {
			name = "6th Infantry Division"
			location = 3544
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "8th Infantry Division"
			location = 3544
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "4th Infantry Division"
			location = 11301
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Infantry Division"
			location = 3392
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "10th Infantry Division"
			location = 3544
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "16th Infantry Division"
			location = 347
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "9th Cavalry Division"
			location = 3544
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "10th Cavalry Division"
			location = 11399
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "4th Light Infantry Division"
			location = 9546
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 6th Infantry Corps (Scattered Before Urals)
		# Infantry
		division = {
			name = "33rd Infantry Division"
			location = 11375
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "34th Infantry Division"
			location = 121
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "35th Infantry Division"
			location = 9292
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "36th Infantry Division"
			location = 7375
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "37th Infantry Division"
			location = 3338
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "38th Infantry Division"
			location = 6124
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "11th Cavalry Division"
			location = 11375
			division_template = "Cavalry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "12th Cavalry Division"
			location = 3134
			division_template = "Cavalry"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "5th Light Infantry Division"
			location = 3134
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### Army of The Caucasus ###

		### Grenadier Corps (Caucasus)
		# Infantry
		division = {
			name = "1st Caucasus Division"
			location = 4458
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Caucasus Division"
			location = 3672
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "3rd Caucasus Division"
			location = 3720
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "4th Caucasus Division"
			location = 6741
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "1st Caucasus Cavalry Division"
			location = 3672
			division_template = "Cossacks"
			start_experience_factor = 0.3
		}

		### 1st Infantry Corps (Caucasus)
		# Infantry
		division = {
			name = "5th Caucasus Division"
			location = 3682
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "6th Caucasus Division"
			location = 3668
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "7th Caucasus Division"
			location = 7624
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "8th Caucasus Division"
			location = 4463
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "9th Caucasus Division"
			location = 7661
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "10th Caucasus Division"
			location = 12320
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "2nd Caucasus Cavalry Division"
			location = 6763
			division_template = "Cossacks"
			start_experience_factor = 0.3
		}
		division = {
			name = "3rd Caucasus Cavalry Division"
			location = 4458
			division_template = "Cossacks"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "6th Light Infantry Division"
			location = 7624
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "7th Light Infantry Division"
			location = 4463
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "8th Light Infantry Division"
			location = 6436
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "9th Light Infantry Division"
			location = 6436
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "10th Light Infantry Division"
			location = 4458
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "11th Light Infantry Division"
			location = 3682
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### 2nd Infantry Corps (Caucasus)
		# Infantry
		division = {
			name = "11th Caucasus Division"
			location = 11729
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "12the Caucasus Division"
			location = 6738
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "13th Caucasus Division"
			location = 9694
			division_template = "Line Infantry (Artillery)"
			start_experience_factor = 0.3
		}
		division = {
			name = "14th Caucasus Division"
			location = 11678
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "15th Caucasus Division"
			location = 3734
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "16th Caucasus Division"
			location = 6763
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Cav
		division = {
			name = "1st Cossack Division"
			location = 3720
			division_template = "Cossacks"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Cossack Division"
			location = 6738
			division_template = "Cossacks"
			start_experience_factor = 0.3
		}
		# Light Inf
		division = {
			name = "12th Light Infantry Division"
			location = 714
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "13th Light Infantry Division"
			location = 11678
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "14th Light Infantry Division"
			location = 6741
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "15th Light Infantry Division"
			location = 3734
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "16th Light Infantry Division"
			location = 6763
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "17th Light Infantry Division"
			location = 11647
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}

		### Orenburg Corps ###
		# Infantry
		division = {
			name = "39th Infantry Division"
			location = 11225
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "40th Infantry Division"
			location = 11537
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}

		### Siberian Corps ###
		# Infantry
		division = {
			name = "1st Siberian Infantry Division"
			location = 4728
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Siberian Infantry Division"
			location = 4333
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "3rd Siberian Infantry Division"
			location = 4797
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}

		### Finish Corps ###
		# Infantry
		division = {
			name = "1st Finnish Infantry Division"
			location = 11105
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		division = {
			name = "2nd Finnish Infantry Division"
			location = 11105
			division_template = "Line Infantry"
			start_experience_factor = 0.3
		}
		# Light Infantry
		division = {
			name = "1st Finnish Light Infantry Division"
			location = 9206
			division_template = "Light Infantry"
			start_experience_factor = 0.3
		}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_rifle_0
			creator = "RUS"
		}
		requested_factories = 2
		progress = 0
		efficiency = 25
	}
	add_equipment_production = {
		equipment = {
			type = uniform_equipment_1
			creator = "RUS"
		}
		requested_factories = 1
		progress = 0
		efficiency = 30
	}
	add_equipment_production = {
		equipment = {
			type = cavalry_equipment_0
			creator = "RUS"
		}
		requested_factories = 1
		progress = 0
		efficiency = 25
	}
	add_equipment_production = {
		equipment = {
			type = cannon_equipment_0
			creator = "RUS"
		}
		requested_factories = 1
		progress = 0
		efficiency = 15
	}
	add_equipment_production = {
		equipment = {
			type = ship_hull_ironclad_2
			creator = "RUS"
			version_name = "Ironclad Petr Velikiy-class M1870"
		}
		name = "Petr Velikiy"
		requested_factories = 1
		progress = 0.15
		amount = 1
	}
	add_equipment_production = {
		equipment = {
			type = ship_hull_ironclad_1
			creator = "RUS"
			version_name = "Armored frigate Minin-class M1865"
		}
		name = "Minin"
		requested_factories = 1
		progress = 0.65
		amount = 1
	}
		add_equipment_production = {
		equipment = {
			type = ship_hull_ironclad_1
			creator = "RUS"
			version_name = "Armored frigate General-Admiral-class M1870"
		}
		name = "General-Admirаl"
		requested_factories = 1
		progress = 0.06
		amount = 1
	}
		add_equipment_production = {
		equipment = {
			type = ship_hull_ironclad_1
			creator = "RUS"
			version_name = "Armored frigate General-Admiral-class M1870"
		}
		name = "Aleksandr Nevskiy"
		requested_factories = 1
		progress = 0.05
		amount = 1
	}
}