﻿division_template = {
	name = "Brigade d'Infanterie"

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

	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
		armor_Recce_Comp = { x = 0 y = 2 }
	}

}
division_template = {
	name = "Régiment Aéroporté"

	regiments = {
		L_Air_Inf_Bat = { x = 0 y = 0 }
	}

	priority = 2
}
units = {
	division = {
		name = "1ère Brigade d'Infanterie"
		location = 10836		#
		division_template = "Brigade d'Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "2ème Brigade d'Infanterie"
		location = 7983			#
		division_template = "Brigade d'Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
}
instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons			#AK-47
		amount = 1200
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons			#G3
		amount = 200
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1			#SIG SG 540
		amount = 200
		producer = SWI
	}


	add_equipment_to_stockpile = {
		type = Rec_tank_0		#EE-9 Cascavel
		amount = 24
		producer = BRA
	}

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

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

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Ferret
		amount = 30
		producer = ENG
	}

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

	add_equipment_to_stockpile = {
		type = Anti_Air_0				#Strelas
		amount = 30
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = transport_helicopter1				#Mi-17
		amount = 3
		producer = SOV
	}
}