﻿division_template = {
	name = "División Motorizado"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		Arm_Inf_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		armor_Comp = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
		SP_Arty_Battery = { x = 0 y = 2 }
	}
}

division_template = {
	name = "División Ligero"

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

division_template = {
	name = "Regimiento Paracaidista"

	regiments = {
		L_Air_Inf_Bat = { x = 0 y = 0 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Marine Battalion"

	regiments = {
		L_Marine_Bat = { x = 0 y = 0 }
	}
}


#Uruguayan units are sub-standard size, mostly around 30%.
#Div are at most bde size, while bn are of reinforced
#coy strength. Regts are also coy size, some bn size, with the largest formation being the 2nd armd cav regt.
#The Military balance pg 411

units = {

	division = {
		name = "1er División Motorizado"
		location = 10362  #
		division_template = "División Motorizado"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

	division = {
		name = "2do División Motorizado"
		location = 12440  #
		division_template = "División Motorizado"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "1er División Ligero"
		location = 1641  #
		division_template = "División Ligero"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "1er Regimiento Paracaidista"
		location = 1641  #
		division_template = "Regimiento Paracaidista"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "Marine Battalion"
		location = 1641  #
		division_template = "Marine Battalion"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

}


instant_effect = {


	add_equipment_to_stockpile = {
		type = infantry_weapons #FN FAL
		amount = 1700
		producer = BEL
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1	#Light Anti Tank
		amount = 90
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 240
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0	#Heavy Anit Tank
		amount = 20
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_0 #Tiran-5
		variant_name = "T-55"
		amount = 15
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel
		amount = 15
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_3 #GAZ Vodnik
		amount = 48
		producer = SOV
		#version_name = "GAZ Vodnik"
	}
	add_equipment_to_stockpile = {
		type = APC_1 #OT-64
		amount = 47
		producer = POL
		#version_name = "OT-64"
	}
	add_equipment_to_stockpile = {
		type = IFV_1 #BMP-1
		amount = 18
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_2 #M113 APC
		amount = 24
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = APC_2 #MT-LB
		amount = 3
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = APC_2 #Condor
		amount = 54
		producer = GER
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0 	#EE-3 Jararaca
		amount = 16
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = APC_1 #OT-64
		amount = 53
		producer = POL
		#version_name = "OT-64"
	}
	add_equipment_to_stockpile = {
		type = APC_2 #Mowag Piranha I
		amount = 147
		producer = SWI
	}
	add_equipment_to_stockpile = {
		type = SP_arty_0 #2S1 Gvozdika
		amount = 6
		producer = SOV
		#version_name = "2S1 Gvozdika"
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #M101
		amount = 28
		producer = USA
		#version_name = "M101"
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #M102
		amount = 8
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #M114
		amount = 8
		producer = USA
		#version_name = "M114"
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #A-37 Dragonfly
		amount = 13
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #IA 58 Pucará
		amount = 5
		producer = ARG
	}

	add_equipment_to_stockpile = {
		type = transport_plane1			#C130
		amount = 6
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1			#Huey
		amount = 6
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1			#Eurocopter
		amount = 2
		producer = FRA
	}
}