﻿division_template = {
	name = "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 }
	}
}

division_template = {
	name = "Mechanised Infantry Brigade"
	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
		Arm_Inf_Bat = { x = 0 y = 2 }
	}

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

division_template = {
	name = "Armoured Brigade"
	regiments = {
		armor_Bat = { x = 0 y = 0 }
		armor_Bat = { x = 0 y = 1 }
		Arm_Inf_Bat = { x = 0 y = 2 }
	}

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

units = {
	#Approximately 17 000 to 25 000 troops in Congo

	#1st Division
	division = {
		name = "11th Infantry Brigade"
		location = 9962  	#Kigali
		division_template = "Mechanised Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "12th Infantry Brigade"
		location = 9962  	#Kigali
		division_template = "Mechanised Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "13th Armoured Brigade"
		location = 9962  	#Kigali
		division_template = "Armoured Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#2nd Division
	division = {
		name = "21st Infantry Brigade"
		location = 1181  	#North Kivu
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "22nd Infantry Brigade"
		location = 1181  	#North Kivu
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "23rd Infantry Brigade"
		location = 4941  	#South Kivu
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#3rd Division
	division = {
		name = "31st Infantry Brigade"
		location = 6387  	#Eastern Congo
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "32nd Infantry Brigade"
		location = 3554  	#Eastern Congo
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "33rd Infantry Brigade"
		location = 1950  	#Eastern Congo
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#4th Division
	division = {
		name = "41st Infantry Brigade"
		location = 6542  	#Butare
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "42nd Infantry Brigade"
		location = 6542  	#Butare
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "43rd Infantry Brigade"
		location = 6542  	#Butare
		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 = 8000
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 600
		producer = RWA
	}

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

	add_equipment_to_stockpile = {
		type = IFV_1			 #BMP-1
		amount = 30
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_3			 #Ratel 20
		amount = 35
		producer = SAF
	}

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

	add_equipment_to_stockpile = {
		type = APC_3			 #ZSL-92
		amount = 20
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = APC_1			 #Panhard M3
		amount = 16
		producer = FRA
	}

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

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

	add_equipment_to_stockpile = {
		type = SP_R_arty_1			 #RM-70
		amount = 5
		producer = CZE
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_1			 #LAR-160
		amount = 5
		producer = ISR
	}

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

	add_equipment_to_stockpile = {
		type = artillery_0			 #M101
		#version_name = "M101"
		amount = 10
		producer = USA
	}

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