﻿division_template = {
	name = "Infantry Brigade"

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

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

}

division_template = {
	name = "Mechanised Infantry Battalion"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
	}

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

}

division_template = {
	name = "Airborne Battalion"

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

	priority = 2

}

units = {

	division = {
		name = "The Airborne Force"
		location = 8039  	#Tamale
		division_template = "Airborne Battalion"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Infantry Brigade"
		location = 12787  	#Sunyani
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	division = {
		name = "Presidential Guard"
		location = 9493  	#Accra
		division_template = "Mechanised Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Infantry Brigade"
		location = 10862  	#Tema
		division_template = "Infantry Brigade"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

}

instant_effect = {

	add_equipment_to_stockpile = {
		type = command_control_equipment
		amount = 250
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons
		amount = 2500
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0
		amount = 100
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0
		amount = 150
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = APC_2			#Piranha I
		amount = 50
		producer = SWI
	}

	add_equipment_to_stockpile = {
		type = artillery_0			#D-30
		amount = 6
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 100
		producer = GAH
	}

}