SAX_GUA_01 = 
{
	name = "Garderegiment"

	for_countries = { SAX }

	can_use = { always = yes }

	division_types = { "guard_infantry" }

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

	fallback_name = "%d. Sächsisches Garderegiment"

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

SAX_INF_01 = 
{
	name = "Infanteriebrigade"

	for_countries = { SAX }

	can_use = { always = yes }

	division_types = { "line_infantry" }

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

	fallback_name = "%d. Sächsische Infanteriebrigade"

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

SAX_JAG_01 = 
{
	name = "Füsilier-Regiment"

	for_countries = { SAX }

	can_use = { always = yes }

	division_types = { "light_infantry" }

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

	fallback_name = "%d. Sächsisches Füsilier-Regiment"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%d. Sächsisches Füsilier-Regiment" }
	}
}

SAX_LWR_01 = 
{
	name = "Landwehr-Regiment"

	for_countries = { SAX }

	can_use = { always = yes }

	division_types = { "irregular_infantry" }

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

	fallback_name = "%d. Sächsisches Landwehr-Regiment"

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

SAX_CAV_01 = 
{
	name = "Kavallerie-Regiment"

	for_countries = { SAX }

	can_use = { always = yes }

	division_types = { "heavy_cavalry" "light_cavalry" "dragoon" "uhlans" }

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

	fallback_name = "%d. Sächsische Reiterbrigade"

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