﻿##### Division Templates #####
division_template = {
	name = "(Mek.) Prikaati 2005"		# Main Combat Brigade (with IFVs)

	division_names_group = FIN_MEC_01

	regiments = {
		Arm_Inf_Bat = { x = 0 y = 0 }
		Arm_Inf_Bat = { x = 0 y = 1 }
		Arm_Inf_Bat = { x = 0 y = 2 }
		Arty_Bat = { x = 0 y = 3 }
		SP_AA_Bat = { x = 0 y = 4 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "(Mot.) Prikaati 2005"		# Main Combat Brigade (with APCs)

	division_names_group = FIN_MEC_01

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Mech_Inf_Bat = { x = 0 y = 1 }
		Mech_Inf_Bat = { x = 0 y = 2 }
		Arty_Bat = { x = 0 y = 3 }
		SP_AA_Bat = { x = 0 y = 4 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Mekanisoitu Taisteluosasto"	#Mechanised Combat Group

	division_names_group = FIN_ARM_01

	regiments = {
		armor_bat = { x = 0 y = 0 }
		Arm_Inf_Bat = { x = 0 y = 1 }
		SP_Arty_Bat = { x = 0 y = 2 }
	}
	support = {
		H_Engi_Comp = { x = 0 y = 0 }
		SP_AA_Battery = { x = 0 y = 1 }
	}
}

division_template = {
	name = "Motorisoitu Taisteluosasto" #Motorised Combat Group

	division_names_group = FIN_INF_01

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
		Arty_Bat = { x = 0 y = 2 }
	}
	support = {
		SP_AA_Battery = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Erikoisjääkärirykmentti"	#Special Jäger Regiment

	division_names_group = FIN_ARB_01

	regiments = {
		L_Air_assault_Bat = { x = 0 y = 0 }	#Air Cavalry Unit
		Special_Forces = { x = 0 y = 1 }
	}


	priority = 2
}

division_template = {
	name = "Kaartin Jääkärirykmentti"	#Guard Jäger Regiment

	division_names_group = FIN_SPEC_02

	regiments = {
		Special_Forces = { x = 0 y = 0 }
		Special_Forces = { x = 0 y = 1 }
	}

	priority = 2
}

division_template = {
	name = "Rannikkoprikaati"			#Coastal Brigade

	division_names_group = FIN_MAR_01

	regiments = {
		L_Marine_Bat = { x = 0 y = 0 }
	}
	support = {
		L_Engi_Comp = { x = 0 y = 0 }
	}
}

#Ground Forces
units = {
	division = {
		#name = "Jääkäriprikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 6087	#Sodankylä
		division_template = "Motorisoitu Taisteluosasto"
		start_experience_factor = 0.65
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Kaartin Jääkärirykmentti"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 11105	#Helsinki
		division_template = "Kaartin Jääkärirykmentti"
		start_experience_factor = 0.7
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Kainuun Jääkäriprikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 3
		}
		location = 3125		#Kajaani
		division_template = "(Mot.) Prikaati 2005"
		start_experience_factor = 0.65
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Karjalan Prikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 4
		}
		location = 9183		#Kouvola
		division_template = "(Mek.) Prikaati 2005"
		start_experience_factor = 0.65
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Panssariprikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 9167		#Hattula
		division_template = "Mekanisoitu Taisteluosasto"
		start_experience_factor = 0.65
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Porin Prikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 32		#Säkylä
		division_template = "(Mot.) Prikaati 2005"
		start_experience_factor = 0.65
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Utin Jääkärirykmentti"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 9183		#Kouvola
		division_template = "Erikoisjääkärirykmentti"
		start_experience_factor = 0.9
		start_equipment_factor = 0.01
	}

	division = {
		#name = "Uudenmaan Prikaati"
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 11211	#Raasepori
		division_template = "Rannikkoprikaati"
		start_experience_factor = 0.7
		start_equipment_factor = 0.01
	}
}

instant_effect = {U
	add_equipment_to_stockpile = {
		type = CV_MR_Fighter3 #F/A-18
		producer = USA
		amount = 64
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons		#RK-62
		amount = 90000				#One Rifle for every possible reservist, so about 400k pieces
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons3		#RK-95
		amount = 3300				#About 10k pieces
	}

	add_equipment_to_stockpile = {
		type = Anti_tank_0		#95S 58-61 Musti (Recoilles Rifle)
		amount = 150
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_0		#BGM-71 TOW
		amount = 100
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = Heavy_Anti_tank_2		#Spike-MR
		amount = 100
		producer = ISR
	}

	add_equipment_to_stockpile = {
		type = SP_arty_2	#Patria AMOS Self Propelled Mortar System
		amount = 18
	}

	add_equipment_to_stockpile = {
		type = MBT_4		#Leopard 2A6
		#version_name = "Leopard 2A6"
		amount = 100
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = MBT_4		#Leopard 2A4
		amount = 100
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = IFV_4		#CV9030
		amount = 102
		producer = SWE
	}

	add_equipment_to_stockpile = {
		type = IFV_3		#BMP-2
		amount = 110
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_2		#MT-LB
		amount = 407
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_5		#Patria AMV (XA-360)
		amount = 62
	}

	add_equipment_to_stockpile = {
		type = APC_4		#Patria XA-203
		amount = 48
	}

	add_equipment_to_stockpile = {
		type = APC_4		#Patria XA-202
		amount = 101
	}

	add_equipment_to_stockpile = {
		type = APC_3		#Patria XA-180/185
		amount = 260
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_2	#NASAMS-2
		amount = 12
		producer = NOR
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_1	#ASRAD-R
		amount = 16
		producer = GER
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_0	#XA-181/Crotale
		amount = 20
		producer = FRA
	}

	add_equipment_to_stockpile = {
		type = SP_Anti_Air_2	#ITPSV Leopard 2
		amount = 6
	}

	add_equipment_to_stockpile = {
		type = Anti_Air_1		#FIM-92 Stinger
		amount = 371
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = SP_arty_0	#2S1 Gvodzika
		amount = 36
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = SP_arty_1	#2S5 Giatsint-S
		amount = 72
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_0	#D-30M Ljaguska
		amount = 471
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_0	#M-46
		amount = 76
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_0	#2A36 Giatsint-B
		#version_name = "2A36 Giatsint-B"
		amount = 24
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_1	#155 K 83
		amount = 50
	}

	add_equipment_to_stockpile = {
		type = artillery_2	#155 K 98
		amount = 132
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_1	#M270 MLRS
		amount = 41
		producer = USA
	}

	add_equipment_to_stockpile = {
		type = SP_R_arty_1	#RM-70
		amount = 41
		producer = CZE
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_0	#ZIL-131
		amount = 400
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#SISU SA-150
		amount = 450
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_1	#SISU A-45
		amount = 500
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#SISU SA-240
		amount = 400
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_4	#RG-32M
		amount = 74
		producer = SAF
	}

	add_equipment_to_stockpile = {
		type = util_vehicle_2	#Land Rover Defencer
		amount = 300
		producer = ENG
	}

	add_equipment_to_stockpile = {
		type = transport_helicopter4				#NH-90
		amount = 20
		producer = FRA
	}

	#To fill up what's missing
	add_equipment_to_stockpile = {
		type = command_control_equipment3
		amount = 450
	}
}