﻿MILITARY_FORMATIONS = {
	c:PRU ?= {		
		create_military_formation = {
			type = army
			hq_region = sr:region_north_germany
			name = 1_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_BRANDENBURG
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_BRANDENBURG
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_SILESIA
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_SILESIA
				count = 20
			}
			
			save_scope_as = i_armee
		}

		create_character = {
			is_general = yes
			first_name = Hans_Ernst_Karl
			last_name = von_Zieten
			historical = yes
			age = 66
			hq = region_poland
			commander_rank = commander_rank_3
			traits = {
				plains_commander
			}
			save_scope_as = hans_ernst_gen
		}
		
		scope:hans_ernst_gen = {
			transfer_to_formation = scope:i_armee
		}

		create_character = {
			is_general = yes
			first_name = Helmuth
			last_name = von_Moltke
			historical = yes
			hq = region_north_germany
			age = 36
			traits = {
				expert_offensive_planner
				resupply_commander
				reserved
			}
			save_scope_as = helmuth_gen
		}

		scope:helmuth_gen = {
			transfer_to_formation = scope:i_armee
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_rhine
			name = 2_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_WESTPHALIA
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_WESTPHALIA
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_RUHR
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_RUHR
				count = 20
			}

			save_scope_as = 2_Armee
		}

		create_character = {
			is_general = yes
			first_name = Wilhelm
			last_name = von_Krauseneck
			historical = yes
			hq = region_rhine
			commander_rank = commander_rank_3
			age = 62
			traits = {
				reserved
			}
			save_scope_as = wilhem_gen
		}
		
		scope:wilhem_gen = {
			transfer_to_formation = scope:2_Armee
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_north_germany
			name = Kniglich_Preuische_Marine

			combat_unit = { # Technically had no warships at game start, but the Prussian Maritime Enterprise operated some armed merchantmen
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_POMERANIA
				count = 20
			}
		}	

		activate_production_method = {
			building_type = building_naval_base
			production_method = pm_power_of_the_purse
		}	
		activate_production_method = {
			building_type = building_barracks
			production_method = pm_general_training
		}					
	}

	c:AUS ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_south_germany
			name = I_Korpskommando

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_BOHEMIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_BOHEMIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_AUSTRIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_AUSTRIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_MORAVIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_MORAVIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_STYRIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_STYRIA
				count = 10
			}

			save_scope_as = i_korps
		}

		create_character = { # General
			is_general = yes
			first_name = Josef
			last_name = Radetzky
			historical = yes
			birth_date = 1766.11.2
			hq = region_south_germany
			commander_rank = commander_rank_3
			traits = {
				persistent
				surveyor
			}
			save_scope_as = josef_gen
		}

		scope:josef_gen = {
			transfer_to_formation = scope:i_korps
		}

		create_character = { # AUS, General
			is_general = yes
			first_name = Laval_Nugent
			last_name = von_Westmeath
			historical = yes
			culture = cu:irish
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			birth_date = 1777.11.3
			hq = region_italy
			commander_rank = commander_rank_2
			traits = {
				basic_offensive_planner
				tactful
			}
			save_scope_as = laval_gen
		}

		scope:laval_gen = {
			transfer_to_formation = scope:i_korps
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_danubia
			name = II_Korpskommando

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_TRANSDANUBIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_CENTRAL_HUNGARY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_TRANSDANUBIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_CENTRAL_HUNGARY
				count = 10
			}

			save_scope_as = ii_korps
		}

		create_character = { # AUS, General
			is_general = yes
			first_name = Karl_Ludwig
			last_name = von_Ficquelmont
			historical = yes
			culture = cu:french
			interest_group = ig_landowners
			ideology = ideology_royalist
			birth_date = 1777.3.23
			hq = region_balkans
			commander_rank = commander_rank_2
			traits = {
				experienced_diplomat
				charismatic
			}
			save_scope_as = karl_gen
		}

		scope:karl_gen = {
			transfer_to_formation = scope:ii_korps
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_poland
			name = III_Korpskommando

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_EAST_GALICIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_WEST_GALICIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_EAST_GALICIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_WEST_GALICIA
				count = 10
			}

			save_scope_as = iii_korps
		}

		create_character = { # General
			is_general = yes
			first_name = Heinrich
			last_name = von_Hess
			historical = yes
			birth_date = 1788.3.17
			hq = region_danubia
			commander_rank = commander_rank_4
			traits = {
				meticulous
				resupply_commander
			}
			save_scope_as = heinr_gen
		}

		scope:heinr_gen = {
			transfer_to_formation = scope:iii_korps
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_italy
			name = K_K_Kriegsmarine

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_VENETIA
				count = 20
			}
		}
	}

	c:FRA ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_france
			name = 1er_Corps_dArme

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_BRITTANY
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_NORMANDY
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_ILE_DE_FRANCE
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_PICARDY
				count = 20
			}

			save_scope_as = firstcorpfra
		}

		create_character = {
			template = FRA_bertrand_clauzel
			first_name = Bertrand
			save_scope_as = bertrand_gen
		}

		scope:bertrand_gen = {
			transfer_to_formation = scope:firstcorpfra
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_occitania
			name = 2e_Corps_dArme

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_AUVERGNE_LIMOUSIN
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_RHONE
				count = 20
			}

			save_scope_as = secondcorpfra
		}

		create_character = {
			template = FRA_honore-charles_reille
			first_name = Honore_Charles
			commander_rank = commander_rank_5
			save_scope_as = reille_gen
		}

		scope:reille_gen = {
			transfer_to_formation = scope:secondcorpfra
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_france
			name = 3e_Corps_dArme

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_MAINE_ANJOU
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_hussars
				state_region = s:STATE_POITOU
				count = 20
			}

			save_scope_as = thirdcorpfra
		}

		create_character = {
			template = FRA_guillaume_dode_de_la_brunerie
			first_name = Guillaume
			commander_rank = commander_rank_3
			save_scope_as = guillaume_gen
		}

		scope:guillaume_gen = {
			transfer_to_formation = scope:thirdcorpfra
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_france
			name = Escadre_du_Nord # Somewhat anachronistic formation

			combat_unit = {
				type = unit_type:combat_unit_type_man_o_war
				state_region = s:STATE_BRITTANY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_BRITTANY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_man_o_war
				state_region = s:STATE_NORMANDY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_NORMANDY
				count = 10
			}

			save_scope_as = fleetmedfra
		}

		create_character = {
			template = FRA_charles_baudin
			first_name = Charles
			commander_rank = commander_rank_2
			save_scope_as = charles_gen
		}

		scope:charles_gen = {
			transfer_to_formation = scope:fleetmedfra
		}
		
		activate_production_method = {
			building_type = building_naval_base
			production_method = pm_power_of_the_purse
		}	

		activate_production_method = {
			building_type = building_barracks
			production_method = pm_general_training
		}		
	}

	c:GBR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_england
			name = Home_Army

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_EAST_ANGLIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_hussars
				state_region = s:STATE_EAST_ANGLIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_HOME_COUNTIES
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_hussars
				state_region = s:STATE_HOME_COUNTIES
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_WEST_COUNTRY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_hussars
				state_region = s:STATE_WEST_COUNTRY
				count = 10
			}

			save_scope_as = home_army_army
		}

		create_character = {
			is_general = yes
			first_name = Hugh
			last_name = Gough
			historical = yes
			age = 57
			hq = region_england
			commander_rank = commander_rank_3
			traits = {
				direct
				reckless
			}
			#Favoured infantry over artillery
			save_scope_as = gough_gen
		}

		scope:gough_gen = {
			transfer_to_formation = scope:home_army_army
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_england
			name = Army_of_Ireland

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_ULSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_MUNSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_ULSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_LANCASHIRE
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_YORKSHIRE
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_MIDLANDS
				count = 10
			}

			save_scope_as = army_ireland_gbr
		}

		create_character = {
			is_general = yes
			first_name = Matthew
			last_name = Whitworth_Aylmer
			age = 61
			traits = {
				reserved
			}
			save_scope_as = aylmer_gen
		}

		scope:aylmer_gen = {
			transfer_to_formation = scope:army_ireland_gbr
		}

		create_character = {
			is_general = yes
			first_name = Henry
			last_name = Hardinge
			age = 51
			traits = {
				tactful
				resupply_commander
			}
			save_scope_as = hardinge_gen
		}

		scope:hardinge_gen = {
			transfer_to_formation = scope:army_ireland_gbr
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_england
			name = Army_of_the_Mediterranean

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_ULSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_MUNSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_ULSTER
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_LANCASHIRE
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_YORKSHIRE
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_MIDLANDS
				count = 10
			}

			save_scope_as = Army_of_the_Mediterranean_gbr
		}

		create_character = {
			# John Colborne, 1st Baron Seaton
			is_general = yes
			first_name = John
			last_name = Colborne
			historical = yes
			birth_date = 1778.2.16
			hq = region_north_sea_coast
			commander_rank = commander_rank_2
			traits = {
				basic_colonial_administrator
				direct
				tactful
			}
			save_scope_as = colborne_gen
		}

		scope:colborne_gen = {
			transfer_to_formation = scope:Army_of_the_Mediterranean_gbr
		}

		create_character = {
			is_general = yes
			first_name = Hugh
			last_name = Gough
			historical = yes
			age = 57
			hq = region_england
			commander_rank = commander_rank_3
			traits = {
				direct
				reckless
			}
			#Favoured infantry over artillery
			save_scope_as = gough_gen
		}

		scope:gough_gen = {
			transfer_to_formation = scope:home_army_army
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_england
			name = Portsmouth_Station

			combat_unit = {
				type = unit_type:combat_unit_type_man_o_war
				state_region = s:STATE_WEST_COUNTRY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_WEST_COUNTRY
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_man_o_war
				state_region = s:STATE_HOME_COUNTIES
				count = 10
			}
			
			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_HOME_COUNTIES
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_man_o_war
				state_region = s:STATE_EAST_ANGLIA
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_EAST_ANGLIA
				count = 10
			}

			save_scope_as = port_navy_gbr
		}

		create_character = { # Sea
			is_admiral = yes
			first_name = Thomas
			last_name = Cochrane
			historical = yes
			hq = region_england
			age = 61
			traits = {
				reckless
				expert_naval_commander
				expert_convoy_raider
			}
			save_scope_as = thomas_adm
		}

		scope:thomas_adm = {
			transfer_to_formation = scope:port_navy_gbr
		}

		create_character = { # Sea
			is_admiral = yes
			first_name = James
			last_name = Dundas
			historical = yes
			age = 51
			hq = region_north_sea_coast
			traits = {
				cautious
			}
			save_scope_as = james_adm
		}

		scope:james_adm = {
			transfer_to_formation = scope:port_navy_gbr
		}

		create_character = { # Sea
			is_admiral = yes
			first_name = Sir_George
			last_name = Cockburn
			historical = yes
			age = 64
			hq = region_north_sea_coast
			traits = {
				innovative
			}
			save_scope_as = cockburn_adm
			# Burnt down washington
		}

		scope:cockburn_adm = {
			transfer_to_formation = scope:port_navy_gbr
		}
		
		activate_production_method = {
			building_type = building_naval_base
			production_method = pm_power_of_the_purse
		}	

		activate_production_method = {
			building_type = building_barracks
			production_method = pm_general_training
		}			
	}

	c:RUS ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_russia
			name = "Gvardeyskiy Korpus"

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_ORYOL
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_TVER
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_MOSCOW
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_YAROSLAVL
				count = 20
			}

			save_scope_as = rus_guards_corps
		}
		create_character = {
			template = RUS_friedrich_von_berg
			save_scope_as = berg_gen
		}
		scope:berg_gen = {
			transfer_to_formation = scope:rus_guards_corps
		}
		create_character = {
			template = RUS_matvey_khrapovitsky
			save_scope_as = khrapovitsky_gen
		}
		scope:khrapovitsky_gen = {
			transfer_to_formation = scope:rus_guards_corps
		}
		create_character = {
			template = RUS_mikhail_vorontsov
			save_scope_as = vorontsov_gen
		}
		scope:vorontsov_gen = {
			transfer_to_formation = scope:rus_guards_corps
		}
		create_military_formation = {
			type = army
			hq_region = sr:region_dnieper
			name = Otdelniy_Grenaderskiy_Korpus

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_RYAZAN
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_NOVGOROD
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_TAMBOV
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_KURSK
				count = 20
			}

			save_scope_as = rus_grenaderskiys_corps
		}
		create_character = {
			template = RUS_pavel_grabbe
			save_scope_as = grabbe_gen
		}
		scope:grabbe_gen = {
			transfer_to_formation = scope:rus_guards_corps
		}


		create_military_formation = {
			type = army
			hq_region = sr:region_dnieper
			name = 1y_Pekhotniy_Korpus

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_KHARKOV
				count = 20
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_KIEV
				count = 20
			}

			save_scope_as = rus_1st_corps
		}
		create_character = {
			template = RUS_nikolay_muravyov_karsky
			save_scope_as = karsky_gen
		}
		scope:karsky_gen = {
			transfer_to_formation = scope:rus_1st_corps
		}
		create_character = {
			template = RUS_ivan_paskevich
			save_scope_as = paskevich_gen
		}
		scope:paskevich_gen = {
			transfer_to_formation = scope:rus_1st_corps
		}
		create_character = {
			template = RUS_aleksandr_chernyshyov
			save_scope_as = chernyshyov_gen
		}
		scope:chernyshyov_gen = {
			transfer_to_formation = scope:rus_1st_corps
		}


		create_military_formation = {
			type = fleet
			hq_region = sr:region_dnieper
			name = Chernomorskiy_Flot

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_ROSTOV
				count = 20
			}

			save_scope_as = rus_black_sea_fleet
		}
		create_character = {
			template = RUS_fabian_gottlieb_von_bellingshausen
			save_scope_as = bellingshausen_adm
		}
		scope:bellingshausen_adm = {
			transfer_to_formation = scope:rus_black_sea_fleet
		}
		create_character = {
			template = RUS_pyotr_ricord
			save_scope_as = ricord_adm
		}
		scope:ricord_adm = {
			transfer_to_formation = scope:rus_black_sea_fleet
		}
		create_character = {
			template = RUS_vasily_zavoyko
			save_scope_as = zavoyko_adm
		}
		scope:zavoyko_adm = {
			transfer_to_formation = scope:rus_black_sea_fleet
		}
		create_character = {
			template = RUS_mikhail_lazarev
			save_scope_as = lazarev_adm
		}
		scope:lazarev_adm = {
			transfer_to_formation = scope:rus_black_sea_fleet
		}
	}

	c:BAD ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_south_germany
			name = Groherzoglich_Badische_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_BADEN
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_BADEN
				count = 5
			}
		}
	}

	c:WUR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_south_germany
			name = Kniglich_Wrttembergische_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_WURTTEMBERG
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_WURTTEMBERG
				count = 5
			}
		}
	}

	c:SAX ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_north_germany
			name = Kniglich_Schsische_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_SAXONY
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_SAXONY
				count = 5
			}
		}
	}

	c:BAV ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_south_germany
			name = I_ArmeeKorps

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_BAVARIA
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry # Jägers
				state_region = s:STATE_FRANCONIA
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_FRANCONIA
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_BAVARIA
				count = 5
			}
		}
	}

	c:HEK ?= {
	}

	c:HES ?= {
	}

	c:NAS ?= {
	}

	c:HAN ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_north_germany
			name = Kniglich_Hannoversche_Armee

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_HANNOVER
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_HANNOVER
				count = 5
			}
		}
	}

	c:MEC ?= {
	}

	c:OLD ?= {
	}

	c:SWE ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_baltic
			name = Kungliga_Svenska_Armn

			combat_unit = { # Första Livgrenadjärregementet, Andra livgrenadjärregementet, Dalregementet, Kronobergs regemente, Närkes regemente, Södermanlands regemente, Upplands regemente, Västmanlands regemente, Svea livgarde, Livbeväringsregementet
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_SVEALAND
				count = 10
			}

			combat_unit = { # Kronprinsens husarregemente, Livregementets dragoner
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_SVEALAND
				count = 10
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_baltic
			name = Hgsjflottan

			combat_unit = { # Carl XIII, Carl Johan, Försigtigheten, Stockholm, Äran, Dristigheten, Fäderneslandet
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_SVEALAND
				count = 20
			}
		}
	}

	c:DEN ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_baltic
			name = Hren

			combat_unit = { # 1. Livregiment til Fods, 2. Livregiment til Fods, 3. Livregiment til Fods, Kronens Regiment, Fyenske Infanteriregiment
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ZEALAND
				count = 10
			}

			combat_unit = { # Danske Artilleribrigade
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_ZEALAND
				count = 10
			}
		}
	}

	c:SCH ?= {
		create_military_formation = { # Under Denmark
			type = army
			hq_region = sr:region_north_germany
			name = Schleswigsche_Armee

			combat_unit = { # Slesvigske Infanteriregiment
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_SCHLESWIG_HOLSTEIN
				count = 1
			}

			combat_unit = { # Slesvigske Kyrasserregiment
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_SCHLESWIG_HOLSTEIN
				count = 1
			}
		}
	}

	c:HOL ?= {
		create_military_formation = { # Under Denmark
			type = army
			hq_region = sr:region_north_germany
			name = Holsteinische_Armee

			combat_unit = { # Holstenske Infanteriregiment, Oldenborgske Infanteriregiment
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_SCHLESWIG_HOLSTEIN
				count = 2
			}

			combat_unit = { # Holstenske Lanseregiment
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_SCHLESWIG_HOLSTEIN
				count = 1
			}

			combat_unit = { # Holstenske Artilleribrigade
				type = unit_type:combat_unit_type_cannon_artillery
				state_region = s:STATE_SCHLESWIG_HOLSTEIN
				count = 1
			}
		}
	}

	c:NOR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_baltic
			name = Hren

			combat_unit = { # 1. Akershusiske brigade, 2. Akershusiske brigade
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_EASTERN_NORWAY
				count = 10
			}

			combat_unit = { # Den kongelige norske Kavaleribrigade
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_EASTERN_NORWAY
				count = 10
			}
		}
	}

	c:FIN ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_finland
			name = 19e_Infanteridivision

			combat_unit = { # Nyslott and Villmanstrand Jägers
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_UUSIMAA
				count = 10
			}
			combat_unit = { # 19th Field Artillery Brigade
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_UUSIMAA
				count = 10
			}
		}
	 }

	c:GRE ?= {
		create_military_formation = { # Greeks
			type = army
			hq_region = sr:region_balkans
			name = Elliniks_Strats

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ATTICA
				count = 2
			}
		}

		create_military_formation = { # Bavarians
			type = army
			hq_region = sr:region_balkans
			name = Vasilikn_Vavarikn_Epikourikn_Sma

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_PELOPONNESE
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_ATTICA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_ATTICA
				count = 1
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_balkans
			name = Vasilikn_Naftikn

			combat_unit = { # Corvette Prinkips Maximilianos (ex Psara)
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_WEST_AEGEAN_ISLANDS
				count = 1
			}
		}
	}

	c:SER ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_balkans
			name = Vojska_Kneevine_Srbije

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_NORTHERN_SERBIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_NORTHERN_SERBIA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_NORTHERN_SERBIA
				count = 1
			}
		}
	}

	c:WAL ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_danubia
			name = Armata_rii_Romneti

			combat_unit = { # Regimentului I de Linie, Regimentului II de Linie, Regimentului III de Linie
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_WALLACHIA
				count = 3
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_WALLACHIA
				count = 1
			}
		}
	}

	c:MOL ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_danubia
			name = Armata_Principatului_Moldovei

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_MOLDAVIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_MOLDAVIA
				count = 1
			}
		}
	}

	c:SIC ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Reale_Esercito_di_SM_il_Re_del_Regno_delle_Due_Sicilie

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_CAMPANIA
				count = 4
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ABRUZZO
				count = 3
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_APULIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_CALABRIA
				count = 3
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_SICILY
				count = 3
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_CAMPANIA
				count = 2
			}
			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_SICILY
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_CAMPANIA
				count = 1
			}
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Corpo_Svizzeri # Swiss soldiers in Sicilian service.

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_CAMPANIA
				count = 4
			}
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Guardia_Reale

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_CAMPANIA
				count = 4
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_CAMPANIA
				count = 2
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_italy
			name = Armata_di_Mare_di_SM_il_Re_del_Regno_delle_Due_Sicilie

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_CAMPANIA
				count = 10
			}
		}
	}

	c:SAR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = I_Corpo_dArmata

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_PIEDMONT
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_PIEDMONT
				count = 10
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_italy
			name = Marina_del_Regno_di_Sardegna

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_PIEDMONT
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_SARDINIA
				count = 5
			}
		}
	}

	c:PAP ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Esercito_dello_Stato_della_Chiesa

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_LAZIO
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_UMBRIA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ROMAGNA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_LAZIO
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_ROMAGNA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_LAZIO
				count = 1
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_italy
			name = Marina_Pontificia

			combat_unit = { # Nothing the size of a frigate
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_LAZIO
				count = 1
			}
		}
	}

	c:TUS ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Esercito_del_Granducato_di_Toscana

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_TUSCANY
				count = 5
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_TUSCANY
				count = 5
			}
		}
	}

	c:LUC ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Esercito_Ducale

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_EMILIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_EMILIA
				count = 2
			}
		}
	}

	c:MOD ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Esercito_del_Ducato_di_Modena_e_Reggio

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_EMILIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_EMILIA
				count = 2
			}
		}
	}

	c:PAR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_italy
			name = Truppe_Reali_Parmensi

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_EMILIA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_EMILIA
				count = 2
			}
		}
	}

	c:NET ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_rhine
			name = Koninklijk_Nederlands_Leger

			combat_unit = { # 5-7 Regiment Infanterie
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_FRIESLAND
				count = 10
			}

			combat_unit = { # 8-10 Regiment Infanterie
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_GELRE
				count = 10
			}

			combat_unit = { # 1-2 Regiment Zware Dragonders
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_HOLLAND
				count = 20
			}
		}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_rhine
			name = Koninklijke_Marine

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_HOLLAND
				count = 10
			}

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_FRIESLAND
				count = 10
			}
		}
	}

	c:BEL ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_rhine
			name = Chocolate
	
			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_WALLONIA
				count = 20
			}
	
			combat_unit = {
				type = unit_type:combat_unit_type_skirmish_infantry
				state_region = s:STATE_FLANDERS
				count = 20
			}
		}
		
		activate_production_method = {
			building_type = building_naval_base
			production_method = pm_power_of_the_purse
		}			
		activate_production_method = {
			building_type = building_barracks
			production_method = pm_general_training
		}			
	}

	c:POR ?= {
		create_military_formation = {
			type = army
			hq_region = sr:region_iberia
			name = Exercito_Portugues

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_BEIRA
				count = 3
			}

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ALENTEJO
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_ESTREMADURA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_dragoons
				state_region = s:STATE_BEIRA
				count = 2
			}

			combat_unit = {
				type = unit_type:combat_unit_type_cannon_artillery
				state_region = s:STATE_ESTREMADURA
				count = 1
			}
		}

		create_military_formation = {
			type = army
			hq_region = sr:region_iberia
			name = Divisao_Auxiliar_a_Espanha # Portuguese Expeditionary Force sent to guard the border regions against the Carlists.

			combat_unit = {
				type = unit_type:combat_unit_type_line_infantry
				state_region = s:STATE_ESTREMADURA
				count = 7
			}

			combat_unit = {
				type = unit_type:combat_unit_type_lancers
				state_region = s:STATE_ESTREMADURA
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_dragoons
				state_region = s:STATE_ALENTEJO
				count = 1
			}

			combat_unit = {
				type = unit_type:combat_unit_type_mobile_artillery
				state_region = s:STATE_BEIRA
				count = 1
			}
		}
	}

	c:SPA ?= {	
		create_military_formation = {
				type = army
				hq_region = sr:region_iberia
				name = Guardia_Real
	
				combat_unit = {
					type = unit_type:combat_unit_type_line_infantry
					state_region = s:STATE_TOLEDO
					count = 10
				}
	
				combat_unit = {
					type = unit_type:combat_unit_type_lancers
					state_region = s:STATE_TOLEDO
					count = 10
				}
			}

			create_military_formation = {
				type = army
				hq_region = sr:region_iberia
				name = Ejercito_del_Norte
	
				combat_unit = {
					type = unit_type:combat_unit_type_line_infantry
					state_region = s:STATE_CASTILE
					count = 10
				}
	
				combat_unit = {
					type = unit_type:combat_unit_type_mobile_artillery
					state_region = s:STATE_CASTILE
					count = 10
				}

				combat_unit = {
					type = unit_type:combat_unit_type_line_infantry
					state_region = s:STATE_NAVARRA
					count = 10
				}

				combat_unit = {
					type = unit_type:combat_unit_type_mobile_artillery
					state_region = s:STATE_NAVARRA
					count = 10
				}
			}

		create_military_formation = {
			type = fleet
			hq_region = sr:region_iberia
			name = Real_Armada_Espaola

			combat_unit = {
				type = unit_type:combat_unit_type_frigate
				state_region = s:STATE_ANDALUSIA
				count = 20
			}
		}
	}
}

