﻿division_template = {
	name = "Mechanised Regiment"

	regiments = {
		Arm_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
	}
}


division_template = {
	name = "Infantry Regiment"

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

division_template = {
	name = "Commando Battalion"

	regiments = {
		Special_Forces = { x = 0 y = 0 }
	}

	priority = 2
}

division_template = {
	name = "Presidential Guard"

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

	priority = 2
}

units = {
	division = {
		name = "Mechanised Regiment"
		location = 12843
		division_template = "Mechanised Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}
	division = {
		name = "Infantry Regiment"
		location = 1951
		division_template = "Infantry Regiment"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

	division = {
		name = "Commando Battalion"
		location = 1951
		division_template = "Commando Battalion"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

	division = {
		name = "Presidential Guard"
		location = 1951
		division_template = "Presidential Guard"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 2000
		producer = SOV
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 300
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		variant_name = "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
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel
		amount = 36
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_3 #VBL
		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
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2 # ALPHA JET
		amount = 5
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1  #EMB-326
		amount = 4
		producer = BRA
	}
}