﻿DEN_GUA_01 = 
{
	name = "Danish Guard Battalion"

	for_countries = { DEN }

	can_use = { always = yes }

	division_types = { "guard_infantry" }

	# Number reservation system will tie to another group.
	#link_numbering_with = {  }

	fallback_name = "%d. Danish Guard Battalion"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{	
		1 = { "Livgarden til Fods" }
		2 = { "%d. Danish Guard Battalion" }
	}
}

DEN_INF_01 = 
{
	name = "Danish Line Battalion"

	for_countries = { DEN }

	can_use = { always = yes }

	division_types = { "line_infantry" }

	# Number reservation system will tie to another group.
	#link_numbering_with = {  }

	fallback_name = "%d. Linie Infanteribataillon"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{	
		1 = { "%d. Linie Infanteribataillon" }
	}
}

DEN_KUR_01 = 
{
	name = "Danish Guard Cavalry Regiment"

	for_countries = { DEN }

	can_use = { always = yes }

	division_types = { "heavy_cavalry" }

	# Number reservation system will tie to another group.
	#link_numbering_with = {  }

	fallback_name = "%d. Danish Guard Cavalry Regiment"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{	
		1 = { "Livgarden til Hest" }
		2 = { "%d. Danish Guard Cavalry Regiment" }
	}
}

DEN_HUS_01 = 
{
	name = "Danish Hussar Regiment"

	for_countries = { DEN }

	can_use = { always = yes }

	division_types = { "light_cavalry" }

	# Number reservation system will tie to another group.
	#link_numbering_with = {  }

	fallback_name = "%d. Danish Hussar Regiment"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{	
		1 = { "Gardehusarregimentets Hesteskadron" }
		2 = { "%d. Danish Hussar Regiment" }
	}
}

DEN_DRA_01 = 
{
	name = "Danish Dragoon Regiment"

	for_countries = { DEN }

	can_use = { always = yes }

	division_types = { "dragoon" }

	# Number reservation system will tie to another group.
	#link_numbering_with = {  }

	fallback_name = "%d. Dragonregiment"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{	
		1 = { "%d. Dragonregiment" }
	}
}