﻿division_template = {
	name = "Infantry Regiment"

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

units = {
	division = {
		name = "1st Regiment"
		location = 1951
		division_template = "Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Regiment"
		location = 12843
		division_template = "Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 1150
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 150
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 80
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0
		amount = 0
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 60
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = MBT_1 #T-55
		amount = 2
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_1 #FV101 Scorpion
		amount = 9
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Panhard AML
		amount = 10
		producer = FRA
		#version_name = "Panhard AML"
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_5 #Bastion PATSAS
		amount = 30
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel
		amount = 36
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_3 #VBL M-ll
		amount = 2
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = IFV_3 #BMP-2
		amount = 20
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_1 #Henschel UR-416
		amount = 30
		producer = GER
		#version_name = "Henschel UR-416"
	}
	#TPT • Medium (1 SA330 Puma in store)
}