﻿division_template = {
	name = "Liwa Mushat" 	#Infantry Brigade
	
	regiments = { 
		L_Inf_Bat = { x = 0 y = 0 } 
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		L_Recce_Comp = { x = 0 y = 0 }
	}
}

units = { 
	#"...in 2011 Israel estimated that the Brigades have a core of several hundred members who receive military-style 
	#training, including training in Iran and Syria.[29] Additionally, the brigades have an estimated 30,000 operatives 
	#'of varying degrees of skill and professionalism'"
	#Let's set that to a couple active "brigades"

	division = {
		name = "1. Liwa Mushat" 
		location = 13207 #?
		division_template = "Liwa Mushat" 
		start_experience_factor = 0.3
		start_equipment_factor = 0.01		
	}

	division = {
		name = "2. Liwa Mushat" 
		location = 13207 #?
		division_template = "Liwa Mushat" 
		start_experience_factor = 0.3
		start_equipment_factor = 0.01		
	}

	division = {
		name = "3. Liwa Mushat" 
		location = 13207 #?
		division_template = "Liwa Mushat" 
		start_experience_factor = 0.3
		start_equipment_factor = 0.01		
	}

}

instant_effect = {
			
	add_equipment_to_stockpile = {
		type = infantry_weapons		
		amount = 2000
		producer = SOV
	}
			
	add_equipment_to_stockpile = {
		type = command_control_equipment		
		amount = 250
		producer = SOV
	}
			
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_2		#Kornet
		amount = 20
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1		#Konkurs
		amount = 20
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_tank_1		#Bulsae-2
		amount = 60
		producer = NKO
	}
	
	add_equipment_to_stockpile = {
		type = Anti_tank_0		#Malyutka
		amount = 60
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_Air_0		#SA-7
		amount = 35
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_Air_1		#SA-16
		amount = 35
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_Air_2		#SA-24
		amount = 35
		producer = SOV
	}
	
}