﻿division_template = {
	name = "Liwa Harass Jumhori"

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

	priority = 2
}

division_template = {
	name = "Liwa Mushat"

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

}

division_template = {
	name = "Liwa Milishia"

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

	priority = 0
}

division_template = {
	name = "Haras Albitrul"

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

}

division_template = {
	name = "Rijal Qabayil"

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

	priority = 0

}

units = {

	#Presidential Guard
	division = {
		name = "Liwa Harass Jumhori"
		location = 1149 		#
		division_template = "Liwa Harass Jumhori"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	#Misrata Brigades
	division = {
		name = "1. Liwa Mushata"
		location = 9980 		#
		division_template = "Liwa Mushat"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}


	#Sabratha Revolutionary Brigades
	division = {
		name = "1. Liwa Thuri Sabratha"
		location = 1149 		#
		division_template = "Liwa Milishia"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "2. Liwa Thuri Sabratha"
		location = 7066 		#
		division_template = "Liwa Milishia"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}


	#Petroleum Facilities Guards
	division = {
		name = "1. Haras Albitrul"
		location = 12039 		#
		division_template = "Haras Albitrul"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "2. Haras Albitrul"
		location = 1189		#
		division_template = "Haras Albitrul"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "3. Haras Albitrul"
		location = 4962 		#
		division_template = "Haras Albitrul"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "4. Haras Albitrul"
		location = 10037 		#
		division_template = "Haras Albitrul"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}


	#Tuareg Militias
	division = {
		name = "1. Liwa Tuareg"
		location = 9136 		#
		division_template = "Rijal Qabayil"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}


	#Tebu Militias
	division = {
		name = "1. Liwa Tebu"
		location = 4962 		#
		division_template = "Rijal Qabayil"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}


	#Militias to buff
	division = {
		name = "2. Liwa Milishia"
		location = 4117 		#
		division_template = "Liwa Milishia"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "3. Liwa Milishia"
		location = 4962 		#
		division_template = "Liwa Milishia"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 8000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 1000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 300
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0
		amount = 100
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0
		amount = 300
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 400
		producer = SOV
	}

}