﻿division_template = {
	name = "Infantry Division"			# 2nd NZ Expeditionary Force, most experienced, latest equipment

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
        infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
        infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
	}
	support = {
       	engineer = { x = 0 y = 0 }
       	recon = { x = 0 y = 1 }
	}
}
division_template = {
	name = "District Force"		# Military District Forces (reserve/garrison forces)
	# Note: all forces at reserve levels in 1939, mobilizing and equipping with older equipment
	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
	}
}


units = {
	##### Royal New Zealand Army #####
	division= {	
		name = "2nd NZ Expeditionary Force"
		location = 4543 # Auckland
		division_template = "Infantry Division"
		start_experience_factor = 0.3
	}
	division= {	
		name = "Northern Division"
		location = 4543 # Auckland
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Central Division"
		location = 1814 # Wellington
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	division= {	
		name = "Southern Division"
		location = 2197 # Christchurch
		division_template = "District Force"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}


	##### Royal New Zealand Navy (CO: Rivett-Carnac) #####
	navy = {				
		name = "New Zealand Division"			# Note: technically under RN command until 1941
		base = 4543
		location = 4543 # Auckland
		ship = { name = "HMNZS Achilles" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = NZL version_name = "Leander Class" } } }
		ship = { name = "HMNZS Leander" definition = light_cruiser equipment = { light_cruiser_1 = { amount = 1 owner = NZL version_name = "Leander Class" } } }
	}				
}

air_wings = {
	### Royal New Zealand Air Force (RNZAF) (CO: ) ###
	284 = {																	# Auckland
		# RNZAF Station Auckland #
		nav_bomber_equipment_1 =  { owner = "NZL" amount = 36 }				# RNZAF Coastal Group -- Vildebeests, Baffins
	}
}



##### Starting Production #####
instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_1
			creator = "NZL"
		}
		requested_factories = 1
		progress = 0.62
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "NZL"
		}
		requested_factories = 1
		progress = 0.45
		efficiency = 100
	}
}