﻿division_template = {
	name = "Brigada Blindada"

	regiments = {
		L_arm_Bat = { x = 0 y = 0 }
		L_arm_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Regimiento de Infantería Motorizada"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Brigada de Asalto Aéreo"

	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_Engi_Comp = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Brigada de Infanteria"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		L_Inf_Bat = { x = 0 y = 1 }
		L_Inf_Bat = { x = 0 y = 2 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Brigada Marina"

	regiments = {
		L_Marine_Bat = { x = 0 y = 0 }
		L_Marine_Bat = { x = 0 y = 1 }
		L_Marine_Bat = { x = 0 y = 2 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 1 }
	}
}

units = {
	division = {
		name = "Brigada Blindada"
		location = 5230
		division_template = "Brigada Blindada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "Regimiento de Infantería Motorizada"
		location = 5230
		division_template = "Regimiento de Infantería Motorizada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "1. Brigada de Asalto Aéreo"
		location = 10987
		division_template = "Brigada de Asalto Aéreo"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Brigada de Asalto Aéreo"
		location = 7231
		division_template = "Brigada de Asalto Aéreo"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

	division = {
		name = "1. Brigada de Infanteria"
		location = 5230
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Brigada de Infanteria"
		location = 12930
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "3. Brigada de Infanteria"
		location = 10987
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "4. Brigada de Infanteria"
		location = 5179
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "5. Brigada de Infanteria"
		location = 7412
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "6. Brigada de Infanteria"
		location = 7335
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.5
		start_equipment_factor = 0.01
	}

	division = {
		name = "1. Brigada Marina"
		location = 7335
		division_template = "Brigada Marina"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

	division = {
		name = "2. Brigada Marina"
		location = 5230
		division_template = "Brigada Marina"
		start_experience_factor = 0.6
		start_equipment_factor = 0.01
	}

}
instant_effect = {

	add_equipment_to_stockpile = {
		type = Rec_tank_0			#SK-105 Kurassier
		amount = 36
		producer = AUS
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0			#EE-9 Cascavel
		amount = 24
		producer = BRA
	}

	add_equipment_to_stockpile = {
		type = Rec_tank_0			#Cadillac Gage Commando V-100
		#version_name = "Cadillac Cage Commando"
		amount = 10
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = APC_2				#M113
		amount = 18
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = APC_1				#Mowag Roland
		amount = 20
		producer = SWI
	}

	add_equipment_to_stockpile = {
		type = IFV_3				#EE-11 Urutu
		amount = 24
		producer = BRA
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#M101
		amount = 30
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = artillery_0		#Type 54
		amount = 18
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0				#HN-5
		amount = 300
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1				#HJ-8B
		amount = 200
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0				#
		amount = 200
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0				#ZIL-131
		amount = 450
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0				#M151 Jeep
		amount = 600
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1					#Galil AR
		amount = 1200
		producer = ISR
	}

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

	add_equipment_to_stockpile = {
		type = infantry_weapons1					#Steyr Aug
		amount = 1200
		producer = AUS
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons2					#SA80
		amount = 1200
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1					#SIG SG 540
		amount = 1200
		producer = SWI
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons					#Type 56
		amount = 1200
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 700
		producer = BOL
	}

	add_equipment_to_stockpile = {
		type = transport_plane1			#C-130
		amount = 14
		producer = USA
	}


}