﻿units = {

	##### NAVAL UNITS #####
	fleet = {
		name = "Kungliga Svenska Marinen"			
		naval_base = 6050 # Stockholm
		task_force = { 
			name = "Kustflottan"
			location = 6050 # Stockholm
			ship = { name = "HMS Dristigheten" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Örnen" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Jacob Bagge" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
		}
		task_force = { 
			name = "1a Eskadern"
			location = 11215 # Karlskrona
			ship = { name = "HMS Gustaf V" pride_of_the_fleet = yes definition definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Sverige" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Drottning Victoria" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Gotland" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = SWE } } }				
			# 1. Jagarflottiljen				
			ship = { name = "HMS Klas Horn" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Klas Uggla" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Ehrensköld" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Nordenskjöld" definition = destroyer equipment = { destroyer_1 = { amount = 1 owner = SWE } } }		
		}
		task_force = { 
			name = "Ålandshavseskader"
			location = 408 # Gotland
			ship = { name = "HMS Äran" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Tapperheten" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
		}
		task_force = { 
			name = "Karlskrona Avdelningen"
			location = 11215 # Karlskrona
			ship = { name = "HMS Wasa" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Manligheten" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }
			# 2. Jagarflottiljen				
			ship = { name = "HMS Göteborg" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Stockholm" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = SWE } } }		
			ship = { name = "HMS Malmö" definition = destroyer equipment = { destroyer_2 = { amount = 1 owner = SWE } } }		
			# 1. Ubatsflottiljen				
			ship = { name = "HMS Draken" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
			ship = { name = "HMS Gripen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
			ship = { name = "HMS Ulven" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
			ship = { name = "HMS Delfinen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
			ship = { name = "HMS Nordkaparen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
			ship = { name = "HMS Springaren" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE version_name = "Draken Class" } } }
		}
		task_force = { 
			name = "Göteborgs Eskadern"
			location = 383 # Göteborg
			ship = { name = "HMS Oscar II" definition = heavy_cruiser equipment = { heavy_cruiser_1 = { amount = 1 owner = SWE } } }				
			ship = { name = "HMS Fylgia" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = SWE } } }				
			# 2. Ubatsflottiljen				
			ship = { name = "HMS Sjölejonet" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Sjöbjörnen" definition = submarine equipment = { submarine_2 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Hajen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Sälen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Valrossen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			# 3. Ubatsflottiljen				
			ship = { name = "HMS Bävern" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Illern" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Uttern" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
			ship = { name = "HMS Valen" definition = submarine equipment = { submarine_1 = { amount = 1 owner = SWE } } }
		}
	}
}


#########################
## STARTING PRODUCTION ##
#########################
instant_effect = {

	### Under Construction Notes ###
	# DD: Göteborg class (x1) ("HMS Karlskrona")
	add_equipment_production = {
		equipment = {
			type = destroyer_2
			creator = "SWE"
		}
		requested_factories = 1
		progress = 0.30
		amount = 1
	}
	# SS: Sjölejonet class (x1) ("HMS Sjöhunden")
	add_equipment_production = {
		equipment = {
			type = submarine_2
			creator = "SWE"
		}
		requested_factories = 2
		progress = 0.30
		amount = 1
	}
}
