﻿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 = 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 } } }
			# 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" } } }
		}
		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 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 Göteborg")
	add_equipment_production = {
		equipment = {
			type = destroyer_2
			creator = "SWE"
		}
		requested_factories = 1
		progress = 0.50
		amount = 1
	}
	# SS: Draken variant (x3) ("HMS Delfinen" "HMS Nordkaparen" "HMS Springaren")
	add_equipment_production = {
		equipment = {
			type = submarine_1
			creator = "SWE"
			version_name = "Draken Class"
		}
		requested_factories = 2
		progress = 0.80
		amount = 2
	}
	add_equipment_production = {
		equipment = {
			type = submarine_1
			creator = "SWE"
			version_name = "Draken Class"
		}
		requested_factories = 1
		progress = 0.60
		amount = 1
	}
}
