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

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

units = {

	division = {			
		name = "1er Bataillon d'Infanterie"
		location = 1975 
		division_template = "Bataillon d'Infanterie"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {			
		name = "2éme Bataillon d'Infanterie"
		location = 10758 
		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 = 500
		producer = SOV
	}
 
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 50
		producer = SOV
	}
 
	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 150
		producer = NGR
	}
 
	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Panhard AML
		#version_name = "Panhard AML"
		amount = 90
		producer = FRA
	}
	
 }