﻿# Division template historical names system. Is a new method of naming the divisions based on the names-group assigned to it's template.
# If we run out of all historical names, the names will be assigned in the old way.
#
# Each group has a made up tag. Use it if you want to append more, or replace existing names with the extra txt files (modding).
#
# for_countries - lists all countries that can use it. If empty, or entire tag is missing, all countries in the world can use it.
#
# can_use - is a trigger that locks/unlocks the group under specific circumstances. The trigger is in a country scope.
#
# division_types - is a list of tokens to corresponding unit types. A player can in fact use any group of names for a div.template
#                  however this tag is a helper for an automated choice (for AI, or if the group must switch on it's own, because
#                  for example the current one is no longer available due to the can_use trigger saying so).
#                  In automated choice, the division template must have at least 1 of the following types for it to be chosen.
#
# fallback_name - Is going to be used if we run out of the scripted historical names. If you want to use the old division naming
#                 mechanics to be used for fallbacks, then just skip this option.
#
# unordered - It's a list of historical division names that did not have a number. Regardless if such names happened in history or not
#             this option is available here mainly for a mods.
#
# ordered - Is a list of all historical names. 
#           Numbers must start from 1 and up. 
#           Numbers can't repeat in one scope.
#           If you script the name for this group, at the same number (for example in a mod in another file), the name will be override.
#           All arguments between the brackets must be separated by spaces. Each argument is wrapped in "quotas".
#           1st argument = The name. It must contain either: 
#                          %d (for decimal number placement)
#                          %s (for string number placement - ROMAN numbers like XIV).
#           2nd argument is optional = A localizable text describing this historical division. The text will be visible in the tooltip
#                                      where you choose the historical division name.
#           3rd argument is optional = An URL preferably pointing to the WIKI. It's a future feature that is not currently working in
#                                      the current game version.

NZL_INF_01 = 
{
	name = "Infantry Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "infantry" }

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

	fallback_name = "%d Infantry Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		2 = { "%dnd NZ Infantry Division" }
		3 = { "%drd NZ Infantry Division" }
		6 = { "%dth NZ Infantry Division" }
		7 = { "%dth NZ Infantry Division" }
		8 = { "%dth NZ Infantry Division" }
		9 = { "%dth NZ Infantry Division" }
		10 = { "%dth NZ Infantry Division" }
		11 = { "%dth NZ Infantry Division" }
		12 = { "%dth NZ Infantry Division" }
		13 = { "%dth NZ Infantry Division" }
		14 = { "%dth NZ Infantry Division" }
		15 = { "%dth NZ Infantry Division" }
		16 = { "%dth NZ Infantry Division" }
		17 = { "%dth NZ Infantry Division" }
		18 = { "%dth NZ Infantry Division" }
		19 = { "%dth NZ Infantry Division" }
		20 = { "%dth NZ Infantry Division" }
		21 = { "%dst NZ Infantry Division" }
		22 = { "%dnd NZ Infantry Division" }
		23 = { "%drd NZ Infantry Division" }
		24 = { "%dth NZ Infantry Division" }
		25 = { "%dth NZ Infantry Division" }
		26 = { "%dth NZ Infantry Division" }
		27 = { "%dth NZ Infantry Division" }
		28 = { "%dth NZ Infantry Division" }
		29 = { "%dth NZ Infantry Division" }
		30 = { "%dth NZ Infantry Division" }
		31 = { "%dst NZ Infantry Division" }
		32 = { "%dnd NZ Infantry Division" }
		33 = { "%drd NZ Infantry Division" }
		34 = { "%dth NZ Infantry Division" }
		35 = { "%dth NZ Infantry Division" }
		36 = { "%dth NZ Infantry Division" }
		37 = { "%dth NZ Infantry Division" }
		38 = { "%dth NZ Infantry Division" }
		39 = { "%dth NZ Infantry Division" }
		40 = { "%dth NZ Infantry Division" }
		41 = { "%dst NZ Infantry Division" }
		42 = { "%dnd NZ Infantry Division" }
		43 = { "%drd NZ Infantry Division" }
		44 = { "%dth NZ Infantry Division" }
		45 = { "%dth NZ Infantry Division" }
		46 = { "%dth NZ Infantry Division" }
		47 = { "%dth NZ Infantry Division" }
		48 = { "%dth NZ Infantry Division" }
		49 = { "%dth NZ Infantry Division" }
		51 = { "%dst NZ Infantry Division" }
		52 = { "%dnd NZ Infantry Division" }
		53 = { "%drd NZ Infantry Division" }

		# The NZ 1st, 4th and 5th divisions were used in a garrison capacity.
	}
}

NZL_CAV_01 = 
{
	name = "Cavalry Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "cavalry" }

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

	fallback_name = "%d Cavalry Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Cavalry Division" }
		2 = { "%dnd NZ Cavalry Division" }
		3 = { "%drd NZ Cavalry Division" }
		4 = { "%dth NZ Cavalry Division" }
		5 = { "%dth NZ Cavalry Division" }
		6 = { "%dth NZ Cavalry Division" }
		7 = { "%dth NZ Cavalry Division" }
		8 = { "%dth NZ Cavalry Division" }
		9 = { "%dth NZ Cavalry Division" }
		10 = { "%dth NZ Cavalry Division" }
		11 = { "%dth NZ Cavalry Division" }
		12 = { "%dth NZ Cavalry Division" }
		13 = { "%dth NZ Cavalry Division" }
		14 = { "%dth NZ Cavalry Division" }
		15 = { "%dth NZ Cavalry Division" }
		16 = { "%dth NZ Cavalry Division" }
		17 = { "%dth NZ Cavalry Division" }
		18 = { "%dth NZ Cavalry Division" }
		19 = { "%dth NZ Cavalry Division" }
		20 = { "%dth NZ Cavalry Division" }
		21 = { "%dst NZ Cavalry Division" }
		22 = { "%dnd NZ Cavalry Division" }
		23 = { "%drd NZ Cavalry Division" }
		24 = { "%dth NZ Cavalry Division" }
		25 = { "%dth NZ Cavalry Division" }
		26 = { "%dth NZ Cavalry Division" }
		27 = { "%dth NZ Cavalry Division" }
		28 = { "%dth NZ Cavalry Division" }
		29 = { "%dth NZ Cavalry Division" }
		30 = { "%dth NZ Cavalry Division" }
		31 = { "%dst NZ Cavalry Division" }
		32 = { "%dnd NZ Cavalry Division" }
		33 = { "%drd NZ Cavalry Division" }
		34 = { "%dth NZ Cavalry Division" }
		35 = { "%dth NZ Cavalry Division" }
		36 = { "%dth NZ Cavalry Division" }
		37 = { "%dth NZ Cavalry Division" }
		38 = { "%dth NZ Cavalry Division" }
		39 = { "%dth NZ Cavalry Division" }
		40 = { "%dth NZ Cavalry Division" }
		41 = { "%dst NZ Cavalry Division" }
		42 = { "%dnd NZ Cavalry Division" }
		43 = { "%drd NZ Cavalry Division" }
		44 = { "%dth NZ Cavalry Division" }
		45 = { "%dth NZ Cavalry Division" }
		46 = { "%dth NZ Cavalry Division" }
		47 = { "%dth NZ Cavalry Division" }
		48 = { "%dth NZ Cavalry Division" }
		49 = { "%dth NZ Cavalry Division" }
		51 = { "%dst NZ Cavalry Division" }
		52 = { "%dnd NZ Cavalry Division" }
		53 = { "%drd NZ Cavalry Division" }

		# NZL didn't have any cavalry divisions historically.  Large list is because of cav's suppression role in-game.
	}
}

NZL_MOT_01 = 
{
	name = "Motorised Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "motorized" }

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

	fallback_name = "%d Motor Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Motor Division" }
		2 = { "%dnd NZ Motor Division" }
		3 = { "%drd NZ Motor Division" }
		4 = { "%dth NZ Motor Division" }
		5 = { "%dth NZ Motor Division" }
		6 = { "%dth NZ Motor Division" }
		7 = { "%dth NZ Motor Division" }
		8 = { "%dth NZ Motor Division" }
		9 = { "%dth NZ Motor Division" }
		10 = { "%dth NZ Motor Division" }
		11 = { "%dth NZ Motor Division" }
		12 = { "%dth NZ Motor Division" }
		13 = { "%dth NZ Motor Division" }
		14 = { "%dth NZ Motor Division" }
		15 = { "%dth NZ Motor Division" }
		16 = { "%dth NZ Motor Division" }
		17 = { "%dth NZ Motor Division" }
		18 = { "%dth NZ Motor Division" }
		19 = { "%dth NZ Motor Division" }
		20 = { "%dth NZ Motor Division" }
		21 = { "%dst NZ Motor Division" }
		22 = { "%dnd NZ Motor Division" }
		23 = { "%drd NZ Motor Division" }

		# NZL didn't have any motorized divisions historically.  Based on AST Cav/Mot/Arm structure.
	}
}

NZL_ARM_01 = 
{
	name = "Armoured Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "light_armor" "medium_armor" "heavy_armor" "modern_armor" }

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

	fallback_name = "%d Armoured Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Armoured Division" }
		2 = { "%dnd NZ Armoured Division" }
		3 = { "%drd NZ Armoured Division" }
		4 = { "%dth NZ Armoured Division" }
		5 = { "%dth NZ Armoured Division" }
		6 = { "%dth NZ Armoured Division" }
		7 = { "%dth NZ Armoured Division" }
		8 = { "%dth NZ Armoured Division" }
		9 = { "%dth NZ Armoured Division" }
		10 = { "%dth NZ Armoured Division" }
		11 = { "%dth NZ Armoured Division" }
		12 = { "%dth NZ Armoured Division" }
		13 = { "%dth NZ Armoured Division" }
		14 = { "%dth NZ Armoured Division" }
		15 = { "%dth NZ Armoured Division" }
		16 = { "%dth NZ Armoured Division" }
		17 = { "%dth NZ Armoured Division" }
		18 = { "%dth NZ Armoured Division" }
		19 = { "%dth NZ Armoured Division" }
		20 = { "%dth NZ Armoured Division" }
		21 = { "%dst NZ Armoured Division" }
		22 = { "%dnd NZ Armoured Division" }
		23 = { "%drd NZ Armoured Division" }

		# NZL didn't have any armored divisions historically.  Based on AST Cav/Mot/Arm structure.
	}
}

NZL_MEC_01 = 
{
	name = "Mechanised Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "mechanized"  }

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

	fallback_name = "%d Mechanised Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Mechanised Division" }
		2 = { "%dnd NZ Mechanised Division" }
		3 = { "%drd NZ Mechanised Division" }
		4 = { "%dth NZ Mechanised Division" }
		5 = { "%dth NZ Mechanised Division" }
		6 = { "%dth NZ Mechanised Division" }
		7 = { "%dth NZ Mechanised Division" }
		8 = { "%dth NZ Mechanised Division" }
		9 = { "%dth NZ Mechanised Division" }
		10 = { "%dth NZ Mechanised Division" }
		11 = { "%dth NZ Mechanised Division" }
		12 = { "%dth NZ Mechanised Division" }
		13 = { "%dth NZ Mechanised Division" }
		14 = { "%dth NZ Mechanised Division" }
		15 = { "%dth NZ Mechanised Division" }
		16 = { "%dth NZ Mechanised Division" }
		17 = { "%dth NZ Mechanised Division" }
		18 = { "%dth NZ Mechanised Division" }
		19 = { "%dth NZ Mechanised Division" }
		20 = { "%dth NZ Mechanised Division" }
		21 = { "%dst NZ Mechanised Division" }
		22 = { "%dnd NZ Mechanised Division" }
		23 = { "%drd NZ Mechanised Division" }

		# NZL didn't have any armored divisions historically.  Based on AST Cav/Mot/Arm structure.
	}
}

NZL_GAR_01 = 
{
	name = "Garrison Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "infantry" }

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

	fallback_name = "%d Infantry Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst 'Northern' Infantry Division" }
		4 = { "%dth 'Central' Infantry Division" }
		5 = { "%dth 'Southern' Infantry Division" }
		6 = { "%dth Infantry Division" } # Historically a 'fake' division
		7 = { "%dth Infantry Division" }
		8 = { "%dth Infantry Division" }
		9 = { "%dth Infantry Division" }
		10 = { "%dth Infantry Division" }
		11 = { "%dth Infantry Division" }
		12 = { "%dth Infantry Division" }
		13 = { "%dth Infantry Division" }
		14 = { "%dth Infantry Division" }
		15 = { "%dth Infantry Division" }
		16 = { "%dth Infantry Division" }
		17 = { "%dth Infantry Division" }
		18 = { "%dth Infantry Division" }
		19 = { "%dth Infantry Division" }
		20 = { "%dth Infantry Division" }
		21 = { "%dst Infantry Division" }
		22 = { "%dnd Infantry Division" }
		23 = { "%drd Infantry Division" }
		24 = { "%dth Infantry Division" }
		25 = { "%dth Infantry Division" }
		26 = { "%dth Infantry Division" }
		27 = { "%dth Infantry Division" }
		28 = { "%dth Infantry Division" }
		29 = { "%dth Infantry Division" }
		30 = { "%dth Infantry Division" }
		31 = { "%dst Infantry Division" }
		32 = { "%dnd Infantry Division" }
		33 = { "%drd Infantry Division" }
		34 = { "%dth Infantry Division" }
		35 = { "%dth Infantry Division" }
		36 = { "%dth Infantry Division" }
		37 = { "%dth Infantry Division" }
		38 = { "%dth Infantry Division" }
		39 = { "%dth Infantry Division" }
		40 = { "%dth Infantry Division" }
		41 = { "%dst Infantry Division" }
		42 = { "%dnd Infantry Division" }
		43 = { "%drd Infantry Division" }
		44 = { "%dth Infantry Division" }
		45 = { "%dth Infantry Division" }
		46 = { "%dth Infantry Division" }
		47 = { "%dth Infantry Division" }
		48 = { "%dth Infantry Division" }
		49 = { "%dth Infantry Division" }
		51 = { "%dst Infantry Division" }
		52 = { "%dnd Infantry Division" }
		53 = { "%drd Infantry Division" }

		# These division names represent the formation of the divisions in Nov-1941 from the Military District Forces in those areas previously, which are covered by NZL_MIL_01.  The idea is that switching the template from NZL_MIL_01 to NZL_GAR_01 will give these divisions their historic names.
	}
}

NZL_MIL_01 = 
{
	name = "Militia Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "infantry" }

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

	fallback_name = "%d Military District"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "Northern Military District" }
		4 = { "Central Military District" }
		5 = { "Southern Military District" }
		6 = { "%dth Military District" } # Historically a 'fake' division
		7 = { "%dth Military District" }
		8 = { "%dth Military District" }
		9 = { "%dth Military District" }
		10 = { "%dth Military District" }
		11 = { "%dth Military District" }
		12 = { "%dth Military District" }
		13 = { "%dth Military District" }
		14 = { "%dth Military District" }
		15 = { "%dth Military District" }
		16 = { "%dth Military District" }
		17 = { "%dth Military District" }
		18 = { "%dth Military District" }
		19 = { "%dth Military District" }
		20 = { "%dth Military District" }
		21 = { "%dst Military District" }
		22 = { "%dnd Military District" }
		23 = { "%drd Military District" }
		24 = { "%dth Military District" }
		25 = { "%dth Military District" }
		26 = { "%dth Military District" }
		27 = { "%dth Military District" }
		28 = { "%dth Military District" }
		29 = { "%dth Military District" }
		30 = { "%dth Military District" }
		31 = { "%dst Military District" }
		32 = { "%dnd Military District" }
		33 = { "%drd Military District" }
		34 = { "%dth Military District" }
		35 = { "%dth Military District" }
		36 = { "%dth Military District" }
		37 = { "%dth Military District" }
		38 = { "%dth Military District" }
		39 = { "%dth Military District" }
		40 = { "%dth Military District" }
		41 = { "%dst Military District" }
		42 = { "%dnd Military District" }
		43 = { "%drd Military District" }
		44 = { "%dth Military District" }
		45 = { "%dth Military District" }
		46 = { "%dth Military District" }
		47 = { "%dth Military District" }
		48 = { "%dth Military District" }
		49 = { "%dth Military District" }
		50 = { "%dth Military District" }
		51 = { "%dst Military District" }
		52 = { "%dnd Military District" }
		53 = { "%drd Military District" }

		# The OOB file for NZL has three 'Military District' formations, which later (November 1941) became the Northern, Central and Southern Infanstry Divisions, which were then renamed the 1st, 4th and 5th Infantry Divisions.  The way it's set up here is that the starting units are MIL with this set-up, but if the namelist is changed to Garrison, those units should switch to their historic names (or appropriate ahistoric names).
	}
}

NZL_MAR_01 = 
{
	name = "Marine Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "marine" }

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

	fallback_name = "%d Marine Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Marine Division" }
		2 = { "%dnd NZ Marine Division" }
		3 = { "%drd NZ Marine Division" }
		4 = { "%dth NZ Marine Division" }
		5 = { "%dth NZ Marine Division" }
		6 = { "%dth NZ Marine Division" }
		7 = { "%dth NZ Marine Division" }
		8 = { "%dth NZ Marine Division" }
		9 = { "%dth NZ Marine Division" }
		10 = { "%dth NZ Marine Division" }
		11 = { "%dth NZ Marine Division" }
		12 = { "%dth NZ Marine Division" }
		13 = { "%dth NZ Marine Division" }
		14 = { "%dth NZ Marine Division" }
		15 = { "%dth NZ Marine Division" }
		16 = { "%dth NZ Marine Division" }
		17 = { "%dth NZ Marine Division" }
		18 = { "%dth NZ Marine Division" }
		19 = { "%dth NZ Marine Division" }
		20 = { "%dth NZ Marine Division" }
		21 = { "%dst NZ Marine Division" }
		22 = { "%dnd NZ Marine Division" }
		23 = { "%drd NZ Marine Division" }
		24 = { "%dth NZ Marine Division" }
		25 = { "%dth NZ Marine Division" }
		26 = { "%dth NZ Marine Division" }
		27 = { "%dth NZ Marine Division" }
		28 = { "%dth NZ Marine Division" }
		29 = { "%dth NZ Marine Division" }
		30 = { "%dth NZ Marine Division" }

		# NZL didn't have any Marine divisions, these are all fictional.
	}
}

NZL_MTN_01 = 
{
	name = "Mountain Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "mountaineers" }

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

	fallback_name = "%d Infantry Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		2 = { "%dnd NZ Infantry Division" }
		3 = { "%drd NZ Infantry Division" }
		6 = { "%dth NZ Infantry Division" }
		7 = { "%dth NZ Infantry Division" }
		8 = { "%dth NZ Infantry Division" }
		9 = { "%dth NZ Infantry Division" }
		10 = { "%dth NZ Infantry Division" }
		11 = { "%dth NZ Infantry Division" }
		12 = { "%dth NZ Infantry Division" }
		13 = { "%dth NZ Infantry Division" }
		14 = { "%dth NZ Infantry Division" }
		15 = { "%dth NZ Infantry Division" }
		16 = { "%dth NZ Infantry Division" }
		17 = { "%dth NZ Infantry Division" }
		18 = { "%dth NZ Infantry Division" }
		19 = { "%dth NZ Infantry Division" }
		20 = { "%dth NZ Infantry Division" }
		21 = { "%dst NZ Infantry Division" }
		22 = { "%dnd NZ Infantry Division" }
		23 = { "%drd NZ Infantry Division" }
		24 = { "%dth NZ Infantry Division" }
		25 = { "%dth NZ Infantry Division" }
		26 = { "%dth NZ Infantry Division" }
		27 = { "%dth NZ Infantry Division" }
		28 = { "%dth NZ Infantry Division" }
		29 = { "%dth NZ Infantry Division" }
		30 = { "%dth NZ Infantry Division" }
		31 = { "%dst NZ Infantry Division" }
		32 = { "%dnd NZ Infantry Division" }
		33 = { "%drd NZ Infantry Division" }
		34 = { "%dth NZ Infantry Division" }
		35 = { "%dth NZ Infantry Division" }
		36 = { "%dth NZ Infantry Division" }
		37 = { "%dth NZ Infantry Division" }
		38 = { "%dth NZ Infantry Division" }
		39 = { "%dth NZ Infantry Division" }
		40 = { "%dth NZ Infantry Division" }
		41 = { "%dst NZ Infantry Division" }
		42 = { "%dnd NZ Infantry Division" }
		43 = { "%drd NZ Infantry Division" }
		44 = { "%dth NZ Infantry Division" }
		45 = { "%dth NZ Infantry Division" }
		46 = { "%dth NZ Infantry Division" }
		47 = { "%dth NZ Infantry Division" }
		48 = { "%dth NZ Infantry Division" }
		49 = { "%dth NZ Infantry Division" }
		50 = { "%dth NZ Infantry Division" }
		51 = { "%dst NZ Infantry Division" }
		52 = { "%dnd NZ Infantry Division" }
		53 = { "%drd NZ Infantry Division" }

		# NZL didn't have any Mountain divisions, have created an overlapping identical namelist with infantry - not sure if necessary or something else desired?
	}
}

NZL_PAR_01 = 
{
	name = "Airborne Divisions"

	for_countries = { NZL }

	can_use = { always = yes }

	division_types = { "paratrooper" }

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

	fallback_name = "%d Airborne Division"

	# Names with numbers (only one number per entry). 
	# It's okay to have gaps in numbering.
	ordered =
	{
		1 = { "%dst NZ Airborne Division" }
		2 = { "%dnd NZ Airborne Division" }
		3 = { "%drd NZ Airborne Division" }
		4 = { "%dth NZ Airborne Division" }
		5 = { "%dth NZ Airborne Division" }
		6 = { "%dth NZ Airborne Division" }
		7 = { "%dth NZ Airborne Division" }
		8 = { "%dth NZ Airborne Division" }
		9 = { "%dth NZ Airborne Division" }
		10 = { "%dth NZ Airborne Division" }
		11 = { "%dth NZ Airborne Division" }
		12 = { "%dth NZ Airborne Division" }
		13 = { "%dth NZ Airborne Division" }
		14 = { "%dth NZ Airborne Division" }
		15 = { "%dth NZ Airborne Division" }
		16 = { "%dth NZ Airborne Division" }
		17 = { "%dth NZ Airborne Division" }
		18 = { "%dth NZ Airborne Division" }
		19 = { "%dth NZ Airborne Division" }
		20 = { "%dth NZ Airborne Division" }
		21 = { "%dst NZ Airborne Division" }
		22 = { "%dnd NZ Airborne Division" }
		23 = { "%drd NZ Airborne Division" }
		24 = { "%dth NZ Airborne Division" }
		25 = { "%dth NZ Airborne Division" }
		26 = { "%dth NZ Airborne Division" }
		27 = { "%dth NZ Airborne Division" }
		28 = { "%dth NZ Airborne Division" }
		29 = { "%dth NZ Airborne Division" }
		30 = { "%dth NZ Airborne Division" }

		# NZL didn't have any Marine divisions, these are all fictional.
	}
}