﻿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 = {
	###tanks###
	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 = 55
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Alvis Saladin
		amount = 24
		producer = ENG
		#version_name = "Alvis Saladin"
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Panhard AML
		amount = 35
		producer = FRA
		#version_name = "Panhard AML"
	}

	####apc####
	add_equipment_to_stockpile = {
		type = APC_2 #M113 APC
		amount = 140
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = APC_2  #"EE-11 Urutu"
		amount = 18
		producer = BRA
	}

	add_equipment_to_stockpile = {
		type = APC_2 #"Type 6614"
		amount = 110
		producer = ITA
	}
###Artillery###

	add_equipment_to_stockpile = {
		type = artillery_0 #M101
		amount = 48
		producer = USA
		#version_name = "M101"
	}


	add_equipment_to_stockpile = {
		type = artillery_1 #M119
		amount = 57
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = artillery_0 #USA_artillery_0_variant:0 "M198 howitzer"
		amount = 57
		producer = USA
	}

####ATGMS####
	add_equipment_to_stockpile = {
		type = Anti_tank_1 #"MILAN"
		amount = 500
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1 # "BGM-71 TOW"
		amount = 100
		producer = USA
	}

#####AIR DEFENSE###
	add_equipment_to_stockpile = {
		type = Anti_Air_1 #Robotsystem 70"
		amount = 48
		producer = SWE
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0 #variant:0 "M-48 Chaparral"
		amount = 25
		producer = USA
	}

#########Air Force####
	add_equipment_to_stockpile = {
		type = MR_Fighter1 #"F-5 Freedom Fighter"
		amount = 15
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #Embraer EMB-326k
		amount = 3
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #Embraer EMB-326L
		amount = 2
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-130B
		amount = 5
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-130H
		amount = 2
		producer = USA
	}

##helocopters##
	add_equipment_to_stockpile = {
		type = attack_helicopter1 # "Aérospatiale SA-341Gazelle"
		amount = 5
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 # "Bell UH-1h Iroquois"
		amount = 2
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = transport_helicopter1 # "Bell UH-1n Iroquois"
		amount = 2
		producer = USA
	}


	####Infantry Equipment###
	add_equipment_to_stockpile = {
		type = infantry_weapons2
		amount = 1600
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 290
		producer = USA
	}
}