﻿division_template = {
	name = "Armoured Brigade"

	division_names_group = GEN_AFR_ARM

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

	support = {
		SP_Arty_Battery = { x = 0 y = 0 }
	}

}

division_template = {
	name = "Infantry Brigade"

	division_names_group = GEN_AFR_INF
	
	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat  = { x = 1 y = 0 }
	}
	
	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
		armor_Recce_Comp = { x = 0 y = 2 }
	}
	
}

units = {

	division = {
		#name = "1st Armoured Brigade"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 336 		#
		division_template = "Armoured Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		#name = "1st Infantry Brigade"
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 336 		#
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		#name = "2nd Infantry Brigade"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 10525 		#
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons			#AKM
		amount = 1000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1			#M16
		amount = 100
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1			#IMI Galil
		amount = 100
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2			#L85
		amount = 100
		producer = ENG
	}

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

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#SK-105 Kürassier
		amount = 20
		producer = AUS
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_1		#Scorpion
		amount = 25
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_1		#RAM-V-2
		amount = 10
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_3		#VBL
		amount = 64
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = APC_1		#BTR-60
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_3		#Spartan
		amount = 6
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = APC_4		#Piranha III
		amount = 45
		producer = SWI
	}

	add_equipment_to_stockpile = {
		type = artillery_1		#L118
		amount = 12
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#Mod 56
		amount = 6
		producer = ITA
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#Soltam
		amount = 12
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_0		#APR-40
		amount = 20
		producer = ROM
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0		#TOW
		amount = 50
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1		#Javelin
		amount = 50
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0		#Strela
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1		#Igla
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = MR_Fighter1		#F-5
		amount = 14
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = transport_plane1		#C-130
		amount = 3
		producer = USA
	}
	
	add_equipment_to_stockpile = {
		type = transport_plane2		#C-212	
		amount = 1
		producer = SPR
	}

}