﻿division_template = {
	name = "Hezbollah Special Unit"
	regiments = {
		Special_Forces = { x = 0 y = 0 }
		Special_Forces = { x = 0 y = 1 }
	}
	support = {
	L_Recce_Comp = { x = 0 y = 0 }
	L_Engi_Comp = { x = 0 y = 1 }
	SP_Arty_Battery = { x = 0 y = 2 }
	}
	priority = 2
}

division_template = {
	name = "Hezbollah Regular Brigade"
	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }

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

		SP_Arty_Bat = { x = 2 y = 0 }
		SP_Arty_Bat = { x = 2 y = 1 }
		SP_Arty_Bat = { x = 2 y = 2 }
	}
}

division_template = {
	name = "Hezbollah Reservist Brigade"
	regiments = {
		Mot_Militia_Bat = { x = 0 y = 0 }
		Mot_Militia_Bat = { x = 0 y = 1 }
		Mot_Militia_Bat = { x = 0 y = 2 }

		Militia_Bat = { x = 1 y = 0 }

		SP_Arty_Bat = { x = 2 y = 0 }
	}
	support = {
		L_Recce_Comp = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}
	priority = 0
}

units = {
### Lebanese Hezbollah ###
	division = {
		name = "Haidar Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Regular Brigade"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Badr Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Regular Brigade"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Nasr Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Regular Brigade"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}
	division = {
		name = "Unit 910"
		location = 11919 #Lebanon
		division_template = "Hezbollah Special Unit"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
	division = {
		name = "Unit 3800"
		location = 11919 #Lebanon
		division_template = "Hezbollah Special Unit"
		start_experience_factor = 0.75
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Reserve Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Reservist Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Reserve Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Reservist Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Reserve Brigade"
		location = 11919 #Lebanon
		division_template = "Hezbollah Reservist Brigade"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	#captured from Lebanese army and Israel
	add_equipment_to_stockpile = {
		type = APC_2 #M113
		amount = 80
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_0	#Aras
		amount = 600
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		variant_name = "T-55"
		amount = 60
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_0	#Fajr-1
		amount = 180
		producer = PER
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_1	#Fajr-3
		amount = 110
		producer = PER
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment2
		amount = 600
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 1000
		producer = PER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons #Licence produced German G3 rifle
		amount = 5000
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons #AKM
		amount = 3000
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons2 #AK-74M
		amount = 2000
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons4 #American M4
		amount = 800
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = infantry_weapons1 #S.5.56
		amount = 1000
		producer = PER
	}

	#ATGM
	add_equipment_to_stockpile = {
		type = Anti_tank_0 #Saeghe
		amount = 350
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 200
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 100
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1 #Toophan 5/Towsan-1
		amount = 130
		producer = PER
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_2 #Dehlavie/Kornet
		amount = 50
		producer = SOV
	}

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