﻿division_template = {
	name = "Infantry Battalion"

	regiments = {
		L_Inf_Bat = { x = 0 y = 0 }
		
	}
	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
	}
}

units = {

	division = {	
		name = "Infantry Battalion"
		location = 10906
		division_template = "Infantry Battalion"
		start_experience_factor = 0.2
		start_equipment_factor = 0.01
	}

}

instant_effect = {
	
	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 200
		producer = BEL
	}
		add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 25
		producer = USA
	}
		add_equipment_to_stockpile = {
		type = Anti_tank_1
		amount = 13
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_1
		amount = 0
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = Anti_Air_1
		amount = 10
		producer = USA
	}
		
	add_equipment_to_stockpile = {
		type = Rec_tank_0 #EE-9 Cascavel
		amount = 6
		producer = BRA
	}
	add_equipment_to_stockpile = {
		type = APC_2 #EE-11 Urutu
		amount = 15
		producer = BRA
	}
}	
	