﻿division_template = {
	name = "Tankoviy Batalyon"

	regiments = {
		armor_Bat = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Strelkovaya Brigada"

	regiments = {
		Mot_Inf_Bat = { x = 0 y = 0 }
		Mot_Inf_Bat = { x = 0 y = 1 }
	}
	support = {
		Arty_Battery = { x = 0 y = 0 }
	}
}

division_template = {
	name = "Mekhanizirovannaya Brigada"

	regiments = {
		Mech_Inf_Bat = { x = 0 y = 0 }
		Arm_Inf_Bat = { x = 0 y = 1 }
	}
	support = {
		SP_Arty_Battery = { x = 0 y = 0 }
	}
}

units = {
	division = {
		name = "Tankoviy Batalyon"
		location = 13202
		division_template = "Tankoviy Batalyon"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "1-ya Strelkovaya Brigada"
		location = 13202
		division_template = "Strelkovaya Brigada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "2-ya Strelkovaya Brigada"
		location = 13204
		division_template = "Strelkovaya Brigada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "3-ya Strelkovaya Brigada"
		location = 13203
		division_template = "Mekhanizirovannaya Brigada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}

	division = {
		name = "4-ya Strelkovaya Brigada"
		location = 13202
		division_template = "Mekhanizirovannaya Brigada"
		start_experience_factor = 0.4
		start_equipment_factor = 0.01
	}
}

instant_effect = {
	add_equipment_to_stockpile = {
		type = infantry_weapons		 #AKM
		amount = 1000
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = infantry_weapons1		 #AK-74
		amount = 500
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = MBT_1		 #T-55
		amount = 35
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = MBT_1		 #T-64
		#version_name = "T-64"
		amount = 18
		producer = SOV
	}

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

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

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

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

	add_equipment_to_stockpile = {
		type = SP_R_arty_0		 #BM-21 Grad
		amount = 40
		producer = SOV
	}

	add_equipment_to_stockpile = {
		type = artillery_0
		amount = 40
		producer = SOV
	}

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

	#add_equipment_to_stockpile = {
		#type = H_infantry_weapons
		#amount = 50
		#producer = SOV
	#}

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

	add_equipment_to_stockpile = {
		type = util_vehicle_0
		amount = 200
		producer = SOV
	}
}