﻿DEN_CO_HISTORICAL = {
	name = NAME_THEME_HISTORICAL_CO

	for_countries = { DEN }

	type = ship
	ship_types = { corvette }
	
	fallback_name = "Korvet %d"

	
	ordered = {
		1 = {"Dagmar"}
	}
}

DEN_GB_HISTORICAL = {
	name = NAME_THEME_HISTORICAL_GB

	for_countries = { DEN }

	type = ship
	ship_types = { gunboat }
	
	fallback_name = "Kanonbåd %d"

	
	ordered = {
		1 = {"Schrödersee"}
		2 = {"Buhl"}
		3 = {"Krieger"}
		4 = {"Marstrand"}
		5 = {"Willemoes"}
		6 = {"Hauch"}
		7 = {"Drogden"}
		8 = {"Falster"}
		9 = {"Øresund"}
		10 = {"Møen"}
		11 = {"Lille Bælt"}
		12 = {"Store Bælt"}
		13 = {"Ingolf"}
		14 = {"Grønsund"}
	}
}

DEN_IC_HISTORICAL = {
	name = NAME_THEME_HISTORICAL_IC

	for_countries = { DEN }

	type = ship
	ship_types = { ironclad frigate lineship }
	
	fallback_name = "Panserskib %d"

	
	ordered = {
		1 = {"Danmark"}
		2 = {"Peder Skram"}
		3 = {"Lindormen"}
		4 = {"Gorm"}
		5 = {"Odin"}
		6 = {"Helgoland"}
		7 = {"Iver Hvitfeldt"}
	}
}