﻿division_template = {
	name = "Light Infantry Battalion"

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

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

}

division_template = {
	name = "Motorised Infantry Battalion"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
	}

	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
		L_Engi_Comp = { x = 0 y = 1 }
		SP_Arty_Battery = { x = 0 y = 2 }
	}

}

division_template = {
	name = "Airborne Battalion"

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

	priority = 2

}

units = {

	#Northern Command
	division = {
		name = "The Airborne Force"
		location = 8039  	#Tamale
		division_template = "Airborne Battalion"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
	division = {
		name = "3rd Light Infantry Battalion"
		location = 12787  	#Sunyani
		division_template = "Light Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "4th Light Infantry Battalion"
		location = 12787  	#Kumasi
		division_template = "Light Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "6th Light Infantry Battalion"
		location = 8039  	#Tamale
		division_template = "Light Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}

	#Southern Command
	division = {
		name = "64th Infantry Regiment (Rapid Reaction Battalion)"
		location = 9493  	#Accra
		division_template = "Motorised Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "1st Light Infantry Battalion"
		location = 10862  	#Tema
		division_template = "Light Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "2nd Light Infantry Battalion"
		location = 12742  	#Takoradi
		division_template = "Light Infantry Battalion"
		start_experience_factor = 0.1
		start_equipment_factor = 0.01
	}
	division = {
		name = "5th Light Infantry Battalion"
		location = 9493  	#Accra
		division_template = "Light Infantry Battalion"
		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 = Rec_tank_1			#Ratel 90
		amount = 39
		producer = SAF
	}

	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 = SP_R_arty_0			#Type-81
		amount = 6
		producer = CHI
	}

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

	if = {
		limit = { has_dlc = "Death or Dishonor" }
		BRA = {
			create_production_license = {
				target = GAH
				equipment = {
					type = L_Strike_fighter3			#Embraer Super Tucano
				}
				cost_factor = 0
			}
		}
		else = {
			add_equipment_production = {
				equipment = {
					type = L_Strike_fighter3
					creator = "BRA"
				}
				requested_factories = 1
				progress = 0.2
				efficiency = 50
			}
		}
	}

}