﻿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 = "Brigade de Infanteria Mecanizada"
	
	regiments = {
		L_arm_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
	}
	
	support = {
		Arty_Battery = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
	}
	
}

units = {
	division = {	
		name = "1. Brigada de Infanteria"
		location = 2152
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {	
		name = "2. Brigada de Infanteria"
		location = 2152
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {	
		name = "3. Brigada de Infanteria"
		location = 2173
		division_template = "Brigada de Infanteria"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {	
		name = "Brigade de Infanteria Mecanizada"
		location = 2194
		division_template = "Brigade de Infanteria Mecanizada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	
	add_equipment_to_stockpile = {
		type = infantry_weapons3
		amount = 2000
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 200
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 105
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 40
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 73
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 100
		producer = PAR
	}
	
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel
		amount = 30
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = APC_2 #EE-11 Urutu
		amount = 10
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = artillery_0 #M101
		#version_name = "M101"
		amount = 15
		producer = USA
	}
	
	add_equipment_to_stockpile = {
		type = MR_Fighter1 #F-5
		amount = 12
		producer = USA
	}
	
	add_equipment_to_stockpile = {
		type = L_Strike_fighter1 #EMB-326
		amount = 6
		producer = BRA
	}
	
	
}
