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

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }

	}
}

division_template = {
	name = "Airborne Battalion"

	regiments = {
		L_Air_Inf_Bat = { x = 0 y = 0 }
	}
	priority = 2

}


division_template = {
	name = "Bataillon d'Recce"

	regiments = {
		L_arm_Bat = { x = 0 y = 0 }
	}

}



units = {

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

	division = {
		name = "Airborne Battalion"
		location = 11301
		division_template = "Airborne Battalion"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "Bataillon d'recce"
		location = 10758
		division_template = "Bataillon d'Recce"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1500
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = Rec_tank_0		#Panhard AML
		#version_name = "Panhard AML"
		amount = 125
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = transport_plane1		#C130
		amount = 1
		producer = USA
	}

 }