﻿division_template = {
	name = "Infantry Brigade"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
		L_Inf_Bat = { x = 0 y = 3 }
		L_Inf_Bat = { x = 0 y = 4 }
		Mech_Inf_Bat = { x = 1 y = 0 }
		arty_bat = { x = 2 y = 0 }
		arty_bat = { x = 2 y = 1 }
	}
	support = {
		Mech_Recce_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Special Forces"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1st New Zealand Brigade"
		location = 1814
		division_template = "Infantry Brigade"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st NZSAS Regiment"
		location = 4543
		division_template = "Special Forces"
		start_experience_factor = 0.9
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd NZSAS Regiment"
		location = 4543
		division_template = "Special Forces"
		start_experience_factor = 0.9
		start_equipment_factor = 0.01
	}
}

instant_effect = {

# VECHICLES ###
	add_equipment_to_stockpile = {
		type = Rec_tank_1 # "FV101 Scorpion"
		amount = 8
		producer = ENG
	}

 #USA_APC_2:0 "M113 APC"
 	add_equipment_to_stockpile = {
		type = APC_2 #"M113 APC"
		amount = 77
		producer = USA
	}

 	add_equipment_to_stockpile = {
		type = artillery_1 # "ART 1965" #hamel
		amount = 24
		producer = ENG
	}


	add_equipment_to_stockpile = {
		type = Anti_tank_2 # "MBT LAW"
		amount = 50
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0 #"Carl Gustaf"
		amount = 63
		producer = SWE
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1 #Mistral
		amount = 12
		producer = FRA
	}

	###INFANTRY EQUIPMENT####

	add_equipment_to_stockpile = {
		type = infantry_weapons1 #Steyr AUG
		amount = 1200
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment2 #C2ISTAR Equipment
		amount = 150
	}


	###Airforce###
		add_equipment_to_stockpile = {
		type = naval_plane1 # "P-3 Orion"
		amount = 6
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = MR_Fighter1 # "3rd Gen MR" A-4K & T NEED FIXING FOR PROPER VERSION.
		amount = 19
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = transport_plane1 # C-130H and Boeing 727
		amount = 7
		producer = USA
	}

	if = {
		limit = { NOT = { has_dlc = "Man the Guns" } }
		if = {
			limit = { has_dlc = "Death or Dishonor" }
			AST = {
				create_production_license = {
					target = NZL
					equipment = {
						type = missile_frigate_1		#Anzac Class
					}
					cost_factor = 0
				}
			}
			else = {
				add_equipment_production = {
					equipment = {
						type = missile_frigate_1
						creator = "AST"
					}
					requested_factories = 1
					progress = 0.2
					efficiency = 50
				}
			}
		}
	}
}
