division_template = {
	name = "Brigada e Këmbësorisë"
	division_names_group = ALB_INF_02
	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 0 y = 2 }
		Arty_Bat = { x = 0 y = 3 }
	}
}

division_template = {
	name = "Brigadën e Mekanizuar"
	division_names_group = ALB_INF_02
	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
		armor_Bat = { x = 0 y = 2 }
	}
	support = {
		armor_Recce_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Batalioni i Komando"
	division_names_group = ALB_SPEC_01
	regiments = {
		Special_Forces = { x = 0 y = 0 }
		Special_Forces = { x = 0 y = 1 }
	}
	priority = 2
}

#According to Wikipedia, 5 "Divisions" (most likely brigade in size actually)
units = {
	division = {
		#name = "Batalioni i Operacioneve Speciale"
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 9914
		division_template = "Batalioni i Komando"
		start_experience_factor = 0.7
		start_equipment_factor = 0.01
	}
	division = {
		#name = "1. Brigada e Këmbësorisë"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 9914
		division_template = "Brigada e Këmbësorisë"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
	division = {
		#name = "2. Brigada e Këmbësorisë"
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 9780
		division_template = "Brigada e Këmbësorisë"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
	division = {
		#name = "3. Brigada e Këmbësorisë"
		division_name = {
			is_name_ordered = yes
			name_order = 3
		}
		location = 3884
		division_template = "Brigada e Këmbësorisë"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
	division = {
		#name = "4. Brigada e Këmbësorisë"
		division_name = {
			is_name_ordered = yes
			name_order = 4
		}
		location = 914
		division_template = "Brigada e Këmbësorisë"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
	division = {
		#name = "5. Brigada e Këmbësorisë"
		division_name = {
			is_name_ordered = yes
			name_order = 5
		}
		location = 6900
		division_template = "Brigadën e Mekanizuar"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	#Eurocopter AS532 Cougar x 4
	add_equipment_to_stockpile = {
		type = infantry_weapons			#AK-47s
		amount = 2000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons4			#M4s
		amount = 400					#at least for 1 battalion
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons4			#Beretta ARX160
		amount = 400					#For special forces
		producer = ITA
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_0			#Strela-2
		amount = 50
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_1			#HJ-8
		amount = 50
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#Land-Rover Defender
		amount = 150
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_1	#Wolf SSA
		amount = 150
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#Iveco VM 90
		amount = 250
		producer = ITA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_4	#Iveco LMV
		amount = 4
		producer = ITA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#Humwee
		amount = 30
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_5	#MRAP
		amount = 3
		producer = USA
	}

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

	add_equipment_to_stockpile = {
		type = APC_1			#Type 63
		amount = 86
		producer = CHI
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_0
		producer = CHI
		variant_name = "Type-59D" # I guess?
		amount = 40
	}

	add_equipment_to_stockpile = {
		type = IFV_1			#BMP-1
		amount = 17
		producer = SOV
	}

	#Fill up what's missing
	add_equipment_to_stockpile = {
		type = command_control_equipment1
		amount = 150
		producer = USA
	}

	#Fixed wing aircraft that have been retired since 2005
	add_equipment_to_stockpile = {
		type = MR_Fighter1	#Chengdu F-7
		amount = 11
		producer = CHI
	}
}
