﻿division_template = {
	name = "Mechanized Brigade"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
		armor_Bat = { x = 0 y = 2 }
		Arty_Bat = { x = 1 y = 0 }

	}
	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Saharan territorial group"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }

	}
	priority = 2
}
division_template = {
	name = "Special Forces"

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

	}
	priority = 2
}

units = {
	division = {
		name = "3rd Mechanised Brigade"
		location = 7077
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Mechanised Brigade"
		location = 7005
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Mechanised Brigade"
		location = 4163
		division_template = "Mechanized Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "Saharan territorial group"
		location = 4992
		division_template = "Saharan territorial group"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
	division = {
		name = "Special Forces"
		location = 11969
		division_template = "Special Forces"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
}


instant_effect = {
	add_equipment_to_stockpile = {
		type = Strike_fighter2	#L-59
		#version_name = "L-59 Super Albatros"
		amount = 48
		producer = CZE
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons2
		amount = 1600
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 290
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 70
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 60
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 90
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = MBT_1 #M60A1
		amount = 30
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = MBT_1 #M60A3
		amount = 54
		producer = USA
		#version_name = "M60A3"
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #SK-105 Kürassier
		amount = 48
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Panhard AML
		amount = 40
		producer = FRA
		#version_name = "Panhard AML"
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Alvis Saladin
		amount = 20
		producer = ENG
		#version_name = "Alvis Saladin"
	}
	add_equipment_to_stockpile = {
		type = APC_2 #M113 APC
		amount = 140
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = APC_2 #Type 6614
		amount = 110
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_4 #BMC Kirpi
		amount = 30
		producer = TUR
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #M101
		amount = 48
		producer = USA
		#version_name = "M101"
	}
	add_equipment_to_stockpile = {
		type = artillery_1 #M119
		amount = 55
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #MIM-72 Chaparral
		amount = 26
		producer = USA
		#version_name = "MIM-72 Chaparral"
	}

	add_equipment_to_stockpile = {
		type = MR_Fighter1 #F-5 Freedom Fighter
		amount = 12
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #Embraer EMB-326
		amount = 3
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-130
		amount = 6
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_plane3 #C-130J
		amount = 2
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #Aeritalia G.222
		amount = 5
		producer = ITA
	}
	if = {
		limit = { has_dlc = "Death or Dishonor" }
		USA = {
			create_production_license = {
				target = TUR
				equipment = {
					type = transport_helicopter2 #Sikorsky UH-60 Black Hawk
				}
				cost_factor = 0
			}
		}

		else = {
			add_equipment_production = { #A400M Atlas
				equipment = {
					type = transport_helicopter2 #Sikorsky UH-60 Black Hawk
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.2
				efficiency = 50
				amount = 1
			}
		}
	}
}