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

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

	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
		Mech_Recce_Comp = { x = 0 y = 1 }
		armor_Comp = { x = 0 y = 2 }
	}
}

units = {
	division = {
		name = "Regiment d'Infanterie"
		location = 12830  	#
		division_template = "Regiment 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 = APC_2 		#VAB
		amount = 10
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0 		#Ferret
		amount = 10
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = MBT_1 		#T-55
		amount = 4
		producer = SOV
	}
}