﻿division_template = {
	name = "Motostrelkovaya Brigada"
	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		armor_Bat = { x = 0 y = 1 }
		Mot_Inf_Bat = { x = 1 y = 0 }
		Arty_Bat = { x = 2 y = 0 }
	}
	support = {
		Arm_Recce_Comp = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Morskoy Pekhotnyy Batalyon"
	regiments = {
		L_Marine_Bat = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "1-go Motostrelkovaya Brigada"
		location = 11617
		division_template = "Motostrelkovaya Brigada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

	division = {
		name = "2-go Motostrelkovaya Brigada"
		location = 672
		division_template = "Motostrelkovaya Brigada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}

	division = {
		name = "3-go Motostrelkovaya Brigada"
		location = 11599
		division_template = "Motostrelkovaya Brigada"
		start_experience_factor = 0.3
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = mbt_hull_0
		producer = SOV
		variant_name = "T-55"
		amount = 53
	}

	add_equipment_to_stockpile = {
		type = mbt_hull_1
		producer = SOV
		variant_name = "T-72"
		amount = 9
	}

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

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

	add_equipment_to_stockpile = {
		type = APC_3			#BTR-70
		amount = 20
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = APC_1			#BTR-60
		amount = 200
		producer = SOV
	}

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

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

	add_equipment_to_stockpile = {
		type = infantry_weapons1
		amount = 2000
		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 = 100
		producer = SOV
	}

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

	add_equipment_to_stockpile = {
		type = cas1		#SU-25
		amount = 12
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = L_Strike_fighter2		#L-39
		amount = 5
		producer = CZE
	}

	add_equipment_to_stockpile = {
		type = attack_helicopter2 		#Mi-24
		amount = 8
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = transport_plane2 #An-12
		amount = 2
	}
}