﻿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 = 1 y = 0 }
		L_Inf_Bat = { x = 1 y = 1 }
	}

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

}
division_template = {
	name = "Commando Bataillon"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
	}

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

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

	add_equipment_to_stockpile = {
		type = infantry_weapons			#Type 56
		amount = 2000
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#AML
		amount = 18
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0		#BRDM-2
		#version_name = "BRDM-2"
		amount = 30
		producer = SOV
	}

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

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

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

}