﻿#
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
}

division_template = {
	name = "Bataillon de Réaction Rapide"

	regiments = {
		Mot_Inf_Bat = {	x = 0 y = 0 }
	}

	support = {
		Mech_Recce_Comp = { x = 0 y = 0 }
	}
}

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 = "2ème Brigade d'Infanterie"
		location = 12874		#Porto Novo
		division_template = "Brigade d'Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "Bataillon de Réaction Rapide"
		location = 10919		#Porto Novo
		division_template = "Bataillon de Réaction Rapide"
		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 = infantry_weapons			#Type 56
		amount = 2000
		producer = CHI
	}


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

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Eland Mk7
		amount = 3
		producer = SAF
	}

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

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

	add_equipment_to_stockpile = {
		type = APC_2				#M113
		amount = 22
		producer = USA
	}

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

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

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

}