﻿division_template = {
	name = "Fawj Aljamal" 	#Camel Corps Regiment

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

division_template = {
	name = "Firqa Harmia" 	#Garrison Brigade

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
	}
}

division_template = {
	name = "Firqa Mushat" 	#Infantry Brigade

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		armor_Comp = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Katiba Midali" 	#Airborne Battalion

	regiments = {
		L_Air_Inf_Bat = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "Fawj Aljamal"
		location = 10779 #?
		division_template = "Fawj Aljamal"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "1. Firqa Harmia"
		location = 6709 #?
		division_template = "Firqa Harmia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Firqa Harmia"
		location = 8058 #?
		division_template = "Firqa Harmia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "3. Firqa Harmia"
		location = 10771 #?
		division_template = "Firqa Harmia"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "1. Firqa Mushat"
		location = 8035 #?
		division_template = "Firqa Mushat"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Firqa Mushat"
		location = 6709 #?
		division_template = "Firqa Mushat"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "Katiba Midali"
		location = 6709 #?
		division_template = "Katiba Midali"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons			#AKM
		amount = 1500
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons			#PM md. 63
		amount = 1000
		producer = ROM
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons			#Type 56
		amount = 1000
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_1		#MILAN
		amount = 200
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0		#SA-7
		amount = 200
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 450
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = MBT_1		#T-55
		amount = 35
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 450
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Panhard AML
		#version_name = "Panhard AML"
		amount = 60
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Alvis Saladin
		#version_name = "Alvis Saladin"
		amount = 40
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#M101
		amount = 35
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#D-30
		amount = 30
		producer = SOV
	}
}