﻿#author: Divexz
division_template = {
	name = "Brigada Mecanizada"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 1 }
		Mot_Inf_Bat = { x = 1 y = 2 }
		Mot_Inf_Bat = { x = 1 y = 3 }
	}

	support = {
		Arty_Battery = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Special Forces Group"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 0 }
		Mot_Inf_Bat = { x = 1 y = 1 }
		Mot_Inf_Bat = { x = 1 y = 2 }
		Mot_Inf_Bat = { x = 1 y = 3 }
	}

	support = {
		Arty_Battery = { x = 0 y = 0 }
		SP_AA_Battery = { x = 0 y = 1 }
	}

	priority = 2
}

division_template = {
	name = "Brigada Blindada"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
		armor_Bat = { x = 0 y = 1 }
		armor_Bat = { x = 0 y = 2 }
		Arm_Inf_Bat = { x = 1 y = 0 }
		L_arm_Bat = { x = 1 y = 1 }
		Mech_Inf_Bat = { x = 1 y = 2 }
	}

	support = {
		SP_Arty_Battery = { x = 0 y = 0 }
	}
}
division_template = {
	name = "Brigada de Montaña"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_arm_Bat = { x = 0 y = 2 }
		L_Inf_Bat = { x = 1 y = 0 }
		L_Inf_Bat = { x = 1 y = 1 }
		Arty_Bat = { x = 1 y = 2 }
	}
}
division_template = {
	name = "Brigada de Paracaidistas"

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

	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Recce_Comp = { x = 0 y = 1 }
		L_Engi_Comp = { x = 0 y = 2 }
	}

	priority = 2
}
division_template = {
	name = "Fuerza de Marina"

	regiments = {
		Mot_Marine_Bat = { x = 0 y = 0 }
		Mot_Marine_Bat = { x = 0 y = 1 }
		Mot_Marine_Bat = { x = 0 y = 2 }
	}
}

units = {
	division = {
		name = "4ta Brigada de Paracaidistas"
		location = 12942	#Cordoba
		division_template = "Brigada de Paracaidistas"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Fuerza Marina de la Flota"
		location = 1639		#Puerto Belgrano
		division_template = "Fuerza de Marina" #There is no template with this name
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "Argentinian Special Forces"
		location = 8215
		division_template = "Special Forces Group"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "1a Brigada Blindada"
		location = 12942
		division_template = "Brigada Blindada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "5a Brigada de Montaña"
		location = 4351	#Salta
		division_template = "Brigada de Montaña"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}
	division = {
		name = "10ma Brigada Mecanizada"
		location = 1596		#Santa Rosa
		division_template = "Brigada Mecanizada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
	division = {
		name = "9a Brigada Mecanizada"
		location = 3363	#Comodoro Rivadavia
		division_template = "Brigada Mecanizada"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons1		#Steyr AUG
		amount = 500
		producer = AUS
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		#M16
		amount = 500
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2		#FARA 83
		amount = 2500
		producer = ARG
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2		#G41
		amount = 500
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2		#C8
		amount = 500
		producer = CAN
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#FN-FAL
		amount = 500
		producer = BEL
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_2		#Spike
		amount = 170
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0		#TOW
		amount = 100
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1		#RBS-70
		amount = 200
		producer = SWE
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment2
		amount = 650
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_3
		amount = 950
	}
	add_equipment_to_stockpile = {
		type = mbt_hull_1
		variant_name = "TAM"
		producer = ARG
		amount = 200
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #AMX-13
		amount = 50
		producer = FRA
		#version_name = "AMX-13"
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #SK-105 Kürassier
		amount = 50
		producer = AUS
	}
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #Panhard AML
		amount = 75
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = IFV_3 #TAMSE VCTP
		amount = 160
	}
	add_equipment_to_stockpile = {
		type = APC_2 #M113
		amount = 323
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = artillery_0		#OTO Melara Mod 56
		amount = 100
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = artillery_0		#CITER L33
		amount = 100
		producer = ARG
	}
	add_equipment_to_stockpile = {
		type = SP_arty_1			#VCTM
		amount = 20
		producer = ARG
	}
	add_equipment_to_stockpile = {
		type = SP_arty_1			#Palmaria
		amount = 15
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = SP_R_arty_0		#Pampero
		amount = 5
		producer = ARG
	}
	add_equipment_to_stockpile = {
		type = transport_plane2 #C-212 Aviocar
		amount = 1
		producer = SPR
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #Aeritalia G.222
		amount = 2
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #AgustaWestland AW109
		amount = 6
		producer = ITA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Eurocopter AS332 Super Puma
		amount = 3
		producer = FRA
		#version_name = "Eurocopter AS332 Super Puma"
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Eurocopter AS332 Super Puma
		amount = 3
		producer = FRA
		#version_name = "Eurocopter AS332 Super Puma"
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bell UH-1 Iroquois
		amount = 36
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Aérospatiale SA-330 Puma
		amount = 1
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Strike_fighter1 #IAI Nesher
		amount = 23
		producer = ISR
	}
	add_equipment_to_stockpile = {
		type = Strike_fighter1 #Dassault Mirage 5
		amount = 6
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = Strike_fighter2 #A-4AR Fightinghawk
		amount = 36
		producer = ARG
	}
	add_equipment_to_stockpile = {
		type = AS_Fighter2 #Dassault Mirage III
		amount = 14
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #IA 58 Pucará
		amount = 30
		producer = ARG
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-130 Hercules
		amount = 17
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #A-37 Dragonfly
		amount = 30
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2 #Embraer EMB-312 Tucano
		amount = 27
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = L_Strike_fighter2 #IA 63 Pampa
		amount = 14
		producer = ARG
	}

	add_equipment_production = {
		equipment = {
			type = artillery_1 #L45 CALA 30
			creator = "ARG"
		}
		requested_factories = 1
		progress = 0.2
		efficiency = 50
	}
	add_equipment_production = {
		equipment = {
			type = L_Strike_fighter2 #IA 63 Pampa
			creator = "ARG"
		}
		requested_factories = 1
		progress = 0.2
		efficiency = 50
	}

	if = {
		limit = { has_dlc = "Death or Dishonor" }
		USA = {
			create_production_license = {
				target = ARG
				equipment = {
					type = transport_helicopter1 #Bell UH-1 Iroquois
				}
				cost_factor = 0
			}
			create_production_license = {
				target = ARG
				equipment = {
					type = naval_plane1 #P-3 Orion
				}
				cost_factor = 0
			}

		}
		else = {
			add_equipment_production = {
				equipment = {
					type = transport_helicopter1 #Bell UH-1 Iroquois
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.2
				efficiency = 50
			}
			add_equipment_production = {
				equipment = {
					type = naval_plane1 #P-3 Orion
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.2
				efficiency = 50
			}
		}
	}
}