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

}

division_template = {
	name = "Commando Bataillon"

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

	priority = 2
}

units = {

	division = {
		name = "1ère Brigade d'Infanterie"
		location = 10919		#Porto Novo
		division_template = "Brigade d'Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "Commando Bataillon"
		location = 10919		#Porto Novo
		division_template = "Commando Bataillon"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#PT-76
		amount = 20
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#BRDM-2
		#version_name = "BRDM-2"
		amount = 14
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_3		#Panhard VBL
		amount = 10
		producer = FRA
	}

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

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

}