﻿division_template = {
	name = "Bataillon d’Infanterie"

	regiments = {
	   L_Inf_Bat = { x = 0 y = 0 }
	}
	
	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
	}
	
}

units = {
	division = {	
		name = "1er Bataillon d’Infanterie"
		location = 10803	#Abidjan
		division_template = "Bataillon d’Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	
	division = {	
		name = "2éme Bataillon d’Infanterie"
		location = 9372	#Daloa
		division_template = "Bataillon d’Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	
	division = {	
		name = "3éme Bataillon d’Infanterie"
		location = 5070	#
		division_template = "Bataillon d’Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	
	add_equipment_to_stockpile = {
		type = infantry_weapons 
		amount = 1200
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = command_control_equipment 
		amount = 150
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_tank_0 
		amount = 50
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0 
		amount = 50
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Anti_Air_0 
		amount = 50
		producer = SOV
	}
	
	add_equipment_to_stockpile = {
		type = Rec_tank_0 		#AMX-13
		#version_name = "AMX-13"
		amount = 5
		producer = FRA
	}
	
	add_equipment_to_stockpile = {
		type = Rec_tank_0 		#ERC 90
		#version_name = "ERC 90 F1 Lynx"
		amount = 7
		producer = FRA
	}
	
	add_equipment_to_stockpile = {
		type = Rec_tank_0 		#Panhard AML
		amount = 16
		producer = FRA
	}
	
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2 		#Alpha Jet
		amount = 5
		producer = FRA
	}
	
}


	